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

  /frameworks/base/services/core/java/com/android/server/
WiredAccessoryManager.java 260 int inDevice = 0;
271 inDevice = AudioManager.DEVICE_IN_WIRED_HEADSET;
295 if (inDevice != 0) {
296 mAudioManager.setWiredDeviceConnectionState(inDevice, state, "", headsetName);
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 754 GLuint inDevice;
777 data->ignoringDevice = data->inDevice;
783 data->ignoringDevice = data->inDevice;
841 if (data->inDevice)
843 data->inDevice++;
848 if (!data->inDevice)
879 if (data->inDevice-- == data->ignoringDevice)
984 userData.inDevice = 0;
    [all...]
  /frameworks/av/services/audioflinger/
Threads.h 38 audio_devices_t outDevice, audio_devices_t inDevice, type_t type,
287 audio_devices_t inDevice() const { return mInDevice; }
455 // and inDevice().
    [all...]
Threads.cpp 630 audio_devices_t outDevice, audio_devices_t inDevice, type_t type, bool systemReady)
638 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice),
    [all...]
AudioFlinger.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java     [all...]

Completed in 154 milliseconds