Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h426 status_t checkInputsForDevice(audio_devices_t device,
/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp219 if (checkInputsForDevice(device, state, inputs, paramStr) != NO_ERROR) { in setDeviceConnectionState()
232 checkInputsForDevice(device, state, inputs, paramStr); in setDeviceConnectionState()
2064 status_t AudioPolicyManagerBase::checkInputsForDevice(audio_devices_t device, in checkInputsForDevice() function in android_audio_legacy::AudioPolicyManagerBase