blob: bcb1e43dc4f9887ed948182e3174d9b407868912 [file] [log] [blame]
#include "IMath.h"
#include <string>
namespace android {
namespace hardware {
status_t GetPassthroughService(std::string name, IMath* &iObject);
}
}