Home
last modified time | relevance | path

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

12

/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/current/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl46 void unscheduleTask(String clientId, String scheduleId); in unscheduleTask()
47 void unscheduleAllTasks(String clientId); in unscheduleAllTasks()
48 boolean isTaskScheduled(String clientId, String scheduleId); in isTaskScheduled()
49 …ndroid.hardware.automotive.remoteaccess.ScheduleInfo> getAllPendingScheduledTasks(String clientId); in getAllPendingScheduledTasks()
DIRemoteTaskCallback.aidl37 oneway void onRemoteTaskRequested(String clientId, in byte[] data); in onRemoteTaskRequested()
/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/2/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl46 void unscheduleTask(String clientId, String scheduleId); in unscheduleTask()
47 void unscheduleAllTasks(String clientId); in unscheduleAllTasks()
48 boolean isTaskScheduled(String clientId, String scheduleId); in isTaskScheduled()
49 …ndroid.hardware.automotive.remoteaccess.ScheduleInfo> getAllPendingScheduledTasks(String clientId); in getAllPendingScheduledTasks()
DIRemoteTaskCallback.aidl37 oneway void onRemoteTaskRequested(String clientId, in byte[] data); in onRemoteTaskRequested()
/hardware/interfaces/automotive/remoteaccess/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl184 void unscheduleTask(String clientId, String scheduleId); in unscheduleTask()
191 void unscheduleAllTasks(String clientId); in unscheduleAllTasks()
198 boolean isTaskScheduled(String clientId, String scheduleId); in isTaskScheduled()
207 List<ScheduleInfo> getAllPendingScheduledTasks(String clientId); in getAllPendingScheduledTasks()
DIRemoteTaskCallback.aidl34 oneway void onRemoteTaskRequested(String clientId, in byte[] data); in onRemoteTaskRequested()
/hardware/interfaces/automotive/remoteaccess/hal/default/proto/
Dwakeup_client.proto109 string clientId = 1; field
133 string clientId = 1; field
143 string clientId = 1; field
150 string clientId = 1; field
156 string clientId = 1; field
165 string clientId = 1; field
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/src/
DTestWakeupClientServiceImpl.cpp54 GetRemoteTasksResponse FakeTaskGenerator::generateTask(const std::string& clientId) { in generateTask()
180 void ServiceImpl::injectTask(const std::string& taskData, const std::string& clientId) { in injectTask()
195 void ServiceImpl::startGeneratingFakeTask(const std::string& clientId) { in startGeneratingFakeTask()
222 void ServiceImpl::fakeTaskGenerateLoop(const std::string& clientId) { in fakeTaskGenerateLoop()
298 void ServiceImpl::cleanupScheduledTaskLocked(const std::string& clientId, in cleanupScheduledTaskLocked()
318 const std::string& clientId = grpcScheduleInfo.clientid(); in ScheduleTask() local
384 const std::string clientId = grpcScheduleInfo.clientid(); in handleAddTask() local
423 const std::string& clientId = request->clientid(); in UnscheduleTask() local
447 const std::string& clientId = request->clientid(); in UnscheduleAllTasks() local
467 const std::string& clientId = request->clientid(); in IsTaskScheduled() local
[all …]
Dmain.cpp180 std::string clientId; in parseCommand() local
211 std::string clientId; in parseCommand() local
/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/vehicle/aidl/impl/vhal/src/
DSubscriptionManager.cpp119 void ContSubConfigs::addClient(const ClientIdType& clientId, const SubConfig& subConfig) { in addClient()
124 void ContSubConfigs::removeClient(const ClientIdType& clientId) { in removeClient()
176 const ClientIdType& clientId, const PropIdAreaId& propIdAreaId, float sampleRateHz, in addContinuousSubscriberLocked()
190 const ClientIdType& clientId, const PropIdAreaId& propIdAreaId) { in removeContinuousSubscriberLocked()
284 ClientIdType clientId = callback->asBinder().get(); in subscribe() local
315 SubscriptionManager::ClientIdType clientId, const PropIdAreaId& propIdAreaId) { in unsubscribePropIdAreaIdLocked()
343 VhalResult<void> SubscriptionManager::unsubscribe(SubscriptionManager::ClientIdType clientId, in unsubscribe()
377 VhalResult<void> SubscriptionManager::unsubscribe(SubscriptionManager::ClientIdType clientId) { in unsubscribe()
DConnectedClient.cpp131 const void* clientId, in getOrSetValuesCallback()
219 const void* clientId = id(); in GetSetValuesClient() local
DDefaultVehicleHal.cpp233 const AIBinder* clientId = callback->asBinder().get(); in getOrCreateClient() local
240 bool DefaultVehicleHal::monitorBinderLifeCycleLocked(const AIBinder* clientId) { in monitorBinderLifeCycleLocked()
273 void DefaultVehicleHal::onBinderDiedWithContext(const AIBinder* clientId) { in onBinderDiedWithContext()
289 void DefaultVehicleHal::onBinderUnlinkedWithContext(const AIBinder* clientId) { in onBinderUnlinkedWithContext()
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessService.cpp119 std::string clientId = std::string(buffer); in RemoteAccessService() local
189 Result<void> RemoteAccessService::deliverRemoteTaskThroughCallback(const std::string& clientId, in deliverRemoteTaskThroughCallback()
412 ScopedAStatus RemoteAccessService::unscheduleTask(const std::string& clientId, in unscheduleTask()
431 ScopedAStatus RemoteAccessService::unscheduleAllTasks(const std::string& clientId) { in unscheduleAllTasks()
448 ScopedAStatus RemoteAccessService::isTaskScheduled(const std::string& clientId, in isTaskScheduled()
469 ScopedAStatus RemoteAccessService::getAllPendingScheduledTasks(const std::string& clientId, in getAllPendingScheduledTasks()
626 void RemoteAccessService::debugInjectTask(int fd, std::string_view clientId, in debugInjectTask()
637 void RemoteAccessService::debugInjectTaskNextReboot(int fd, std::string_view clientId, in debugInjectTaskNextReboot()
674 ScopedAStatus DebugRemoteTaskCallback::onRemoteTaskRequested(const std::string& clientId, 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.h108 const AIBinder* clientId; member
115 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/include/
DRemoteAccessService.h50 std::string clientId; member
/hardware/google/pixel/usb/
DI2cHelper.cpp75 string getI2cClientPath(const string hsi2cPath, const string devName, const string clientId) { in getI2cClientPath()
DUsbBusHelper.cpp78 const string clientId) { in getBusClientPath()
/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/keymaster/4.1/support/
DKeymaster3.cpp161 const hidl_vec<uint8_t>& clientId, in getKeyCharacteristics()
185 const hidl_vec<uint8_t>& clientId, in exportKey()
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp212 ScopedAStatus onRemoteTaskRequested(const std::string& clientId, in onRemoteTaskRequested()
221 std::vector<uint8_t> getData(const std::string& clientId) { return mDataByClientId[clientId]; } in getData()
/hardware/interfaces/automotive/remoteaccess/vts/src/
DVtsHalAutomotiveRemoteAccess_TargetTest.cpp91 ScopedAStatus onRemoteTaskRequested(const std::string& clientId, in onRemoteTaskRequested()

12