Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
Dinv_sysfs_utils.c35 int count; in inv_sysfs_write() local
57 int count; in inv_sysfs_read() local
79 int count; in inv_read_buffer() local
106 int count; in inv_read_raw() local
132 int count; in inv_read_temperature_raw() local
152 int count; in inv_read_fifo_rate() local
172 int count; in inv_read_power_state() local
192 int count; in inv_read_scale() local
212 int count; in inv_read_temp_scale() local
232 int count; in inv_read_temp_offset() local
[all …]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
Dinv_sysfs_utils.c29 int count; in inv_sysfs_write() local
51 int count; in inv_sysfs_read() local
73 int count; in inv_read_buffer() local
100 int count; in inv_read_raw() local
126 int count; in inv_read_temperature_raw() local
146 int count; in inv_read_fifo_rate() local
166 int count; in inv_read_power_state() local
186 int count; in inv_read_scale() local
206 int count; in inv_read_temp_scale() local
226 int count; in inv_read_temp_offset() local
[all …]
/hardware/libhardware/modules/usbcamera/
DMetadata.cpp64 int Metadata::addUInt8(uint32_t tag, int count, const uint8_t *data) { in addUInt8()
73 int Metadata::addInt32(uint32_t tag, int count, const int32_t *data) { in addInt32()
78 int Metadata::addFloat(uint32_t tag, int count, const float *data) { in addFloat()
83 int Metadata::addInt64(uint32_t tag, int count, const int64_t *data) { in addInt64()
88 int Metadata::addDouble(uint32_t tag, int count, const double *data) { in addDouble()
93 int Metadata::addRational(uint32_t tag, int count, in addRational()
99 bool Metadata::validate(uint32_t tag, int tag_type, int count) { in validate()
120 int Metadata::add(uint32_t tag, int count, const void *tag_data) { in add()
/hardware/libhardware/modules/camera/3_0/
DMetadata.cpp68 int Metadata::addUInt8(uint32_t tag, int count, const uint8_t *data) in addUInt8()
79 int Metadata::addInt32(uint32_t tag, int count, const int32_t *data) in addInt32()
85 int Metadata::addFloat(uint32_t tag, int count, const float *data) in addFloat()
91 int Metadata::addInt64(uint32_t tag, int count, const int64_t *data) in addInt64()
97 int Metadata::addDouble(uint32_t tag, int count, const double *data) in addDouble()
103 int Metadata::addRational(uint32_t tag, int count, in addRational()
110 bool Metadata::validate(uint32_t tag, int tag_type, int count) in validate()
132 int Metadata::add(uint32_t tag, int count, const void *tag_data) in add()
/hardware/interfaces/tests/msgq/1.0/default/
DTestMsgQ.cpp58 Return<bool> TestMsgQ::requestWriteFmqSync(int32_t count) { in requestWriteFmqSync()
67 Return<bool> TestMsgQ::requestReadFmqSync(int32_t count) { in requestReadFmqSync()
74 Return<bool> TestMsgQ::requestWriteFmqUnsync(int32_t count) { in requestWriteFmqUnsync()
83 Return<bool> TestMsgQ::requestReadFmqUnsync(int32_t count) { in requestReadFmqUnsync()
90 Return<void> TestMsgQ::requestBlockingRead(int32_t count) { in requestBlockingRead()
105 Return<void> TestMsgQ::requestBlockingReadDefaultEventFlagBits(int32_t count) { in requestBlockingReadDefaultEventFlagBits()
118 Return<void> TestMsgQ::requestBlockingReadRepeat(int32_t count, int32_t numIter) { in requestBlockingReadRepeat()
/hardware/qcom/sm8150/gps/geofence/
Dlocation_geofence.cpp107 static uint32_t* addGeofences(LocationAPI* client, size_t count, in addGeofences()
117 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in removeGeofences()
124 static void modifyGeofences(LocationAPI* client, size_t count, uint32_t* ids, in modifyGeofences()
132 static void pauseGeofences(LocationAPI* client, size_t count, uint32_t* ids) in pauseGeofences()
139 static void resumeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in resumeGeofences()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DTestCommandReader.cpp50 for (uint16_t count = 0; count < length / 3; ++count) { in parse() local
61 for (uint16_t count = 0; count < (length - 1) / 3; ++count) { in parse() local
74 for (uint16_t count = 0; count < length / 3; ++count) { in parse() local
/hardware/qcom/sdm845/gps/msm8998/location/
DLocationAPIClientBase.cpp83 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks()
102 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks()
408 void LocationAPIClientBase::locAPIGetBatchedLocations(size_t count) in locAPIGetBatchedLocations()
426 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences()
454 void LocationAPIClientBase::locAPIRemoveGeofences(size_t count, uint32_t* ids) in locAPIRemoveGeofences()
481 size_t count, uint32_t* ids, GeofenceOption* options) in locAPIModifyGeofences()
508 void LocationAPIClientBase::locAPIPauseGeofences(size_t count, uint32_t* ids) in locAPIPauseGeofences()
535 size_t count, uint32_t* ids, GeofenceBreachTypeMask* mask) in locAPIResumeGeofences()
569 size_t count = sessionsVec.size(); in locAPIRemoveAllGeofences() local
720 size_t count = 0; in beforeGeofenceBreachCb() local
[all …]
DLocationAPI.cpp422 LocationAPI::getBatchedLocations(uint32_t id, size_t count) in getBatchedLocations()
437 LocationAPI::addGeofences(size_t count, GeofenceOption* options, GeofenceInfo* info) in addGeofences()
454 LocationAPI::removeGeofences(size_t count, uint32_t* ids) in removeGeofences()
469 LocationAPI::modifyGeofences(size_t count, uint32_t* ids, GeofenceOption* options) in modifyGeofences()
484 LocationAPI::pauseGeofences(size_t count, uint32_t* ids) in pauseGeofences()
499 LocationAPI::resumeGeofences(size_t count, uint32_t* ids) in resumeGeofences()
/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.cpp83 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks()
102 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks()
408 void LocationAPIClientBase::locAPIGetBatchedLocations(size_t count) in locAPIGetBatchedLocations()
426 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences()
454 void LocationAPIClientBase::locAPIRemoveGeofences(size_t count, uint32_t* ids) in locAPIRemoveGeofences()
481 size_t count, uint32_t* ids, GeofenceOption* options) in locAPIModifyGeofences()
508 void LocationAPIClientBase::locAPIPauseGeofences(size_t count, uint32_t* ids) in locAPIPauseGeofences()
535 size_t count, uint32_t* ids, GeofenceBreachTypeMask* mask) in locAPIResumeGeofences()
569 size_t count = sessionsVec.size(); in locAPIRemoveAllGeofences() local
720 size_t count = 0; in beforeGeofenceBreachCb() local
[all …]
DLocationAPI.cpp422 LocationAPI::getBatchedLocations(uint32_t id, size_t count) in getBatchedLocations()
437 LocationAPI::addGeofences(size_t count, GeofenceOption* options, GeofenceInfo* info) in addGeofences()
454 LocationAPI::removeGeofences(size_t count, uint32_t* ids) in removeGeofences()
469 LocationAPI::modifyGeofences(size_t count, uint32_t* ids, GeofenceOption* options) in modifyGeofences()
484 LocationAPI::pauseGeofences(size_t count, uint32_t* ids) in pauseGeofences()
499 LocationAPI::resumeGeofences(size_t count, uint32_t* ids) in resumeGeofences()
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPIClientBase.cpp61 [this](size_t count, LocationError* errors, uint32_t* ids) { in LocationAPIControlClient()
186 size_t count, LocationError* errors, uint32_t* ids) in onCtrlCollectiveResponseCb()
262 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks()
559 void LocationAPIClientBase::locAPIGetBatchedLocations(uint32_t id, size_t count) in locAPIGetBatchedLocations()
578 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences()
602 void LocationAPIClientBase::locAPIRemoveGeofences(size_t count, uint32_t* ids) in locAPIRemoveGeofences()
637 size_t count, uint32_t* ids, GeofenceOption* options) in locAPIModifyGeofences()
672 void LocationAPIClientBase::locAPIPauseGeofences(size_t count, uint32_t* ids) in locAPIPauseGeofences()
707 size_t count, uint32_t* ids, GeofenceBreachTypeMask* mask) in locAPIResumeGeofences()
749 size_t count = sessionsVec.size(); in locAPIRemoveAllGeofences() local
[all …]
DLocationAPI.cpp424 LocationAPI::getBatchedLocations(uint32_t id, size_t count) in getBatchedLocations()
439 LocationAPI::addGeofences(size_t count, GeofenceOption* options, GeofenceInfo* info) in addGeofences()
456 LocationAPI::removeGeofences(size_t count, uint32_t* ids) in removeGeofences()
471 LocationAPI::modifyGeofences(size_t count, uint32_t* ids, GeofenceOption* options) in modifyGeofences()
486 LocationAPI::pauseGeofences(size_t count, uint32_t* ids) in pauseGeofences()
501 LocationAPI::resumeGeofences(size_t count, uint32_t* ids) in resumeGeofences()
/hardware/qcom/sdm845/gps/sdm845/location/
DLocationAPIClientBase.cpp61 [this](size_t count, LocationError* errors, uint32_t* ids) { in LocationAPIControlClient()
204 size_t count, LocationError* errors, uint32_t* ids) in onCtrlCollectiveResponseCb()
292 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks()
597 uint32_t LocationAPIClientBase::locAPIGetBatchedLocations(uint32_t id, size_t count) in locAPIGetBatchedLocations()
625 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences()
649 void LocationAPIClientBase::locAPIRemoveGeofences(size_t count, uint32_t* ids) in locAPIRemoveGeofences()
692 size_t count, uint32_t* ids, GeofenceOption* options) in locAPIModifyGeofences()
727 void LocationAPIClientBase::locAPIPauseGeofences(size_t count, uint32_t* ids) in locAPIPauseGeofences()
762 size_t count, uint32_t* ids, GeofenceBreachTypeMask* mask) in locAPIResumeGeofences()
835 size_t count = 0; in beforeGeofenceBreachCb() local
[all …]
DLocationAPI.cpp423 LocationAPI::getBatchedLocations(uint32_t id, size_t count) in getBatchedLocations()
438 LocationAPI::addGeofences(size_t count, GeofenceOption* options, GeofenceInfo* info) in addGeofences()
455 LocationAPI::removeGeofences(size_t count, uint32_t* ids) in removeGeofences()
470 LocationAPI::modifyGeofences(size_t count, uint32_t* ids, GeofenceOption* options) in modifyGeofences()
485 LocationAPI::pauseGeofences(size_t count, uint32_t* ids) in pauseGeofences()
500 LocationAPI::resumeGeofences(size_t count, uint32_t* ids) in resumeGeofences()
/hardware/qcom/sm8150/gps/location/
DLocationAPIClientBase.cpp61 [this](size_t count, LocationError* errors, uint32_t* ids) { in LocationAPIControlClient()
204 size_t count, LocationError* errors, uint32_t* ids) in onCtrlCollectiveResponseCb()
292 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks()
597 uint32_t LocationAPIClientBase::locAPIGetBatchedLocations(uint32_t id, size_t count) in locAPIGetBatchedLocations()
625 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences()
649 void LocationAPIClientBase::locAPIRemoveGeofences(size_t count, uint32_t* ids) in locAPIRemoveGeofences()
692 size_t count, uint32_t* ids, GeofenceOption* options) in locAPIModifyGeofences()
727 void LocationAPIClientBase::locAPIPauseGeofences(size_t count, uint32_t* ids) in locAPIPauseGeofences()
762 size_t count, uint32_t* ids, GeofenceBreachTypeMask* mask) in locAPIResumeGeofences()
835 size_t count = 0; in beforeGeofenceBreachCb() local
[all …]
DLocationAPI.cpp488 LocationAPI::getBatchedLocations(uint32_t id, size_t count) in getBatchedLocations()
503 LocationAPI::addGeofences(size_t count, GeofenceOption* options, GeofenceInfo* info) in addGeofences()
520 LocationAPI::removeGeofences(size_t count, uint32_t* ids) in removeGeofences()
535 LocationAPI::modifyGeofences(size_t count, uint32_t* ids, GeofenceOption* options) in modifyGeofences()
550 LocationAPI::pauseGeofences(size_t count, uint32_t* ids) in pauseGeofences()
565 LocationAPI::resumeGeofences(size_t count, uint32_t* ids) in resumeGeofences()
/hardware/st/secure_element2/secure_element/1.0/esehal/src/
Dspi.c79 spi_write(int fd, const void *buf, size_t count) in spi_write()
91 spi_read(int fd, void *buf, size_t count) in spi_read()
/hardware/qcom/sm8150/gps/android/1.1/location_api/
DGeofenceAPIClient.cpp191 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
211 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
231 void GeofenceAPIClient::onPauseGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onPauseGeofencesCb()
251 void GeofenceAPIClient::onResumeGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onResumeGeofencesCb()
/hardware/qcom/gps/msm8998/android/location_api/
DGeofenceAPIClient.cpp188 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
208 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
228 void GeofenceAPIClient::onPauseGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onPauseGeofencesCb()
248 void GeofenceAPIClient::onResumeGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onResumeGeofencesCb()
/hardware/qcom/gps/msm8909w_3100/android/location_api/
DGeofenceAPIClient.cpp189 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
209 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
229 void GeofenceAPIClient::onPauseGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onPauseGeofencesCb()
249 void GeofenceAPIClient::onResumeGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onResumeGeofencesCb()
/hardware/qcom/sm8150/gps/android/2.0/location_api/
DGeofenceAPIClient.cpp191 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
211 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
231 void GeofenceAPIClient::onPauseGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onPauseGeofencesCb()
251 void GeofenceAPIClient::onResumeGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onResumeGeofencesCb()
/hardware/qcom/sdm845/gps/msm8998/android/location_api/
DGeofenceAPIClient.cpp188 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
208 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
228 void GeofenceAPIClient::onPauseGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onPauseGeofencesCb()
248 void GeofenceAPIClient::onResumeGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onResumeGeofencesCb()
/hardware/qcom/sdm845/gps/sdm845/android/location_api/
DGeofenceAPIClient.cpp191 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
211 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
231 void GeofenceAPIClient::onPauseGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onPauseGeofencesCb()
251 void GeofenceAPIClient::onResumeGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onResumeGeofencesCb()
/hardware/qcom/sm8150/gps/android/1.0/location_api/
DGeofenceAPIClient.cpp191 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
211 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
231 void GeofenceAPIClient::onPauseGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onPauseGeofencesCb()
251 void GeofenceAPIClient::onResumeGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onResumeGeofencesCb()

12345678910>>...21