Home
last modified time | relevance | path

Searched refs:ids (Results 1 – 15 of 15) sorted by relevance

/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.h79 uint32_t locAPIAddGeofences(size_t count, uint32_t* ids,
81 void locAPIRemoveGeofences(size_t count, uint32_t* ids);
82 void locAPIModifyGeofences(size_t count, uint32_t* ids, GeofenceOption* options);
83 void locAPIPauseGeofences(size_t count, uint32_t* ids);
84 void locAPIResumeGeofences(size_t count, uint32_t* ids, GeofenceBreachTypeMask* mask);
96 void onCollectiveResponseCb(size_t count, LocationError* errors, uint32_t* ids);
99 void onCtrlCollectiveResponseCb(size_t count, LocationError* errors, uint32_t* ids);
305 uint32_t *ids = (uint32_t*)malloc(sizeof(uint32_t) * count); in onCollectiveResponse() local
307 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
309 mAPI.onAddGeofencesCb(count, errors, ids); in onCollectiveResponse()
[all …]
DLocationAPIClientBase.cpp78 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks() argument
79 onCollectiveResponseCb(count, errors, ids); in locAPISetCallbacks()
97 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks() argument
98 onCtrlCollectiveResponseCb(count, errors, ids); in locAPISetCallbacks()
402 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences() argument
419 mGeofenceBiDict.set(ids[i], sessions[i], options[i].breachTypeMask); in locAPIAddGeofences()
429 void LocationAPIClientBase::locAPIRemoveGeofences(size_t count, uint32_t* ids) in locAPIRemoveGeofences() argument
438 sessions[i] = mGeofenceBiDict.getSession(ids[i]); in locAPIRemoveGeofences()
450 size_t count, uint32_t* ids, GeofenceOption* options) in locAPIModifyGeofences() argument
459 sessions[i] = mGeofenceBiDict.getSession(ids[i]); in locAPIModifyGeofences()
[all …]
DLocationAPI.cpp462 uint32_t* ids = NULL; in addGeofences() local
466 ids = gData.geofenceInterface->addGeofences(this, count, options, info); in addGeofences()
473 return ids; in addGeofences()
477 LocationAPI::removeGeofences(size_t count, uint32_t* ids) in removeGeofences() argument
482 gData.geofenceInterface->removeGeofences(this, count, ids); in removeGeofences()
492 LocationAPI::modifyGeofences(size_t count, uint32_t* ids, GeofenceOption* options) in modifyGeofences() argument
497 gData.geofenceInterface->modifyGeofences(this, count, ids, options); in modifyGeofences()
507 LocationAPI::pauseGeofences(size_t count, uint32_t* ids) in pauseGeofences() argument
512 gData.geofenceInterface->pauseGeofences(this, count, ids); in pauseGeofences()
522 LocationAPI::resumeGeofences(size_t count, uint32_t* ids) in resumeGeofences() argument
[all …]
Dlocation_interface.h83 void (*removeGeofences)(LocationAPI* client, size_t count, uint32_t* ids);
84 void (*modifyGeofences)(LocationAPI* client, size_t count, uint32_t* ids,
86 void (*pauseGeofences)(LocationAPI* client, size_t count, uint32_t* ids);
87 void (*resumeGeofences)(LocationAPI* client, size_t count, uint32_t* ids);
DLocationAPI.h424 uint32_t* ids; // array of ids that have breached member
575 uint32_t* ids // array of ids to be associated to the request
764 void removeGeofences(size_t count, uint32_t* ids);
772 void modifyGeofences(size_t count, uint32_t* ids, GeofenceOption* options);
780 void pauseGeofences(size_t count, uint32_t* ids);
787 void resumeGeofences(size_t count, uint32_t* ids);
/hardware/qcom/gps/msm8998/android/location_api/
DGeofenceAPIClient.h62 void onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) final;
63 void onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) final;
64 void onPauseGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) final;
65 void onResumeGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) final;
DGeofenceAPIClient.cpp159 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
180 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb() argument
191 mGnssGeofencingCbIface->gnssGeofenceAddCb(ids[i], status); in onAddGeofencesCb()
196 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb() argument
207 mGnssGeofencingCbIface->gnssGeofenceRemoveCb(ids[i], status); in onRemoveGeofencesCb()
212 void GeofenceAPIClient::onPauseGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onPauseGeofencesCb() argument
223 mGnssGeofencingCbIface->gnssGeofencePauseCb(ids[i], status); in onPauseGeofencesCb()
228 void GeofenceAPIClient::onResumeGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onResumeGeofencesCb() argument
239 mGnssGeofencingCbIface->gnssGeofenceResumeCb(ids[i], status); in onResumeGeofencesCb()
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
Dsupplicant_sta_iface_hidl_test.cpp203 const hidl_vec<SupplicantNetworkId>& ids) { in TEST_F() argument
205 EXPECT_EQ(0u, ids.size()); in TEST_F()
212 const hidl_vec<SupplicantNetworkId>& ids) { in TEST_F() argument
214 EXPECT_LT(0u, ids.size()); in TEST_F()
/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsCopyTests.cpp441 std::vector<Element> ids; in TEST_F() local
447 ids = _ids; in TEST_F()
452 EXPECT_EQ(element1, ids[0]); in TEST_F()
453 EXPECT_EQ(element2, ids[1]); in TEST_F()
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp561 uint32_t* ids = NULL; in gnssUpdateConfigCommand() local
563 ids = new uint32_t[count]; in gnssUpdateConfigCommand()
565 ids[i] = generateSessionId(); in gnssUpdateConfigCommand()
567 idsString += std::to_string(ids[i]) + " "; in gnssUpdateConfigCommand()
584 uint32_t* ids, in gnssUpdateConfigCommand()
590 mIds(ids), in gnssUpdateConfigCommand()
754 if (NULL != ids) { in gnssUpdateConfigCommand()
755 sendMsg(new MsgGnssUpdateConfig(*this, *mLocApi, config, ids, count)); in gnssUpdateConfigCommand()
760 return ids; in gnssUpdateConfigCommand()
1186 GnssAdapter::reportResponse(size_t count, LocationError* errs, uint32_t* ids) in reportResponse() argument
[all …]
DGnssAdapter.h195 void reportResponse(size_t count, LocationError* errs, uint32_t* ids);
/hardware/interfaces/keymaster/3.0/
DIKeymasterDevice.hal222 * Destroys knowledge of the device's ids. This prevents all device id attestation in the
224 * device ids.
228 * must never attest any device ids.
/hardware/interfaces/renderscript/1.0/default/
DContext.cpp365 …hidl_vec<Element> ids = rs_to_hidl<Element>(_ids, [](uintptr_t val) { return stat… in elementGetSubElements() local
368 _hidl_cb(ids, names, arraySizes); in elementGetSubElements()
/hardware/interfaces/renderscript/1.0/
DIContext.hal581 * @return ids Sub-Element handles
587 generates (vec<Element> ids, vec<string> names,
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal2638 * Area ids - this must be a bit mask of areas to subscribe or 0 to subscribe