Home
last modified time | relevance | path

Searched refs:sessions (Results 1 – 25 of 28) sorted by relevance

12

/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPIClientBase.cpp586 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); in locAPIAddGeofences() local
587 if (sessions) { in locAPIAddGeofences()
588 LOC_LOGI("%s:%d] start new sessions: %p", __FUNCTION__, __LINE__, sessions); in locAPIAddGeofences()
592 mGeofenceBiDict.set(ids[i], sessions[i], options[i].breachTypeMask); in locAPIAddGeofences()
606 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIRemoveGeofences() local
607 if (sessions == NULL) { in locAPIRemoveGeofences()
617 sessions[j] = mGeofenceBiDict.getSession(ids[i]); in locAPIRemoveGeofences()
618 if (sessions[j] > 0) { in locAPIRemoveGeofences()
624 mLocationAPI->removeGeofences(j, sessions); in locAPIRemoveGeofences()
631 free(sessions); in locAPIRemoveGeofences()
[all …]
DLocationAPIClientBase.h453 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
456 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
467 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
470 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
471 mAPI.mGeofenceBiDict.rmBySession(sessions[i]); in onCollectiveResponse()
482 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
485 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
496 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
499 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
510 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
[all …]
/hardware/qcom/sdm845/gps/msm8998/location/
DLocationAPIClientBase.cpp438 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); in locAPIAddGeofences() local
439 if (sessions) { in locAPIAddGeofences()
440 LOC_LOGI("%s:%d] start new sessions: %p", __FUNCTION__, __LINE__, sessions); in locAPIAddGeofences()
444 mGeofenceBiDict.set(ids[i], sessions[i], options[i].breachTypeMask); in locAPIAddGeofences()
458 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIRemoveGeofences() local
464 sessions[j] = mGeofenceBiDict.getSession(ids[i]); in locAPIRemoveGeofences()
465 if (sessions[j] > 0) { in locAPIRemoveGeofences()
471 mLocationAPI->removeGeofences(j, sessions); in locAPIRemoveGeofences()
475 free(sessions); in locAPIRemoveGeofences()
485 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIModifyGeofences() local
[all …]
DLocationAPIClientBase.h317 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
320 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
330 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
333 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
334 mAPI.mGeofenceBiDict.rmBySession(sessions[i]); in onCollectiveResponse()
344 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
347 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
357 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
360 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
370 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
[all …]
/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.cpp438 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); in locAPIAddGeofences() local
439 if (sessions) { in locAPIAddGeofences()
440 LOC_LOGI("%s:%d] start new sessions: %p", __FUNCTION__, __LINE__, sessions); in locAPIAddGeofences()
444 mGeofenceBiDict.set(ids[i], sessions[i], options[i].breachTypeMask); in locAPIAddGeofences()
458 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIRemoveGeofences() local
464 sessions[j] = mGeofenceBiDict.getSession(ids[i]); in locAPIRemoveGeofences()
465 if (sessions[j] > 0) { in locAPIRemoveGeofences()
471 mLocationAPI->removeGeofences(j, sessions); in locAPIRemoveGeofences()
475 free(sessions); in locAPIRemoveGeofences()
485 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIModifyGeofences() local
[all …]
DLocationAPIClientBase.h317 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
320 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
330 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
333 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
334 mAPI.mGeofenceBiDict.rmBySession(sessions[i]); in onCollectiveResponse()
344 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
347 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
357 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
360 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
370 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
[all …]
/hardware/qcom/sdm845/gps/sdm845/location/
DLocationAPIClientBase.cpp633 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); in locAPIAddGeofences() local
634 if (sessions) { in locAPIAddGeofences()
635 LOC_LOGI("%s:%d] start new sessions: %p", __FUNCTION__, __LINE__, sessions); in locAPIAddGeofences()
639 mGeofenceBiDict.set(ids[i], sessions[i], options[i].breachTypeMask); in locAPIAddGeofences()
653 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIRemoveGeofences() local
654 if (sessions == NULL) { in locAPIRemoveGeofences()
666 sessions[j] = mGeofenceBiDict.getSession(ids[i]); in locAPIRemoveGeofences()
667 if (sessions[j] > 0) { in locAPIRemoveGeofences()
668 GeofenceBreachTypeMask type = mGeofenceBiDict.getExtBySession(sessions[j]); in locAPIRemoveGeofences()
669 mGeofenceBiDict.rmBySession(sessions[j]); in locAPIRemoveGeofences()
[all …]
DLocationAPIClientBase.h483 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
486 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
499 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
503 ids[i] = mRemovedGeofenceBiDict->getId(sessions[i]); in onCollectiveResponse()
519 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
522 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
533 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
536 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
547 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
550 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
/hardware/interfaces/drm/1.1/
DIDrmPlugin.hal40 * sessions are opened at the native security level of the device which is
150 * Return the current number of open sessions and the maximum number of
151 * sessions that may be opened simultaneosly among all DRM instances for the
156 * sessions cannot be queried.
157 * @return currentSessions the number of currently opened sessions
158 * @return maxSessions the maximum number of sessions that the device
DICryptoFactory.hal23 * crypto HAL to create crypto plugins. Crypto plugins create crypto sessions
DIDrmFactory.hal24 * creates drm sessions which are used to obtain keys for a crypto
/hardware/interfaces/drm/1.2/
DICryptoFactory.hal22 * crypto HAL to create crypto plugins. Crypto plugins create crypto sessions
DIDrmFactory.hal25 * creates drm sessions which are used to obtain keys for a crypto
DICryptoPlugin.hal28 * It allows crypto sessions to be opened and operated on, to
/hardware/interfaces/cas/1.1/
DIMediaCasService.hal25 * opens cas sessions which are used to obtain keys for a descrambler session,
DICas.hal24 * Java and native level. It is used to manage sessions, provision/refresh
/hardware/interfaces/broadcastradio/2.0/
DIBroadcastRadio.hal81 * by the vendor. It must be stable across sessions so the application may
110 * notify about announcements even if no sessions are active.
/hardware/interfaces/drm/1.0/
DICryptoFactory.hal24 * crypto HAL to create crypto plugins. Crypto plugins create crypto sessions
DIDrmFactory.hal25 * creates drm sessions which are used to obtain keys for a crypto
/hardware/interfaces/cas/1.0/
DIMediaCasService.hal25 * opens cas sessions which are used to obtain keys for a descrambler session,
Dtypes.hal70 * sessions or secure buffers are not available to perform a requested
DICas.hal22 * Java and native level. It is used to manage sessions, provision/refresh
/hardware/interfaces/bluetooth/audio/2.0/
DIBluetoothAudioProvider.hal25 * sessions and sends callback events to the Audio HAL.
/hardware/interfaces/wifi/1.0/
Dtypes.hal681 * publish discovery sessions. Describes the addressing of the packet responding to an ACTIVE
693 PASSIVE = 0, // Subscribe session scans for |NanPublishType.UNSOLICITED| publish sessions.
694 ACTIVE, // Subscribe session probes for |NanPublishType.SOLICITED| publish sessions.
924 * Ranging in the context of discovery sessions indication controls. Controls the frequency of
966 * Configurations of NAN discovery sessions: common to publish and subscribe discovery.
1026 * Publisher: used in SOLICITED or SOLICITED_UNSOLICITED sessions.
1027 * Subscriber: used in ACTIVE or PASSIVE sessions.
1037 * Subscriber: used (if provided) only in ACTIVE sessions.
1051 * discovery sessions) or |IWifiNanIfaceEventCallback.eventSubscribeTerminated| (for subscribe
1052 * discovery sessions) will be delivered.
[all …]
/hardware/interfaces/camera/provider/2.5/
DICameraProvider.hal55 * cause any active camera device sessions to be closed, but may dynamically

12