| /hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/ |
| D | SubscriptionManager.cpp | 84 void ContSubConfigs::addClient(const ClientIdType& clientId, float sampleRateHz) { in addClient() 89 void ContSubConfigs::removeClient(const ClientIdType& clientId) { in removeClient() 99 const ClientIdType& clientId, const PropIdAreaId& propIdAreaId, float sampleRateHz) { in addContinuousSubscriberLocked() 107 const ClientIdType& clientId, const PropIdAreaId& propIdAreaId) { in removeContinuousSubscriberLocked() 156 ClientIdType clientId = callback->asBinder().get(); in subscribe() local 181 VhalResult<void> SubscriptionManager::unsubscribe(SubscriptionManager::ClientIdType clientId, in unsubscribe() 227 VhalResult<void> SubscriptionManager::unsubscribe(SubscriptionManager::ClientIdType clientId) { in unsubscribe()
|
| D | ConnectedClient.cpp | 131 const void* clientId, in getOrSetValuesCallback() 219 const void* clientId = id(); in GetSetValuesClient() local 266 const void* clientId = reinterpret_cast<const void*>(this); in SubscriptionClient() local 339 void SubscriptionClient::onGetValueResults(const void* clientId, in onGetValueResults()
|
| D | DefaultVehicleHal.cpp | 104 const AIBinder* clientId = callback->asBinder().get(); in getClient() local 118 void DefaultVehicleHal::SubscriptionClients::removeClient(const AIBinder* clientId) { in removeClient() 220 const AIBinder* clientId = callback->asBinder().get(); in getOrCreateClient() local 227 bool DefaultVehicleHal::monitorBinderLifeCycleLocked(const AIBinder* clientId) { in monitorBinderLifeCycleLocked() 260 void DefaultVehicleHal::onBinderDiedWithContext(const AIBinder* clientId) { in onBinderDiedWithContext() 277 void DefaultVehicleHal::onBinderUnlinkedWithContext(const AIBinder* clientId) { in onBinderUnlinkedWithContext()
|
| /hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/ |
| D | PendingRequestPool.cpp | 82 const void* clientId, const std::unordered_set<int64_t>& requestIds, in addRequests() 120 bool PendingRequestPool::isRequestPending(const void* clientId, int64_t requestId) const { in isRequestPending() argument 154 bool PendingRequestPool::isRequestPendingLocked(const void* clientId, int64_t requestId) const { in isRequestPendingLocked() argument 192 for (const void* clientId : clientsWithEmptyRequests) { in checkTimeout() local 204 const void* clientId, const std::unordered_set<int64_t>& requestIds) { in tryFinishRequests()
|
| /hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/current/android/hardware/automotive/remoteaccess/ |
| D | IRemoteTaskCallback.aidl | 37 oneway void onRemoteTaskRequested(String clientId, in byte[] data); in onRemoteTaskRequested()
|
| /hardware/interfaces/automotive/remoteaccess/android/hardware/automotive/remoteaccess/ |
| D | IRemoteTaskCallback.aidl | 34 oneway void onRemoteTaskRequested(String clientId, in byte[] data); in onRemoteTaskRequested()
|
| /hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/1/android/hardware/automotive/remoteaccess/ |
| D | IRemoteTaskCallback.aidl | 37 oneway void onRemoteTaskRequested(String clientId, in byte[] data); in onRemoteTaskRequested()
|
| /hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/ |
| D | DefaultVehicleHal.h | 151 const AIBinder* clientId; member 158 const AIBinder* clientId; member
|
| /hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
| D | SubscriptionManager.cpp | 87 ClientId clientId, in addOrUpdateSubscription() 211 ClientId clientId, const sp<IVehicleCallback>& callback) { in getOrCreateHalClientLocked() 232 void SubscriptionManager::unsubscribe(ClientId clientId, in unsubscribe() 276 ClientId clientId = cookie; in onCallbackDead() local
|
| /hardware/interfaces/automotive/remoteaccess/hal/default/proto/ |
| D | wakeup_client.proto | 58 string clientId = 1; field
|
| /hardware/interfaces/automotive/remoteaccess/hal/default/src/ |
| D | RemoteAccessService.cpp | 113 std::string clientId = std::string(buffer); in RemoteAccessService() local 183 Result<void> RemoteAccessService::deliverRemoteTaskThroughCallback(const std::string& clientId, in deliverRemoteTaskThroughCallback() 438 void RemoteAccessService::debugInjectTask(int fd, std::string_view clientId, in debugInjectTask() 449 void RemoteAccessService::debugInjectTaskNextReboot(int fd, std::string_view clientId, in debugInjectTaskNextReboot() 486 ScopedAStatus DebugRemoteTaskCallback::onRemoteTaskRequested(const std::string& clientId, in onRemoteTaskRequested()
|
| /hardware/interfaces/automotive/remoteaccess/hal/default/include/ |
| D | RemoteAccessService.h | 49 std::string clientId; member
|
| /hardware/ril/rild/ |
| D | rild.c | 123 const char *clientId = NULL; in main() local
|
| /hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/ |
| D | Keymaster4.h | 78 const hidl_vec<uint8_t>& clientId, in getKeyCharacteristics() 100 const hidl_vec<uint8_t>& clientId, const hidl_vec<uint8_t>& appData, in exportKey()
|
| /hardware/interfaces/automotive/remoteaccess/hal/default/test/ |
| D | RemoteAccessServiceUnitTest.cpp | 151 ScopedAStatus onRemoteTaskRequested(const std::string& clientId, in onRemoteTaskRequested() 160 std::vector<uint8_t> getData(const std::string& clientId) { return mDataByClientId[clientId]; } in getData()
|
| /hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/src/ |
| D | TestWakeupClientServiceImpl.cpp | 48 int clientId = mCurrentClientId++; in generateTask() local
|
| /hardware/interfaces/keymaster/4.1/support/ |
| D | Keymaster3.cpp | 161 const hidl_vec<uint8_t>& clientId, in getKeyCharacteristics() 185 const hidl_vec<uint8_t>& clientId, in exportKey()
|
| /hardware/qcom/sm7150/gps/geofence/ |
| D | GeofenceAdapter.cpp | 97 GeofenceAdapter::getHwIdFromClient(LocationAPI* client, uint32_t clientId, uint32_t& hwId) in getHwIdFromClient() 645 GeofenceAdapter::saveGeofenceItem(LocationAPI* client, uint32_t clientId, uint32_t hwId, in saveGeofenceItem()
|
| /hardware/qcom/sm8150/gps/geofence/ |
| D | GeofenceAdapter.cpp | 97 GeofenceAdapter::getHwIdFromClient(LocationAPI* client, uint32_t clientId, uint32_t& hwId) in getHwIdFromClient() 645 GeofenceAdapter::saveGeofenceItem(LocationAPI* client, uint32_t clientId, uint32_t hwId, in saveGeofenceItem()
|
| /hardware/qcom/sm7250/gps/geofence/ |
| D | GeofenceAdapter.cpp | 97 GeofenceAdapter::getHwIdFromClient(LocationAPI* client, uint32_t clientId, uint32_t& hwId) in getHwIdFromClient() 645 GeofenceAdapter::saveGeofenceItem(LocationAPI* client, uint32_t clientId, uint32_t hwId, in saveGeofenceItem()
|
| /hardware/qcom/sm8150p/gps/geofence/ |
| D | GeofenceAdapter.cpp | 97 GeofenceAdapter::getHwIdFromClient(LocationAPI* client, uint32_t clientId, uint32_t& hwId) in getHwIdFromClient() 645 GeofenceAdapter::saveGeofenceItem(LocationAPI* client, uint32_t clientId, uint32_t hwId, in saveGeofenceItem()
|
| /hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/ |
| D | DefaultVehicleHalTest.cpp | 362 void* getOnBinderDiedContexts(AIBinder* clientId) { in getOnBinderDiedContexts() 1587 AIBinder* clientId = getCallbackClient()->asBinder().get(); in TEST_F() local
|