Home
last modified time | relevance | path

Searched defs:mDeviceType (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiLocalDevice.java28 protected final int mDeviceType; field in HdmiLocalDevice
H A DNewDeviceAction.java51 private final int mDeviceType; field in NewDeviceAction
H A DDeviceDiscoveryAction.java83 private int mDeviceType = HdmiDeviceInfo.DEVICE_INACTIVE; field in DeviceDiscoveryAction.DeviceInfo
H A DHdmiCecLocalDevicePlayback.java95 mDeviceType)); in onAddressAllocated() local
H A DHdmiCecLocalDeviceAudioSystem.java267 mDeviceType)); in onAddressAllocated() local
H A DHdmiCecLocalDeviceTv.java180 mDeviceType)); in onAddressAllocated() local
/aosp14/frameworks/base/wifi/java/src/android/net/wifi/sharedconnectivity/app/
H A DNetworkProviderInfo.java94 private final int mDeviceType; field in NetworkProviderInfo
105 private int mDeviceType; field in NetworkProviderInfo.Builder
/aosp14/frameworks/base/core/java/android/service/controls/
H A DControl.java111 private final @DeviceTypes.DeviceType int mDeviceType; field in Control
433 private @DeviceTypes.DeviceType int mDeviceType = DeviceTypes.TYPE_UNKNOWN; field in Control.StatelessBuilder
632 private @DeviceTypes.DeviceType int mDeviceType = DeviceTypes.TYPE_UNKNOWN; field in Control.StatefulBuilder
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAdiDeviceState.java44 private final int mDeviceType; field in AdiDeviceState
H A DAudioDeviceInventory.java344 final int mDeviceType; field in AudioDeviceInventory.DeviceInfo
/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiDeviceInfo.java121 private final int mDeviceType; field in HdmiDeviceInfo
595 private int mDeviceType = DEVICE_RESERVED; field in HdmiDeviceInfo.Builder
/aosp14/frameworks/base/core/java/com/android/internal/alsa/
H A DAlsaDevicesParser.java70 int mDeviceType = kDeviceType_Unknown; field in AlsaDevicesParser.AlsaDeviceRecord
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbAlsaDevice.java53 private final int[] mDeviceType = new int[NUM_DIRECTIONS]; field in UsbAlsaDevice
/aosp14/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java103 private int mDeviceType; field in MtpDatabase
/aosp14/frameworks/base/media/java/android/media/
H A DMediaRouter.java1647 int mDeviceType; field in MediaRouter.RouteInfo
/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp144 jfieldID mDeviceType; member