OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setPhoneState
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/include/media/
IAudioPolicyService.h
48
virtual status_t
setPhoneState
(int state) = 0;
AudioSystem.h
145
static status_t
setPhoneState
(int state);
/frameworks/base/media/java/android/media/
AudioSystem.java
80
/* modes for
setPhoneState
, must match AudioSystem.h audio_mode */
249
public static native int
setPhoneState
(int state);
AudioService.java
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h
76
virtual void
setPhoneState
(int state) = 0;
AudioPolicyManagerBase.h
72
virtual void
setPhoneState
(int state);
261
// where conditions are changing (setDeviceConnectionState(),
setPhoneState
()...) AND
/frameworks/base/core/jni/
android_media_AudioSystem.cpp
155
return check_AudioSystem_Command(AudioSystem::
setPhoneState
(state));
217
{"
setPhoneState
", "(I)I", (void *)android_media_AudioSystem_setPhoneState},
/frameworks/base/services/audioflinger/
AudioPolicyService.h
62
virtual status_t
setPhoneState
(int state);
AudioPolicyService.cpp
189
status_t AudioPolicyService::
setPhoneState
(int state)
201
LOGV("
setPhoneState
() tid %d", gettid());
[
all
...]
/hardware/libhardware_legacy/audio/
audio_policy_hal.cpp
90
lap->apm->
setPhoneState
(state);
AudioPolicyManagerBase.cpp
222
void AudioPolicyManagerBase::
setPhoneState
(int state)
224
LOGV("
setPhoneState
() state %d", state);
227
LOGW("
setPhoneState
() invalid state %d", state);
232
LOGW("
setPhoneState
() setting same state %d", state);
239
LOGV("
setPhoneState
() in call state management: new state is %d", state);
252
LOGV(" Entering call in
setPhoneState
()");
257
LOGV(" Exiting call in
setPhoneState
()");
262
LOGV(" Switching between telephony and VoIP in
setPhoneState
()");
302
LOGV("
setPhoneState
() in call state management: new state is %d", state);
[
all
...]
/frameworks/base/media/libmedia/
AudioSystem.cpp
534
status_t AudioSystem::
setPhoneState
(int state)
539
return aps->
setPhoneState
(state);
IAudioPolicyService.cpp
94
virtual status_t
setPhoneState
(int state)
397
reply->writeInt32(static_cast <uint32_t>(
setPhoneState
(data.readInt32())));
Completed in 3535 milliseconds