/hardware/qcom/gps/msm8998/location/ |
D | LocationAPIClientBase.cpp | 438 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 …]
|
D | LocationAPIClientBase.h | 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() 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/sdm845/location/ |
D | LocationAPIClientBase.cpp | 432 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); in locAPIAddGeofences() local 433 if (sessions) { in locAPIAddGeofences() 434 LOC_LOGI("%s:%d] start new sessions: %p", __FUNCTION__, __LINE__, sessions); in locAPIAddGeofences() 438 mGeofenceBiDict.set(ids[i], sessions[i], options[i].breachTypeMask); in locAPIAddGeofences() 452 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIRemoveGeofences() local 458 sessions[j] = mGeofenceBiDict.getSession(ids[i]); in locAPIRemoveGeofences() 459 if (sessions[j] > 0) { in locAPIRemoveGeofences() 465 mLocationAPI->removeGeofences(j, sessions); in locAPIRemoveGeofences() 469 free(sessions); in locAPIRemoveGeofences() 479 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIModifyGeofences() local [all …]
|
D | LocationAPIClientBase.h | 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() 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/interfaces/drm/1.0/ |
D | ICryptoFactory.hal | 24 * crypto HAL to create crypto plugins. Crypto plugins create crypto sessions
|
D | IDrmFactory.hal | 25 * creates drm sessions which are used to obtain keys for a crypto
|
D | ICryptoPlugin.hal | 24 * It allows crypto sessions to be opened and operated on, to
|
D | types.hal | 71 * sessions or secure buffers are not available to perform a requested
|
D | IDrmPlugin.hal | 220 * subscriber. It can securely monitor the lifetime of sessions across
|
/hardware/interfaces/cas/1.0/ |
D | IMediaCasService.hal | 25 * opens cas sessions which are used to obtain keys for a descrambler session,
|
D | types.hal | 70 * sessions or secure buffers are not available to perform a requested
|
D | ICas.hal | 22 * Java and native level. It is used to manage sessions, provision/refresh
|
/hardware/interfaces/wifi/1.0/ |
D | types.hal | 681 * 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 …]
|