OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasPrimaryOutput
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h
468
if (!
hasPrimaryOutput
()) {
475
if (!
hasPrimaryOutput
()) {
498
status_t
hasPrimaryOutput
() const { return mPrimaryOutput != 0; }
[
all
...]
AudioPolicyManager.cpp
196
if (mEngine->getPhoneState() == AUDIO_MODE_IN_CALL &&
hasPrimaryOutput
()) {
293
if (mEngine->getPhoneState() == AUDIO_MODE_IN_CALL &&
hasPrimaryOutput
()) {
390
if(!
hasPrimaryOutput
() || mPrimaryOutput->device() == AUDIO_DEVICE_OUT_STUB) {
586
if (
hasPrimaryOutput
()) {
665
if (mEngine->getPhoneState() == AUDIO_MODE_IN_CALL &&
hasPrimaryOutput
()) {
[
all
...]
Completed in 65 milliseconds