/frameworks/av/services/audiopolicy/service/ |
AudioPolicyClientImplLegacy.cpp | 176 static audio_io_handle_t open_input(audio_module_handle_t module, function 195 ALOGE("open_input() permission denied: capture not allowed"); 223 return open_input(AUDIO_MODULE_HANDLE_NONE, pDevices, pSamplingRate, pFormat, pChannelMask); 233 return open_input(module, pDevices, pSamplingRate, pFormat, pChannelMask);
|
/hardware/libhardware/include/hardware/ |
audio_policy.h | 307 audio_io_handle_t (*open_input)(void *service, member in struct:audio_policy_service_ops 399 * Same as open_input() but specifying a specific HW module on which the input must be opened.
|