Home
last modified time | relevance | path

Searched defs:strType (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DTestUtils.java44 public static void setSensorType(Sensor sensor, int type, String strType) throws Exception { in setSensorType()
61 public static Sensor createSensor(int type, String strType) throws Exception { in createSensor()
69 public static Sensor createSensor(int type, String strType, float maximumRange) in createSensor()
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DTestUtils.java44 public static void setSensorType(Sensor sensor, int type, String strType) throws Exception { in setSensorType()
61 public static Sensor createSensor(int type, String strType) throws Exception { in createSensor()
69 public static Sensor createSensor(int type, String strType, float maximumRange) in createSensor()
/frameworks/av/media/libaudiofoundation/
DAudioContainers.cpp96 const char* strType = audio_device_to_string(*it); in deviceTypesToString() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeSensorsTest.java612 public static void setSensorType(Sensor sensor, int type, String strType) throws Exception { in setSensorType()
623 public static Sensor createSensor(int type, String strType) throws Exception { in createSensor()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/
DFaceDownDetectorTest.java274 private Sensor createSensor(int type, String strType) throws Exception { in createSensor()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
DFwdLockConv.c169 static const char strType[] = "type"; variable