Searched refs:DevicesFactory (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/audio/core/all-versions/default/ |
D | DevicesFactory.cpp | 36 Return<void> DevicesFactory::openDevice(IDevicesFactory::Device device, openDevice_cb _hidl_cb) { in openDevice() 53 Return<void> DevicesFactory::openDevice(const char* moduleName, openDevice_cb _hidl_cb) { in openDevice() 57 Return<void> DevicesFactory::openDevice(const hidl_string& moduleName, openDevice_cb _hidl_cb) { 63 Return<void> DevicesFactory::openPrimaryDevice(openPrimaryDevice_cb _hidl_cb) { 69 Return<void> DevicesFactory::openDevice_7_1(const hidl_string& moduleName, in openDevice_7_1() 95 Return<void> DevicesFactory::openPrimaryDevice_7_1(openPrimaryDevice_7_1_cb _hidl_cb) { in openPrimaryDevice_7_1() 101 Return<void> DevicesFactory::openDevice(const char* moduleName, Callback _hidl_cb) { in openDevice() 118 int DevicesFactory::loadAudioInterface(const char* if_name, audio_hw_device_t** dev) { in loadAudioInterface() 148 return strcmp(name, "default") == 0 ? new DevicesFactory() : nullptr; in HIDL_FETCH_IDevicesFactory()
|
D | Android.bp | 15 "DevicesFactory.cpp",
|
/hardware/interfaces/audio/common/7.0/example/ |
D | DevicesFactory.h | 23 class DevicesFactory : public IDevicesFactory { 25 DevicesFactory() = default;
|
D | DevicesFactory.cpp | 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()
|
D | service.cpp | 30 new ::android::hardware::audio::V7_0::implementation::DevicesFactory(); in registerDevicesFactoryService()
|
D | Android.bp | 33 "DevicesFactory.cpp",
|
/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
D | DevicesFactory.h | 40 struct DevicesFactory : public IDevicesFactory { struct
|