Searched refs:DevicesFactory (Results 1 – 7 of 7) sorted by relevance
34 Return<void> DevicesFactory::openDevice(IDevicesFactory::Device device, openDevice_cb _hidl_cb) { in openDevice()51 Return<void> DevicesFactory::openDevice(const hidl_string& moduleName, openDevice_cb _hidl_cb) {57 Return<void> DevicesFactory::openPrimaryDevice(openPrimaryDevice_cb _hidl_cb) {62 Return<void> DevicesFactory::openDevice(const char* moduleName, openDevice_cb _hidl_cb) { in openDevice()67 Return<void> DevicesFactory::openDevice(const char* moduleName, Callback _hidl_cb) { in openDevice()83 int DevicesFactory::loadAudioInterface(const char* if_name, audio_hw_device_t** dev) { in loadAudioInterface()113 return strcmp(name, "default") == 0 ? new DevicesFactory() : nullptr; in HIDL_FETCH_IDevicesFactory()
14 "DevicesFactory.cpp",
23 class DevicesFactory : public IDevicesFactory {25 DevicesFactory() = default;
28 Return<void> DevicesFactory::openDevice(const hidl_string& device, openDevice_cb _hidl_cb) { in openDevice()34 Return<void> DevicesFactory::openPrimaryDevice(openPrimaryDevice_cb _hidl_cb) { in openPrimaryDevice()
30 new ::android::hardware::audio::V7_0::implementation::DevicesFactory(); in registerDevicesFactoryService()
32 "DevicesFactory.cpp",
40 struct DevicesFactory : public IDevicesFactory { struct