Searched refs:_id (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/sm8150/gps/geofence/ |
D | GeofenceAdapter.h | 52 inline GeofenceKey(LocationAPI* _client, uint32_t _id) : in GeofenceKey() 53 client(_client), id(_id) {} in GeofenceKey()
|
/hardware/qcom/gps/msm8998/core/ |
D | LocAdapterBase.h | 41 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) : in LocationSessionKey() 42 client(_client), id(_id) {} in LocationSessionKey()
|
/hardware/qcom/sdm845/gps/msm8998/core/ |
D | LocAdapterBase.h | 41 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) : in LocationSessionKey() 42 client(_client), id(_id) {} in LocationSessionKey()
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | LocAdapterBase.h | 41 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) : in LocationSessionKey() 42 client(_client), id(_id) {} in LocationSessionKey()
|
/hardware/qcom/sdm845/gps/sdm845/core/ |
D | LocAdapterBase.h | 43 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) : in LocationSessionKey() 44 client(_client), id(_id) {} in LocationSessionKey()
|
/hardware/qcom/sm8150/gps/core/ |
D | LocAdapterBase.h | 42 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) : in LocationSessionKey() 43 client(_client), id(_id) {} in LocationSessionKey()
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 455 uint32_t _id = id; in contextSendMessage() local 458 Device::getHal().ContextSendMessage(mContext, _id, _dataPtr, _dataSize); in contextSendMessage() 769 RsScriptIntrinsicID _id = static_cast<RsScriptIntrinsicID>(id); in scriptIntrinsicCreate() local 771 RsScript _script = Device::getHal().ScriptIntrinsicCreate(mContext, _id, _elem); in scriptIntrinsicCreate()
|
/hardware/qcom/sm8150/gps/batching/ |
D | BatchingAdapter.cpp | 129 inline pairKeyBatchMode(LocationAPI* _client, uint32_t _id, BatchingMode _bMode) : in stopClientSessions() 130 client(_client), id(_id), batchingMode(_bMode) {} in stopClientSessions()
|