Home
last modified time | relevance | path

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

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