Searched refs:deviceType (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pWfdInfo.java76 public boolean setDeviceType(int deviceType) { argument
77 if (deviceType >= WFD_SOURCE && deviceType <= SOURCE_OR_PRIMARY_SINK) {
78 mDeviceInfo |= deviceType;
/frameworks/wilhelm/src/
H A Ddata.c65 SLuint32 deviceType = pDataLocator->mIODevice.deviceType; local
70 switch (deviceType) {
87 SL_LOGE("%s: deviceType=%u", name, deviceType);
104 switch (deviceType) {
136 SL_LOGE("%s: deviceType=%u is invalid", name, deviceType);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java288 String deviceType = MediaProfileReader.getDeviceType();
289 Log.v(TAG, "deviceType = " + deviceType);
/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp194 ioDevice.deviceType = SL_IODEVICE_AUDIOINPUT;
H A DslesTestFeedback.cpp342 locator_iodevice.deviceType = SL_IODEVICE_AUDIOINPUT;
/frameworks/base/services/java/com/android/server/display/
H A DWifiDisplayController.java884 private static boolean isPrimarySinkDeviceType(int deviceType) { argument
885 return deviceType == WifiP2pWfdInfo.PRIMARY_SINK
886 || deviceType == WifiP2pWfdInfo.SOURCE_OR_PRIMARY_SINK;
/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp196 if (SL_IODEVICE_AUDIOINPUT != dl_iod->deviceType) {
/frameworks/base/services/input/
H A DInputReader.cpp2770 mParameters.deviceType = Parameters::DEVICE_TYPE_TOUCH_SCREEN;
2773 mParameters.deviceType = Parameters::DEVICE_TYPE_POINTER;
2778 mParameters.deviceType = Parameters::DEVICE_TYPE_TOUCH_PAD;
2781 mParameters.deviceType = Parameters::DEVICE_TYPE_POINTER;
2785 if (getDevice()->getConfiguration().tryGetProperty(String8("touch.deviceType"),
2788 mParameters.deviceType = Parameters::DEVICE_TYPE_TOUCH_SCREEN;
2790 mParameters.deviceType = Parameters::DEVICE_TYPE_TOUCH_PAD;
2792 mParameters.deviceType = Parameters::DEVICE_TYPE_POINTER;
2794 ALOGW("Invalid value for touch.deviceType: '%s'", deviceTypeString.string());
2798 mParameters.orientationAware = mParameters.deviceType
[all...]
H A DInputReader.h1198 DeviceType deviceType; member in struct:android::TouchInputMapper::Parameters
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java996 int deviceType = Integer.parseInt(label);
997 sendDataActivityBroadcast(deviceType, active);
1855 private void sendDataActivityBroadcast(int deviceType, boolean active) { argument
1857 intent.putExtra(ConnectivityManager.EXTRA_DEVICE_TYPE, deviceType);
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h453 XAuint32 deviceType; member in struct:XADataLocator_IODevice_
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h281 SLuint32 deviceType; member in struct:SLDataLocator_IODevice_

Completed in 248 milliseconds