Searched refs:deviceType (Results 1 – 14 of 14) sorted by relevance
78 public boolean setDeviceType(int deviceType) { in setDeviceType() argument79 if (deviceType >= WFD_SOURCE && deviceType <= SOURCE_OR_PRIMARY_SINK) { in setDeviceType()80 mDeviceInfo |= deviceType; in setDeviceType()
65 SLuint32 deviceType = pDataLocator->mIODevice.deviceType; in checkDataLocator() local70 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()
19 touch.deviceType = touchScreen
288 String deviceType = MediaProfileReader.getDeviceType(); in testDeviceSpecificCodec() local289 Log.v(TAG, "deviceType = " + deviceType); in testDeviceSpecificCodec()
1035 private static boolean isPrimarySinkDeviceType(int deviceType) { in isPrimarySinkDeviceType() argument1036 return deviceType == WifiP2pWfdInfo.PRIMARY_SINK in isPrimarySinkDeviceType()1037 || deviceType == WifiP2pWfdInfo.SOURCE_OR_PRIMARY_SINK; in isPrimarySinkDeviceType()
194 ioDevice.deviceType = SL_IODEVICE_AUDIOINPUT; in TestRecToBuffQueue()
342 locator_iodevice.deviceType = SL_IODEVICE_AUDIOINPUT; in main()
2787 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 …]
1206 DeviceType deviceType; member
196 if (SL_IODEVICE_AUDIOINPUT != dl_iod->deviceType) { in android_audioRecorder_checkSourceSinkSupport()
1183 int deviceType = Integer.parseInt(label);1184 sendDataActivityBroadcast(deviceType, active);2163 private void sendDataActivityBroadcast(int deviceType, boolean active) { in sendDataActivityBroadcast() argument2165 intent.putExtra(ConnectivityManager.EXTRA_DEVICE_TYPE, deviceType); in sendDataActivityBroadcast()
281 SLuint32 deviceType; member
453 XAuint32 deviceType; member