Searched defs:off (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/power/
H A Dpower.c63 static void sync_thread(int off) argument
76 if (!off) {
89 static void enc_boost(int off) argument
102 if (!off) {
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_ad.cpp131 // 0 means feature exists but turned off, will be turned on by hwc
163 const int off = 0; local
164 adWrite(off);
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp979 /* Turn off Gyro master enable */
981 /* TODO: Turn off and close all sensors */
1461 LOGV_IF(EXTRA_VERBOSE, "HAL:DMP six axis quaternion data was turned off");
1579 LOGV_IF(EXTRA_VERBOSE, "HAL:DMP quaternion data was turned off");
1761 /* need to also turn on/off the master enable */
1783 /* need to also turn on/off the master enable */
1966 int off = 0; local
2181 // turn off batch mode.
2199 // turn off batch mode.
3346 /* driver only looks at sampling frequency if DMP is off */
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c6105 OMX_U32 off = 0; /* offset */ local
6135 off = pBuffHead->nOffset;
6137 rem = (off + fl) % 4;
6142 len = off + fl + pad;
6144 OMX_PRINT1(pComponentPrivate->dbg,"off=%d,fl=%d,rem=%d,pad=%d,len=%d\n", off, fl, rem, pad, len);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp1878 int off; local
2945 loff_t off = (len - readOffset)*1LL; local
2946 lseek64(inputBufferFileFd, off ,SEEK_CUR);
3168 loff_t off = (byte_pos - offset_array[pckt_end_idx]); local
3169 if ( lseek64(inputBufferFileFd, -1LL*off , SEEK_CUR) == -1 ){
3171 ", current position =0x%llx", -1LL*off,
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp1990 int off; local
3110 loff_t off = (len - readOffset)*1LL; local
3111 lseek64(inputBufferFileFd, off ,SEEK_CUR);
3328 loff_t off = (byte_pos - offset_array[pckt_end_idx]); local
3329 if ( lseek64(inputBufferFileFd, -1LL*off , SEEK_CUR) == -1 ) {
3331 ", current position =0x%llx", -1LL*off,

Completed in 541 milliseconds