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

  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h     [all...]
AudioPolicyInterfaceImpl.cpp 387 bool canCaptureOutput = captureAudioOutputAllowed(pid, uid);
392 !canCaptureOutput) {
428 if (!canCaptureOutput) {
456 canCaptureOutput, canCaptureHotword);
    [all...]
AudioPolicyService.cpp 516 && !(isSensitiveActive && !(isLatestSensitive || current->canCaptureOutput))
517 && !(isInCall && !current->canCaptureOutput);
537 (!(isSensitiveActive || isInCall) || current->canCaptureOutput)) {
    [all...]

Completed in 243 milliseconds