OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEVICE_STATE_UNAVAILABLE
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/media/java/android/media/
AudioSystem.java
290
public static final int
DEVICE_STATE_UNAVAILABLE
= 0;
AudioManager.java
[
all
...]
AudioService.java
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h
312
DEVICE_STATE_UNAVAILABLE
,
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
129
case AudioSystem::
DEVICE_STATE_UNAVAILABLE
: {
168
if ((state == AudioSystem::
DEVICE_STATE_UNAVAILABLE
) ||
213
case AudioSystem::
DEVICE_STATE_UNAVAILABLE
: {
250
AudioSystem::device_connection_state state = AudioSystem::
DEVICE_STATE_UNAVAILABLE
;
[
all
...]
Completed in 500 milliseconds