HomeSort by relevance Sort by last modified time
    Searched refs:DEVICE_STATE_UNAVAILABLE (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/java/android/media/
AudioSystem.java 217 public static final int DEVICE_STATE_UNAVAILABLE = 0;
AudioManager.java     [all...]
AudioService.java     [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 307 DEVICE_STATE_UNAVAILABLE,
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 88 case AudioSystem::DEVICE_STATE_UNAVAILABLE: {
127 if (state == AudioSystem::DEVICE_STATE_UNAVAILABLE && AudioSystem::isA2dpDevice(device)) {
160 case AudioSystem::DEVICE_STATE_UNAVAILABLE: {
197 AudioSystem::device_connection_state state = AudioSystem::DEVICE_STATE_UNAVAILABLE;
    [all...]

Completed in 137 milliseconds