HomeSort by relevance Sort by last modified time
    Searched refs:open_input (Results 1 - 3 of 3) sorted by null

  /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);
AudioPolicyService.cpp     [all...]
  /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.

Completed in 37 milliseconds