Searched refs:getDevice (Results 1 – 11 of 11) sorted by relevance
78 Return<AudioDevice> getDevice() override;
240 Return<AudioDevice> StreamIn::getDevice() { in getDevice() function in android::hardware::audio::V2_0::implementation::StreamIn241 return mStreamCommon->getDevice(); in getDevice()
80 Return<AudioDevice> getDevice() override;
237 Return<AudioDevice> StreamOut::getDevice() { in getDevice() function in android::hardware::audio::V2_0::implementation::StreamOut238 return mStreamCommon->getDevice(); in getDevice()
76 Return<AudioDevice> getDevice() override;
203 Return<AudioDevice> Stream::getDevice() { in getDevice() function in android::hardware::audio::V2_0::implementation::Stream
42 gralloc1_device_t* getDevice() { in getDevice() function
165 getDevice() generates (AudioDevice device);
2022 auto hwc1Device = mDisplay.getDevice().getHwc1Device(); in setCursorPosition()2206 auto minorVersion = mDisplay.getDevice().getHwc1MinorVersion(); in applyCommonState()2320 if (mDisplay.getDevice().getHwc1MinorVersion() >= 4) { in applyCompositionType()2325 if (mDisplay.getDevice().getHwc1MinorVersion() < 4) { in applyCompositionType()
177 HWC2On1Adapter& getDevice() const { return mDevice; } in getDevice() function
768 auto ret = stream->getDevice(); in testGetDevice()