Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DIAfThread.h233 virtual DeviceTypeSet getDeviceTypes_l() const REQUIRES(mutex()) = 0;
DThreads.cpp898 const DeviceTypeSet oldDevices = getDeviceTypes_l(); in processConfigEvents_l()
902 const DeviceTypeSet newDevices = getDeviceTypes_l(); in processConfigEvents_l()
909 const DeviceTypeSet oldDevices = getDeviceTypes_l(); in processConfigEvents_l()
913 const DeviceTypeSet newDevices = getDeviceTypes_l(); in processConfigEvents_l()
DThreads.h378 DeviceTypeSet getDeviceTypes_l() const final REQUIRES(mutex()) { in getDeviceTypes_l() function