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
467
if (!
hasPrimaryOutput
()) {
474
if (!
hasPrimaryOutput
()) {
497
status_t
hasPrimaryOutput
() const { return mPrimaryOutput != 0; }
[
all
...]
AudioPolicyManager.cpp
183
if (mEngine->getPhoneState() == AUDIO_MODE_IN_CALL &&
hasPrimaryOutput
()) {
280
if (mEngine->getPhoneState() == AUDIO_MODE_IN_CALL &&
hasPrimaryOutput
()) {
333
if(!
hasPrimaryOutput
()) {
527
if (
hasPrimaryOutput
()) {
603
if (mEngine->getPhoneState() == AUDIO_MODE_IN_CALL &&
hasPrimaryOutput
()) {
[
all
...]
Completed in 378 milliseconds