Home
last modified time | relevance | path

Searched refs:needToNotify (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/
H A DStreamWorker.h96 bool needToNotify = false; in workerThread() local
117 needToNotify = true; in workerThread()
123 needToNotify = true; in workerThread()
131 needToNotify = true; in workerThread()
136 if (needToNotify) { in workerThread()
/aosp12/frameworks/av/media/libaudiohal/impl/
H A DDevicesFactoryHalHidl.cpp181 void DevicesFactoryHalHidl::addDeviceFactory(sp<IDevicesFactory> factory, bool needToNotify) { in addDeviceFactory() argument
189 if (needToNotify) { in addDeviceFactory()
H A DDevicesFactoryHalHidl.h51 void addDeviceFactory(sp<IDevicesFactory> factory, bool needToNotify);