Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.cpp411 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); in locAPIAddGeofences() local
412 if (sessions) { in locAPIAddGeofences()
413 LOC_LOGI("%s:%d] start new sessions: %p", __FUNCTION__, __LINE__, sessions); in locAPIAddGeofences()
419 mGeofenceBiDict.set(ids[i], sessions[i], options[i].breachTypeMask); in locAPIAddGeofences()
432 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIRemoveGeofences() local
438 sessions[i] = mGeofenceBiDict.getSession(ids[i]); in locAPIRemoveGeofences()
441 mLocationAPI->removeGeofences(count, sessions); in locAPIRemoveGeofences()
445 free(sessions); in locAPIRemoveGeofences()
453 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIModifyGeofences() local
459 sessions[i] = mGeofenceBiDict.getSession(ids[i]); in locAPIModifyGeofences()
[all …]
DLocationAPIClientBase.h304 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
307 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
317 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
320 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
321 mAPI.mGeofenceBiDict.rmBySession(sessions[i]); in onCollectiveResponse()
331 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
334 ids[i] = mAPI.mGeofenceBiDict.getId(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
[all …]
/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
DICryptoPlugin.hal24 * It allows crypto sessions to be opened and operated on, to
Dtypes.hal71 * sessions or secure buffers are not available to perform a requested
DIDrmPlugin.hal220 * subscriber. It can securely monitor the lifetime of sessions across
/hardware/interfaces/wifi/1.0/
Dtypes.hal680 * publish discovery sessions. Describes the addressing of the packet responding to an ACTIVE
692 PASSIVE = 0, // Subscribe session scans for |NanPublishType.UNSOLICITED| publish sessions.
693 ACTIVE, // Subscribe session probes for |NanPublishType.SOLICITED| publish sessions.
923 * Ranging in the context of discovery sessions indication controls. Controls the frequency of
965 * Configurations of NAN discovery sessions: common to publish and subscribe discovery.
1025 * Publisher: used in SOLICITED or SOLICITED_UNSOLICITED sessions.
1026 * Subscriber: used in ACTIVE or PASSIVE sessions.
1036 * Subscriber: used (if provided) only in ACTIVE sessions.
1050 * discovery sessions) or |IWifiNanIfaceEventCallback.eventSubscribeTerminated| (for subscribe
1051 * discovery sessions) will be delivered.
[all …]