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

/frameworks/support/v7/mediarouter/api24/android/support/v7/media/
H A DMediaRouterApi24.java24 public static int getDeviceType(Object routeObj) { method in class:MediaRouterApi24.RouteInfo
25 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.java479 || info.getDeviceType() == HdmiDeviceInfo.DEVICE_AUDIO_SYSTEM) {
482 ActiveSourceHandler.create(this, null).process(activeSource, info.getDeviceType());
759 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.java875 * @see #getDeviceType
885 * @see #getDeviceType
893 * @see #getDeviceType
901 * @see #getDeviceType
1277 public int getDeviceType() { method in class:MediaRouter.RouteInfo
1528 if (mDeviceType != descriptor.getDeviceType()) {
1529 mDeviceType = descriptor.getDeviceType();
H A DSystemMediaRouteProvider.java878 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/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteChooserDialog.java343 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.java1580 * @see #getDeviceType
1588 * @see #getDeviceType
1596 * @see #getDeviceType
1604 * @see #getDeviceType
1797 public int getDeviceType() { method in class:MediaRouter.RouteInfo

Completed in 413 milliseconds