Searched refs:getDevice (Results 1 - 13 of 13) sorted by relevance

/hardware/interfaces/audio/2.0/
H A DIStream.hal165 getDevice() generates (AudioDevice device);
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
H A DStreamIn.h78 Return<AudioDevice> getDevice() override;
H A DStreamOut.h80 Return<AudioDevice> getDevice() override;
H A DStreamIn.impl.h249 Return<AudioDevice> StreamIn::getDevice() { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::StreamIn
250 return mStreamCommon->getDevice();
H A DStreamOut.impl.h252 Return<AudioDevice> StreamOut::getDevice() { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::StreamOut
253 return mStreamCommon->getDevice();
H A DStream.h80 Return<AudioDevice> getDevice() override;
H A DStream.impl.h221 Return<AudioDevice> Stream::getDevice() { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::Stream
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
H A DGralloc1On0Adapter.h42 gralloc1_device_t* getDevice() { function in class:android::hardware::Gralloc1On0Adapter
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h194 HWC2On1Adapter& getDevice() const { return mDevice; } function in class:android::HWC2On1Adapter::Display
576 !mDisplay.getDevice().supportsBackgroundColor());
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1947 auto hwc1Device = mDisplay.getDevice().getHwc1Device();
1954 if (mDisplay.getDevice().mHwc1MinorVersion < 5) {
2127 auto minorVersion = mDisplay.getDevice().getHwc1MinorVersion();
2218 if (mDisplay.getDevice().getHwc1MinorVersion() >= 4) {
2223 if (mDisplay.getDevice().getHwc1MinorVersion() < 4) {
/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp2022 auto hwc1Device = mDisplay.getDevice().getHwc1Device();
2206 auto minorVersion = mDisplay.getDevice().getHwc1MinorVersion();
2320 if (mDisplay.getDevice().getHwc1MinorVersion() >= 4) {
2325 if (mDisplay.getDevice().getHwc1MinorVersion() < 4) {
H A DHWC2On1Adapter.h177 HWC2On1Adapter& getDevice() const { return mDevice; } function in class:android::HWC2On1Adapter::Display
/hardware/interfaces/audio/core/2.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp744 auto ret = stream->getDevice();

Completed in 258 milliseconds