Home
last modified time | relevance | path

Searched refs:DevicesFactory (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/audio/core/all-versions/default/
DDevicesFactory.cpp36 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()
DAndroid.bp15 "DevicesFactory.cpp",
/hardware/interfaces/audio/common/7.0/example/
DDevicesFactory.h23 class DevicesFactory : public IDevicesFactory {
25 DevicesFactory() = default;
DDevicesFactory.cpp28 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()
Dservice.cpp30 new ::android::hardware::audio::V7_0::implementation::DevicesFactory(); in registerDevicesFactoryService()
DAndroid.bp33 "DevicesFactory.cpp",
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DDevicesFactory.h40 struct DevicesFactory : public IDevicesFactory { struct