Searched defs:mDeviceType (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DDeviceDescriptor.h50 audio_devices_t type() const { return mDeviceType; }
58 audio_devices_t mDeviceType; member in class:android::DeviceDescriptor
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DNewDeviceAction.java50 private final int mDeviceType; field in class:NewDeviceAction
69 mDeviceType = deviceType;
178 mDeviceType, mVendorId, mDisplayName);
H A DDeviceDiscoveryAction.java76 private int mDeviceType = HdmiDeviceInfo.DEVICE_INACTIVE; field in class:DeviceDiscoveryAction.DeviceInfo
83 return new HdmiDeviceInfo(mLogicalAddress, mPhysicalAddress, mPortId, mDeviceType,
259 current.mDeviceType = params[2] & 0xFF;
261 tv().updateCecSwitchInfo(current.mLogicalAddress, current.mDeviceType,
H A DHdmiCecLocalDevice.java56 protected final int mDeviceType; field in class:HdmiCecLocalDevice
158 mDeviceType = deviceType;
333 mAddress, physicalAddress, mDeviceType);
552 if (!mService.invokeVendorCommandListenersOnReceived(mDeviceType, message.getSource(),
565 if (!mService.invokeVendorCommandListenersOnReceived(mDeviceType, message.getSource(),
620 return mDeviceType;
911 pw.println("mDeviceType: " + mDeviceType);
H A DHdmiControlService.java1151 private final int mDeviceType; field in class:HdmiControlService.VendorCommandListenerRecord
1155 mDeviceType = deviceType;
2016 Slog.v(TAG, "On standby-action cleared:" + device.mDeviceType);
2110 if (record.mDeviceType != deviceType) {
/frameworks/base/core/java/com/android/internal/alsa/
H A DAlsaDevicesParser.java61 int mDeviceType = kDeviceType_Unknown; field in class:AlsaDevicesParser.AlsaDeviceRecord
115 mDeviceType = kDeviceType_Control;
123 mDeviceType = kDeviceType_Audio;
125 mDeviceType = kDeviceType_MIDI;
156 switch (mDeviceType) {
209 deviceRecord.mDeviceType == AlsaDeviceRecord.kDeviceType_Audio &&
224 deviceRecord.mDeviceType == AlsaDeviceRecord.kDeviceType_Audio &&
239 deviceRecord.mDeviceType == AlsaDeviceRecord.kDeviceType_MIDI) {
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiDeviceInfo.java107 private final int mDeviceType; field in class:HdmiDeviceInfo
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/services/core/java/com/android/server/audio/
H A DAudioService.java403 int mDeviceType; field in class:AudioService.DeviceListSpec
408 mDeviceType = deviceType;
414 return "[type:0x" + Integer.toHexString(mDeviceType) + " name:" + mDeviceName
768 spec.mDeviceType,
3044 if (deviceSpec.mDeviceType == AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP) {
3066 if (deviceSpec.mDeviceType == AudioSystem.DEVICE_IN_BLUETOOTH_A2DP) {
4744 int dev = mConnectedDevices.valueAt(i).mDeviceType;

Completed in 178 milliseconds