HomeSort by relevance Sort by last modified time
    Searched defs:pSession (Results 1 - 13 of 13) sorted by null

  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_ni.cpp 119 loc_eng_ni_session_s_type* pSession = NULL;
134 pSession = &loc_eng_ni_data_p->sessionEs;
145 pSession = &loc_eng_ni_data_p->session;
150 if (pSession) {
152 pSession->rawRequest = (void*)passThrough;
153 pSession->reqID = ++loc_eng_ni_data_p->reqIDCounter;
154 pSession->adapter = loc_eng_data.adapter;
157 ((GpsNiNotification*)notif)->notification_id = pSession->reqID;
176 pSession->respTimeLeft = 5 + (notif->timeout != 0 ? notif->timeout : LOC_NI_NO_RESPONSE_TIME);
177 LOC_LOGI("Automatically sends 'no response' in %d seconds (to clear status)\n", pSession->respTimeLeft)
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_ni.cpp 119 loc_eng_ni_session_s_type* pSession = NULL;
134 pSession = &loc_eng_ni_data_p->sessionEs;
145 pSession = &loc_eng_ni_data_p->session;
150 if (pSession) {
152 pSession->rawRequest = (void*)passThrough;
153 pSession->reqID = ++loc_eng_ni_data_p->reqIDCounter;
154 pSession->adapter = loc_eng_data.adapter;
157 ((GpsNiNotification*)notif)->notification_id = pSession->reqID;
176 pSession->respTimeLeft = 5 + (notif->timeout != 0 ? notif->timeout : LOC_NI_NO_RESPONSE_TIME);
177 LOC_LOGI("Automatically sends 'no response' in %d seconds (to clear status)\n", pSession->respTimeLeft)
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_ni.cpp 119 loc_eng_ni_session_s_type* pSession = NULL;
134 pSession = &loc_eng_ni_data_p->sessionEs;
145 pSession = &loc_eng_ni_data_p->session;
150 if (pSession) {
152 pSession->rawRequest = (void*)passThrough;
153 pSession->reqID = ++loc_eng_ni_data_p->reqIDCounter;
154 pSession->adapter = loc_eng_data.adapter;
157 ((GpsNiNotification*)notif)->notification_id = pSession->reqID;
176 pSession->respTimeLeft = 5 + (notif->timeout != 0 ? notif->timeout : LOC_NI_NO_RESPONSE_TIME);
177 LOC_LOGI("Automatically sends 'no response' in %d seconds (to clear status)\n", pSession->respTimeLeft)
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_ni.cpp 119 loc_eng_ni_session_s_type* pSession = NULL;
134 pSession = &loc_eng_ni_data_p->sessionEs;
145 pSession = &loc_eng_ni_data_p->session;
150 if (pSession) {
152 pSession->rawRequest = (void*)passThrough;
153 pSession->reqID = ++loc_eng_ni_data_p->reqIDCounter;
154 pSession->adapter = loc_eng_data.adapter;
157 ((GpsNiNotification*)notif)->notification_id = pSession->reqID;
176 pSession->respTimeLeft = 5 + (notif->timeout != 0 ? notif->timeout : LOC_NI_NO_RESPONSE_TIME);
177 LOC_LOGI("Automatically sends 'no response' in %d seconds (to clear status)\n", pSession->respTimeLeft)
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_ni.cpp 119 loc_eng_ni_session_s_type* pSession = NULL;
134 pSession = &loc_eng_ni_data_p->sessionEs;
145 pSession = &loc_eng_ni_data_p->session;
150 if (pSession) {
152 pSession->rawRequest = (void*)passThrough;
153 pSession->reqID = ++loc_eng_ni_data_p->reqIDCounter;
154 pSession->adapter = loc_eng_data.adapter;
157 ((GpsNiNotification*)notif)->notification_id = pSession->reqID;
176 pSession->respTimeLeft = 5 + (notif->timeout != 0 ? notif->timeout : LOC_NI_NO_RESPONSE_TIME);
177 LOC_LOGI("Automatically sends 'no response' in %d seconds (to clear status)\n", pSession->respTimeLeft)
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 167 * @param[in,out] pSession A reference to a file session.
171 static int FwdLockFile_DeriveKeys(FwdLockFile_Session_t * pSession) {
184 result = FwdLockGlue_DecryptKey(pSession->pEncryptedSessionKey,
185 pSession->encryptedSessionKeyLength, pData->key, KEY_SIZE);
194 &pSession->encryptionRoundKeys) != 0) {
200 HMAC_CTX_init(&pSession->signingContext);
201 HMAC_Init_ex(&pSession->signingContext, pData->key, KEY_SIZE, EVP_sha1(), NULL);
242 * @param[in,out] pSession A reference to a file session.
245 void FwdLockFile_DecryptByte(FwdLockFile_Session_t * pSession, unsigned char *pByte) {
246 uint64_t blockIndex = pSession->filePos / AES_BLOCK_SIZE
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 239 * @param[in,out] pSession A reference to a converter session.
243 static int FwdLockConv_DeriveKeys(FwdLockConv_Session_t *pSession) {
255 if (AES_set_encrypt_key(pSession->sessionKey, KEY_SIZE_IN_BITS,
263 &pSession->encryptionRoundKeys) != 0) {
269 HMAC_CTX_init(&pSession->signingContext);
270 HMAC_Init_ex(&pSession->signingContext, pData->key, KEY_SIZE, EVP_sha1(), NULL);
310 * @param[in,out] pSession A reference to a converter session.
314 static FwdLockConv_Status_t FwdLockConv_RightTrimDelimiter(FwdLockConv_Session_t *pSession) {
315 while (pSession->delimiterLength > 4 &&
316 pSession->delimiter[pSession->delimiterLength - 1] == ' ')
    [all...]
  /hardware/qcom/gps/msm8998/gnss/
GnssAdapter.cpp     [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
sqlite3.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oledb.h 615 IUnknown *pSession;
    [all...]

Completed in 922 milliseconds