HomeSort by relevance Sort by last modified time
    Searched defs:mDeviceType (Results 1 - 17 of 17) sorted by null

  /cts/suite/audio_quality/lib/include/task/
TaskAsync.h 56 DeviceType mDeviceType;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DeviceDescriptor.h 39 audio_devices_t type() const { return mDeviceType; }
61 audio_devices_t mDeviceType;
  /frameworks/av/media/libaudioclient/include/media/
AudioPolicy.h 94 audio_devices_t mDeviceType;
  /frameworks/base/services/core/java/com/android/server/hdmi/
NewDeviceAction.java 50 private final int mDeviceType;
69 mDeviceType = deviceType;
178 mDeviceType, mVendorId, mDisplayName);
DeviceDiscoveryAction.java 76 private int mDeviceType = HdmiDeviceInfo.DEVICE_INACTIVE;
83 return new HdmiDeviceInfo(mLogicalAddress, mPhysicalAddress, mPortId, mDeviceType,
259 current.mDeviceType = params[2] & 0xFF;
261 tv().updateCecSwitchInfo(current.mLogicalAddress, current.mDeviceType,
HdmiCecLocalDevice.java 56 protected final int mDeviceType;
158 mDeviceType = deviceType;
333 mAddress, physicalAddress, mDeviceType);
552 if (!mService.invokeVendorCommandListenersOnReceived(mDeviceType, message.getSource(),
565 if (!mService.invokeVendorCommandListenersOnReceived(mDeviceType, message.getSource(),
620 return mDeviceType;
    [all...]
HdmiControlService.java     [all...]
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiDeviceInfo.java 107 private final int mDeviceType;
175 mDeviceType = deviceType;
215 mDeviceType = DEVICE_RESERVED;
240 mDeviceType = DEVICE_RESERVED;
261 mDeviceType = DEVICE_INACTIVE;
336 return mDeviceType;
372 return mDeviceType == DEVICE_PLAYBACK
373 || mDeviceType == DEVICE_RECORDER
374 || mDeviceType == DEVICE_TUNER;
445 dest.writeInt(mDeviceType);
    [all...]
  /frameworks/base/core/java/com/android/internal/alsa/
AlsaDevicesParser.java 61 int mDeviceType = kDeviceType_Unknown;
115 mDeviceType = kDeviceType_Control;
123 mDeviceType = kDeviceType_Audio;
125 mDeviceType = kDeviceType_MIDI;
156 switch (mDeviceType) {
211 deviceRecord.mDeviceType == AlsaDeviceRecord.kDeviceType_Audio &&
228 deviceRecord.mDeviceType == AlsaDeviceRecord.kDeviceType_Audio &&
245 deviceRecord.mDeviceType == AlsaDeviceRecord.kDeviceType_MIDI) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 119 private int mDeviceType;
184 * @return mDeviceType
188 return mDeviceType;
356 device.mDeviceType = Utils.byteArrayToInt(val);
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 137 private int mDeviceType;
201 mDeviceType = SystemProperties.getInt("sys.usb.mtp.device_type", 0);
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 113 jfieldID mDeviceType;
    [all...]
  /frameworks/base/media/java/android/media/
MediaRouter.java 216 info.mDeviceType = RouteInfo.DEVICE_TYPE_BLUETOOTH;
500 route.mDeviceType = globalRoute.deviceType;
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouter.java 810 private int mDeviceType;
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java 432 int mDeviceType;
437 mDeviceType = deviceType;
443 return "[type:0x" + Integer.toHexString(mDeviceType) + " name:" + mDeviceName
    [all...]
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 190 milliseconds