Home
last modified time | relevance | path

Searched refs:strType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DTestUtils.java43 public static void setSensorType(Sensor sensor, int type, String strType) throws Exception { in setSensorType() argument
47 if (strType != null) { in setSensorType()
50 f.set(sensor, strType); in setSensorType()
54 public static Sensor createSensor(int type, String strType) throws Exception { in createSensor() argument
58 setSensorType(sensor, type, strType); in createSensor()
/frameworks/av/media/libaudiofoundation/
DAudioContainers.cpp89 const char* strType = audio_device_to_string(*it); in deviceTypesToString() local
90 if (strlen(strType) != 0) { in deviceTypesToString()
91 ss << strType; in deviceTypesToString()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/
DFaceDownDetectorTest.java274 private Sensor createSensor(int type, String strType) throws Exception { in createSensor() argument
281 if (strType != null) { in createSensor()
284 f.set(sensor, strType); in createSensor()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeSensorsTest.java610 public static void setSensorType(Sensor sensor, int type, String strType) throws Exception { in setSensorType() argument
614 if (strType != null) { in setSensorType()
617 f.set(sensor, strType); in setSensorType()
621 public static Sensor createSensor(int type, String strType) throws Exception { in createSensor() argument
625 setSensorType(sensor, type, strType); in createSensor()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
DFwdLockConv.c169 static const char strType[] = "type"; variable
474 if (strcmp(pSession->mimeHeaderName.ptr + strlenContent, strType) == 0) { in FwdLockConv_RecognizeMimeHeaderName()