Searched refs:canCaptureHotword (Results 1 – 2 of 2) sorted by relevance
784 bool canCaptureOutput, bool canCaptureHotword) : in AudioRecordClient() argument787 canCaptureOutput(canCaptureOutput), canCaptureHotword(canCaptureHotword) {} in AudioRecordClient()793 const bool canCaptureHotword; variable
396 bool canCaptureHotword = captureHotwordAllowed(opPackageName, pid, uid); in getInputForAttr() local397 if ((attr->source == AUDIO_SOURCE_HOTWORD) && !canCaptureHotword) { in getInputForAttr()456 canCaptureOutput, canCaptureHotword); in getInputForAttr()