Searched refs:idsCopy (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sm8150/gps/geofence/ |
D | GeofenceAdapter.cpp | 385 uint32_t* idsCopy = new uint32_t[count]; in removeGeofencesCommand() local 386 if (nullptr == idsCopy) { in removeGeofencesCommand() 390 COPY_IF_NOT_NULL(idsCopy, ids, count); in removeGeofencesCommand() 391 sendMsg(new MsgRemoveGeofences(*this, *mLocApi, client, count, idsCopy)); in removeGeofencesCommand() 460 uint32_t* idsCopy = new uint32_t[count]; in pauseGeofencesCommand() local 461 if (nullptr == idsCopy) { in pauseGeofencesCommand() 465 COPY_IF_NOT_NULL(idsCopy, ids, count); in pauseGeofencesCommand() 466 sendMsg(new MsgPauseGeofences(*this, *mLocApi, client, count, idsCopy)); in pauseGeofencesCommand() 536 uint32_t* idsCopy = new uint32_t[count]; in resumeGeofencesCommand() local 537 if (nullptr == idsCopy) { in resumeGeofencesCommand() [all …]
|
/hardware/qcom/sm8150p/gps/geofence/ |
D | GeofenceAdapter.cpp | 385 uint32_t* idsCopy = new uint32_t[count]; in removeGeofencesCommand() local 386 if (nullptr == idsCopy) { in removeGeofencesCommand() 390 COPY_IF_NOT_NULL(idsCopy, ids, count); in removeGeofencesCommand() 391 sendMsg(new MsgRemoveGeofences(*this, *mLocApi, client, count, idsCopy)); in removeGeofencesCommand() 460 uint32_t* idsCopy = new uint32_t[count]; in pauseGeofencesCommand() local 461 if (nullptr == idsCopy) { in pauseGeofencesCommand() 465 COPY_IF_NOT_NULL(idsCopy, ids, count); in pauseGeofencesCommand() 466 sendMsg(new MsgPauseGeofences(*this, *mLocApi, client, count, idsCopy)); in pauseGeofencesCommand() 536 uint32_t* idsCopy = new uint32_t[count]; in resumeGeofencesCommand() local 537 if (nullptr == idsCopy) { in resumeGeofencesCommand() [all …]
|
/hardware/qcom/sm7250/gps/geofence/ |
D | GeofenceAdapter.cpp | 385 uint32_t* idsCopy = new uint32_t[count]; in removeGeofencesCommand() local 386 if (nullptr == idsCopy) { in removeGeofencesCommand() 390 COPY_IF_NOT_NULL(idsCopy, ids, count); in removeGeofencesCommand() 391 sendMsg(new MsgRemoveGeofences(*this, *mLocApi, client, count, idsCopy)); in removeGeofencesCommand() 460 uint32_t* idsCopy = new uint32_t[count]; in pauseGeofencesCommand() local 461 if (nullptr == idsCopy) { in pauseGeofencesCommand() 465 COPY_IF_NOT_NULL(idsCopy, ids, count); in pauseGeofencesCommand() 466 sendMsg(new MsgPauseGeofences(*this, *mLocApi, client, count, idsCopy)); in pauseGeofencesCommand() 536 uint32_t* idsCopy = new uint32_t[count]; in resumeGeofencesCommand() local 537 if (nullptr == idsCopy) { in resumeGeofencesCommand() [all …]
|
/hardware/qcom/sm7150/gps/geofence/ |
D | GeofenceAdapter.cpp | 385 uint32_t* idsCopy = new uint32_t[count]; in removeGeofencesCommand() local 386 if (nullptr == idsCopy) { in removeGeofencesCommand() 390 COPY_IF_NOT_NULL(idsCopy, ids, count); in removeGeofencesCommand() 391 sendMsg(new MsgRemoveGeofences(*this, *mLocApi, client, count, idsCopy)); in removeGeofencesCommand() 460 uint32_t* idsCopy = new uint32_t[count]; in pauseGeofencesCommand() local 461 if (nullptr == idsCopy) { in pauseGeofencesCommand() 465 COPY_IF_NOT_NULL(idsCopy, ids, count); in pauseGeofencesCommand() 466 sendMsg(new MsgPauseGeofences(*this, *mLocApi, client, count, idsCopy)); in pauseGeofencesCommand() 536 uint32_t* idsCopy = new uint32_t[count]; in resumeGeofencesCommand() local 537 if (nullptr == idsCopy) { in resumeGeofencesCommand() [all …]
|