Searched refs:what (Results 1 – 10 of 10) sorted by relevance
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
D | PERF.awk | 31 what = what ? what : "frame"; # what buffers are we looking at 50 if (gsub("^what=", "",arg)) { what = arg } 94 print "what = ", what 117 $13 == how && $14 == what && (!from || ($15 == from)) && (!to || ($16 == to)) &&
|
/hardware/invensense/libsensors/ |
D | MPLSensor.cpp | 797 int what = -1; in enable() local 801 what = Accelerometer; in enable() 804 what = MagneticField; in enable() 807 what = Orientation; in enable() 810 what = Gyro; in enable() 813 what = Gravity; in enable() 816 what = RotationVector; in enable() 819 what = LinearAccel; in enable() 822 what = handle; in enable() 826 if (uint32_t(what) >= numSensors) in enable() [all …]
|
/hardware/invensense/libsensors_iio/ |
D | MPLSensor.cpp | 1298 int what = -1, err = 0; in enable() local 1315 what = Accelerometer; in enable() 1319 what = MagneticField; in enable() 1323 what = Orientation; in enable() 1327 what = Gyro; in enable() 1331 what = RawGyro; in enable() 1335 what = Gravity; in enable() 1339 what = RotationVector; in enable() 1343 what = LinearAccel; in enable() 1347 what = handle; in enable() [all …]
|
/hardware/msm7k/libcamera/ |
D | QualcommCameraHardware.cpp | 1364 #define PARSE_LOCATION(what,type,fmt,desc) do { \ in receivePostLpmRawPicture() argument 1365 pt.what = 0; \ in receivePostLpmRawPicture() 1366 const char *what##_str = mParameters.get("gps-"#what); \ in receivePostLpmRawPicture() 1367 ALOGV("receiveRawPicture: GPS PARM %s --> [%s]", "gps-"#what, what##_str); \ in receivePostLpmRawPicture() 1368 if (what##_str) { \ in receivePostLpmRawPicture() 1369 type what = 0; \ in receivePostLpmRawPicture() 1370 if (sscanf(what##_str, fmt, &what) == 1) \ in receivePostLpmRawPicture() 1371 pt.what = what; \ in receivePostLpmRawPicture() 1373 ALOGE("GPS " #what " %s could not" \ in receivePostLpmRawPicture() 1375 what##_str); \ in receivePostLpmRawPicture() [all …]
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer.h | 529 int (*query)(struct hwc_composer_device_1* dev, int what, int* value);
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | COPYING | 55 that what they have is not the original version, so that the original 147 writing it). Whether that is true depends on what the Library does 148 and what the program that uses the Library does. 402 This section is intended to make thoroughly clear what is believed to 473 <one line to give the library's name and a brief idea of what it does.>
|
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/ |
D | FmTx.java | 1121 switch (msg.what) {
|
/hardware/samsung_slsi/exynos5/libhwc/ |
D | hwc.cpp | 1678 static int exynos5_query(struct hwc_composer_device_1* dev, int what, int *value) in exynos5_query() argument 1683 switch (what) { in exynos5_query()
|
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 1917 int what, int* value) in omap4_hwc_query() argument 1921 switch (what) { in omap4_hwc_query()
|
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/ |
D | FmRxApp.java | 624 switch (msg.what) {
|