Home
last modified time | relevance | path

Searched refs:MsgStartBatching (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/qcom/sm8150p/gps/batching/
H A DBatchingAdapter.cpp321 struct MsgStartBatching : public LocMsg { in startBatchingCommand() struct
327 inline MsgStartBatching(BatchingAdapter& adapter, in startBatchingCommand() function
340 mAdapter.mPendingMsgs.push_back(new MsgStartBatching(*this)); in startBatchingCommand()
366 sendMsg(new MsgStartBatching(*this, *mLocApi, client, sessionId, batchOptions)); in startBatchingCommand()
/aosp12/hardware/qcom/sm7250/gps/batching/
H A DBatchingAdapter.cpp316 struct MsgStartBatching : public LocMsg { in startBatchingCommand() struct
322 inline MsgStartBatching(BatchingAdapter& adapter, in startBatchingCommand() argument
335 mAdapter.mPendingMsgs.push_back(new MsgStartBatching(*this)); in startBatchingCommand()
361 sendMsg(new MsgStartBatching(*this, *mLocApi, client, sessionId, batchOptions)); in startBatchingCommand()
/aosp12/hardware/qcom/sm7150/gps/batching/
H A DBatchingAdapter.cpp321 struct MsgStartBatching : public LocMsg { in startBatchingCommand() struct
327 inline MsgStartBatching(BatchingAdapter& adapter, in startBatchingCommand() function
340 mAdapter.mPendingMsgs.push_back(new MsgStartBatching(*this)); in startBatchingCommand()
366 sendMsg(new MsgStartBatching(*this, *mLocApi, client, sessionId, batchOptions)); in startBatchingCommand()
/aosp12/hardware/qcom/sm8150/gps/batching/
H A DBatchingAdapter.cpp322 struct MsgStartBatching : public LocMsg { in startBatchingCommand() struct
328 inline MsgStartBatching(BatchingAdapter& adapter, in startBatchingCommand() argument
341 mAdapter.mPendingMsgs.push_back(new MsgStartBatching(*this)); in startBatchingCommand()
367 sendMsg(new MsgStartBatching(*this, *mLocApi, client, sessionId, batchOptions)); in startBatchingCommand()