Home
last modified time | relevance | path

Searched defs:clientId (Results 1 – 22 of 22) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DSubscriptionManager.cpp84 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()
DConnectedClient.cpp131 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()
DDefaultVehicleHal.cpp104 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/
DPendingRequestPool.cpp82 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/
DIRemoteTaskCallback.aidl37 oneway void onRemoteTaskRequested(String clientId, in byte[] data); in onRemoteTaskRequested()
/hardware/interfaces/automotive/remoteaccess/android/hardware/automotive/remoteaccess/
DIRemoteTaskCallback.aidl34 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/
DIRemoteTaskCallback.aidl37 oneway void onRemoteTaskRequested(String clientId, in byte[] data); in onRemoteTaskRequested()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DDefaultVehicleHal.h151 const AIBinder* clientId; member
158 const AIBinder* clientId; member
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DSubscriptionManager.cpp87 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/
Dwakeup_client.proto58 string clientId = 1; field
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessService.cpp113 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/
DRemoteAccessService.h49 std::string clientId; member
/hardware/ril/rild/
Drild.c123 const char *clientId = NULL; in main() local
/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
DKeymaster4.h78 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/
DRemoteAccessServiceUnitTest.cpp151 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/
DTestWakeupClientServiceImpl.cpp48 int clientId = mCurrentClientId++; in generateTask() local
/hardware/interfaces/keymaster/4.1/support/
DKeymaster3.cpp161 const hidl_vec<uint8_t>& clientId, in getKeyCharacteristics()
185 const hidl_vec<uint8_t>& clientId, in exportKey()
/hardware/qcom/sm7150/gps/geofence/
DGeofenceAdapter.cpp97 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/
DGeofenceAdapter.cpp97 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/
DGeofenceAdapter.cpp97 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/
DGeofenceAdapter.cpp97 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/
DDefaultVehicleHalTest.cpp362 void* getOnBinderDiedContexts(AIBinder* clientId) { in getOnBinderDiedContexts()
1587 AIBinder* clientId = getCallbackClient()->asBinder().get(); in TEST_F() local