Searched refs:getDeviceType (Results 1 - 19 of 19) sorted by relevance

/frameworks/support/v7/mediarouter/api24/android/support/v7/media/
H A DMediaRouterApi24.java21 public static int getDeviceType(Object routeObj) { method in class:MediaRouterApi24.RouteInfo
22 return ((android.media.MediaRouter.RouteInfo)routeObj).getDeviceType();
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiClient.java23 /* package */ abstract int getDeviceType(); method in class:HdmiClient
52 mService.sendKeyEvent(getDeviceType(), keyCode, isPressed);
69 mService.sendVendorCommand(getDeviceType(), targetAddress, params, hasVendorId);
89 mService.addVendorCommandListener(wrappedListener, getDeviceType());
H A DHdmiPlaybackClient.java91 public int getDeviceType() { method in class:HdmiPlaybackClient
114 mService.sendStandby(getDeviceType(), HdmiDeviceInfo.idForCecDevice(ADDR_TV));
H A DHdmiTvClient.java57 public int getDeviceType() { method in class:HdmiTvClient
236 mService.sendStandby(getDeviceType(), deviceId);
H A DHdmiDeviceInfo.java335 public int getDeviceType() { method in class:HdmiDeviceInfo
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaProfileReader.java53 public static String getDeviceType() { method in class:MediaProfileReader
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pWfdInfo.java74 public int getDeviceType() { method in class:WifiP2pWfdInfo
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiUtils.java291 info.getPhysicalAddress(), info.getPortId(), info.getDeviceType(),
H A DHotplugDetectionAction.java190 if (info.getDeviceType() == HdmiDeviceInfo.DEVICE_AUDIO_SYSTEM) {
H A DHdmiCecLocalDeviceTv.java503 || info.getDeviceType() == HdmiDeviceInfo.DEVICE_AUDIO_SYSTEM) {
506 ActiveSourceHandler.create(this, null).process(activeSource, info.getDeviceType());
783 deviceInfo.getDeviceType(), deviceInfo.getVendorId(), osdName));
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteDescriptor.java230 public int getDeviceType() { method in class:MediaRouteDescriptor
324 result.append(", deviceType=").append(getDeviceType());
H A DMediaRouter.java865 * @see #getDeviceType
875 * @see #getDeviceType
883 * @see #getDeviceType
891 * @see #getDeviceType
1243 public int getDeviceType() { method in class:MediaRouter.RouteInfo
1485 if (mDeviceType != descriptor.getDeviceType()) {
1486 mDeviceType = descriptor.getDeviceType();
H A DSystemMediaRouteProvider.java856 builder.setDeviceType(MediaRouterApi24.RouteInfo.getDeviceType(record.mRouteObj));
/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DOMADMAdapter.java169 mDevDetail.add(new ConstPathAccessor<>(getDeviceType(), "DevDetail", "DevType"));
313 private static String getDeviceType() { method in class:OMADMAdapter
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DOMADMAdapter.java170 mDevDetail.add(new ConstPathAccessor<>(getDeviceType(), "DevDetail", "DevType"));
305 private static String getDeviceType() { method in class:OMADMAdapter
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteChooserDialog.java329 switch (route.getDeviceType()) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java511 String deviceType = MediaProfileReader.getDeviceType();
/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayController.java1032 && isPrimarySinkDeviceType(device.wfdInfo.getDeviceType());
/frameworks/base/media/java/android/media/
H A DMediaRouter.java1524 * @see #getDeviceType
1532 * @see #getDeviceType
1540 * @see #getDeviceType
1548 * @see #getDeviceType
1741 public int getDeviceType() { method in class:MediaRouter.RouteInfo

Completed in 1652 milliseconds