Home
last modified time | relevance | path

Searched refs:mEnable (Results 1 – 19 of 19) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
DCompassSensor.IIO.primary.cpp246 mEnable = en; in enable()
310 return mEnable; in getEnable()
369 size_t rsize = read(compass_fd, rdata, (8 * mEnable + 8) * 1); in readSample()
371 if (!mEnable) { in readSample()
380 if (mEnable) { in readSample()
384 *timestamp = *((long long *) (rdata + 8 * mEnable)); in readSample()
387 return mEnable; in readSample()
DPressureSensor.IIO.secondary.cpp134 return mEnable; in getEnable()
146 if (mEnable) { in getDelay()
DPressureSensor.IIO.secondary.h67 int mEnable; variable
DCompassSensor.IIO.9150.h91 int mEnable; variable
DCompassSensor.IIO.primary.h99 int mEnable; variable
DCompassSensor.IIO.9150.cpp193 return mEnable; in getEnable()
/hardware/invensense/6515/libsensors_iio/
DCompassSensor.IIO.primary.cpp246 mEnable = en; in enable()
310 return mEnable; in getEnable()
369 size_t rsize = read(compass_fd, rdata, (8 * mEnable + 8) * 1); in readSample()
371 if (!mEnable) { in readSample()
380 if (mEnable) { in readSample()
384 *timestamp = *((long long *) (rdata + 8 * mEnable)); in readSample()
387 return mEnable; in readSample()
DPressureSensor.IIO.secondary.cpp133 return mEnable; in getEnable()
145 if (mEnable) { in getDelay()
DPressureSensor.IIO.secondary.h67 int mEnable; variable
DCompassSensor.IIO.9150.h91 int mEnable; variable
DCompassSensor.IIO.primary.h99 int mEnable; variable
DCompassSensor.IIO.9150.cpp195 return mEnable; in getEnable()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_hal.cpp966 u8 mEnable; member in SetNdoffloadCommand
970 mEnable = enable; in SetNdoffloadCommand()
982 ret = mMsg.put_u8(ANDR_WIFI_ATTRIBUTE_ND_OFFLOAD_VALUE, mEnable); in create()
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng.cpp1206 const int mEnable; member
1212 mEnable(enable), mAPN(NULL), mLen(len) in LocEngEnableData()
1227 mAdapter->enableData(mEnable); in proc()
1234 (NULL == mAPN) ? "NULL" : mAPN, mEnable); in locallog()
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc_eng.cpp1315 const int mEnable; member
1321 mEnable(enable), mAPN(NULL), mLen(len) in LocEngEnableData()
1336 mAdapter->enableData(mEnable); in proc()
1343 (NULL == mAPN) ? "NULL" : mAPN, mEnable); in locallog()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng.cpp1315 const int mEnable; member
1321 mEnable(enable), mAPN(NULL), mLen(len) in LocEngEnableData()
1336 mAdapter->enableData(mEnable); in proc()
1343 (NULL == mAPN) ? "NULL" : mAPN, mEnable); in locallog()
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dloc_eng.cpp1314 const int mEnable; member
1320 mEnable(enable), mAPN(NULL), mLen(len) in LocEngEnableData()
1335 mAdapter->enableData(mEnable); in proc()
1342 (NULL == mAPN) ? "NULL" : mAPN, mEnable); in locallog()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng.cpp1314 const int mEnable; member
1320 mEnable(enable), mAPN(NULL), mLen(len) in LocEngEnableData()
1335 mAdapter->enableData(mEnable); in proc()
1342 (NULL == mAPN) ? "NULL" : mAPN, mEnable); in locallog()
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc_eng.cpp1325 const int mEnable; member
1331 mEnable(enable), mAPN(NULL), mLen(len) in LocEngEnableData()
1346 mAdapter->enableData(mEnable); in proc()
1353 (NULL == mAPN) ? "NULL" : mAPN, mEnable); in locallog()