Home
last modified time | relevance | path

Searched refs:mHalStream (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp9456 if (mHalStream == 0) { in createMmapBuffer()
9465 if (mHalStream == 0) { in getMmapPosition()
9468 return mHalStream->getMmapPosition(position); in getMmapPosition()
9473 status_t ret = mHalStream->start(); in exitStandby()
9491 if (mHalStream == 0) { in start()
9572 mHalStream->stop(); in start()
9615 if (mHalStream == 0) { in stop()
9620 mHalStream->stop(); in stop()
9665 if (mHalStream == 0) { in standby()
9671 mHalStream->standby(); in standby()
[all …]
H A DThreads.h2008 virtual status_t initCheck() const { return (mHalStream == 0) ? NO_INIT : NO_ERROR; } in initCheck()
2022 virtual sp<StreamHalInterface> stream() const { return mHalStream; } in stream()
2063 sp<StreamHalInterface> mHalStream; variable