Home
last modified time | relevance | path

Searched refs:deviceType (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pWfdInfo.java78 public boolean setDeviceType(int deviceType) { in setDeviceType() argument
79 if (deviceType >= WFD_SOURCE && deviceType <= SOURCE_OR_PRIMARY_SINK) { in setDeviceType()
80 mDeviceInfo |= deviceType; in setDeviceType()
/frameworks/wilhelm/src/
Ddata.c65 SLuint32 deviceType = pDataLocator->mIODevice.deviceType; in checkDataLocator() local
70 switch (deviceType) { in checkDataLocator()
87 SL_LOGE("%s: deviceType=%u", name, deviceType); in checkDataLocator()
104 switch (deviceType) { in checkDataLocator()
136 SL_LOGE("%s: deviceType=%u is invalid", name, deviceType); in checkDataLocator()
/frameworks/base/data/keyboards/
Dqwerty2.idc19 touch.deviceType = touchScreen
Dqwerty.idc19 touch.deviceType = touchScreen
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java288 String deviceType = MediaProfileReader.getDeviceType(); in testDeviceSpecificCodec() local
289 Log.v(TAG, "deviceType = " + deviceType); in testDeviceSpecificCodec()
/frameworks/base/services/java/com/android/server/display/
DWifiDisplayController.java1035 private static boolean isPrimarySinkDeviceType(int deviceType) { in isPrimarySinkDeviceType() argument
1036 return deviceType == WifiP2pWfdInfo.PRIMARY_SINK in isPrimarySinkDeviceType()
1037 || deviceType == WifiP2pWfdInfo.SOURCE_OR_PRIMARY_SINK; in isPrimarySinkDeviceType()
/frameworks/wilhelm/tests/examples/
DslesTestRecBuffQueue.cpp194 ioDevice.deviceType = SL_IODEVICE_AUDIOINPUT; in TestRecToBuffQueue()
DslesTestFeedback.cpp342 locator_iodevice.deviceType = SL_IODEVICE_AUDIOINPUT; in main()
/frameworks/base/services/input/
DInputReader.cpp2787 mParameters.deviceType = Parameters::DEVICE_TYPE_TOUCH_SCREEN; in configureParameters()
2790 mParameters.deviceType = Parameters::DEVICE_TYPE_POINTER; in configureParameters()
2795 mParameters.deviceType = Parameters::DEVICE_TYPE_TOUCH_PAD; in configureParameters()
2798 mParameters.deviceType = Parameters::DEVICE_TYPE_POINTER; in configureParameters()
2808 mParameters.deviceType = Parameters::DEVICE_TYPE_TOUCH_SCREEN; in configureParameters()
2810 mParameters.deviceType = Parameters::DEVICE_TYPE_TOUCH_PAD; in configureParameters()
2812 mParameters.deviceType = Parameters::DEVICE_TYPE_TOUCH_NAVIGATION; in configureParameters()
2814 mParameters.deviceType = Parameters::DEVICE_TYPE_POINTER; in configureParameters()
2820 mParameters.orientationAware = mParameters.deviceType == Parameters::DEVICE_TYPE_TOUCH_SCREEN; in configureParameters()
2827 || mParameters.deviceType == Parameters::DEVICE_TYPE_TOUCH_SCREEN in configureParameters()
[all …]
DInputReader.h1206 DeviceType deviceType; member
/frameworks/wilhelm/src/android/
DAudioRecorder_to_android.cpp196 if (SL_IODEVICE_AUDIOINPUT != dl_iod->deviceType) { in android_audioRecorder_checkSourceSinkSupport()
/frameworks/base/services/java/com/android/server/
DConnectivityService.java1183 int deviceType = Integer.parseInt(label);
1184 sendDataActivityBroadcast(deviceType, active);
2163 private void sendDataActivityBroadcast(int deviceType, boolean active) { in sendDataActivityBroadcast() argument
2165 intent.putExtra(ConnectivityManager.EXTRA_DEVICE_TYPE, deviceType); in sendDataActivityBroadcast()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h281 SLuint32 deviceType; member
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h453 XAuint32 deviceType; member