Searched refs:openPrimaryDevice (Results 1 – 9 of 9) sorted by relevance
107 return name == kPrimaryDevice ? openPrimaryDevice(factory) : openDevice(factory, name); in createInterfaceInstance()158 static sp<IDevice> openPrimaryDevice(const sp<IDevicesFactory>& factory) { in openPrimaryDevice() function165 auto ret = factory->openPrimaryDevice(returnIn(result, device)); in openPrimaryDevice()
30 ::android::hardware::Return<void> openPrimaryDevice(openPrimaryDevice_cb _hidl_cb) override;
34 Return<void> DevicesFactory::openPrimaryDevice(openPrimaryDevice_cb _hidl_cb) { in openPrimaryDevice() function in android::hardware::audio::V7_0::implementation::DevicesFactory
45 Return<void> openPrimaryDevice(openPrimaryDevice_cb _hidl_cb) override;
57 Return<void> DevicesFactory::openPrimaryDevice(openPrimaryDevice_cb _hidl_cb) {
69 openPrimaryDevice() generates (Result retval, IPrimaryDevice result);