Home
last modified time | relevance | path

Searched refs:openPrimaryDevice (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/
H A DDeviceManager.h107 return name == kPrimaryDevice ? openPrimaryDevice(factory) : openDevice(factory, name); in createInterfaceInstance()
158 static sp<IDevice> openPrimaryDevice(const sp<IDevicesFactory>& factory) { in openPrimaryDevice() function
165 auto ret = factory->openPrimaryDevice(returnIn(result, device)); in openPrimaryDevice()
/aosp12/hardware/interfaces/audio/common/7.0/example/
H A DDevicesFactory.h30 ::android::hardware::Return<void> openPrimaryDevice(openPrimaryDevice_cb _hidl_cb) override;
H A DDevicesFactory.cpp34 Return<void> DevicesFactory::openPrimaryDevice(openPrimaryDevice_cb _hidl_cb) { in openPrimaryDevice() function in android::hardware::audio::V7_0::implementation::DevicesFactory
/aosp12/hardware/interfaces/audio/core/all-versions/default/include/core/default/
H A DDevicesFactory.h45 Return<void> openPrimaryDevice(openPrimaryDevice_cb _hidl_cb) override;
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DDevicesFactory.cpp57 Return<void> DevicesFactory::openPrimaryDevice(openPrimaryDevice_cb _hidl_cb) {
/aosp12/hardware/interfaces/audio/4.0/
H A DIDevicesFactory.hal69 openPrimaryDevice() generates (Result retval, IPrimaryDevice result);
/aosp12/hardware/interfaces/audio/5.0/
H A DIDevicesFactory.hal69 openPrimaryDevice() generates (Result retval, IPrimaryDevice result);
/aosp12/hardware/interfaces/audio/6.0/
H A DIDevicesFactory.hal69 openPrimaryDevice() generates (Result retval, IPrimaryDevice result);
/aosp12/hardware/interfaces/audio/7.0/
H A DIDevicesFactory.hal69 openPrimaryDevice() generates (Result retval, IPrimaryDevice result);