/hardware/qcom/gps/msm8909w_3100/location/ |
D | LocationAPIClientBase.cpp | 586 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 …]
|
D | LocationAPIClientBase.h | 453 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/ |
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/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/sdm845/gps/sdm845/location/ |
D | LocationAPIClientBase.cpp | 633 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 …]
|
D | LocationAPIClientBase.h | 483 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/ |
D | IDrmPlugin.hal | 40 * 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
|
D | ICryptoFactory.hal | 23 * crypto HAL to create crypto plugins. Crypto plugins create crypto sessions
|
D | IDrmFactory.hal | 24 * creates drm sessions which are used to obtain keys for a crypto
|
/hardware/interfaces/drm/1.2/ |
D | ICryptoFactory.hal | 22 * 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 | 28 * It allows crypto sessions to be opened and operated on, to
|
/hardware/interfaces/cas/1.1/ |
D | IMediaCasService.hal | 25 * opens cas sessions which are used to obtain keys for a descrambler session,
|
D | ICas.hal | 24 * Java and native level. It is used to manage sessions, provision/refresh
|
/hardware/interfaces/broadcastradio/2.0/ |
D | IBroadcastRadio.hal | 81 * 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/ |
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
|
/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/bluetooth/audio/2.0/ |
D | IBluetoothAudioProvider.hal | 25 * sessions and sends callback events to the Audio HAL.
|
/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 …]
|
/hardware/interfaces/camera/provider/2.5/ |
D | ICameraProvider.hal | 55 * cause any active camera device sessions to be closed, but may dynamically
|