/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/current/android/hardware/automotive/remoteaccess/ |
D | IRemoteAccess.aidl | 46 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()
|
D | IRemoteTaskCallback.aidl | 37 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/ |
D | IRemoteAccess.aidl | 46 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()
|
D | IRemoteTaskCallback.aidl | 37 oneway void onRemoteTaskRequested(String clientId, in byte[] data); in onRemoteTaskRequested()
|
/hardware/interfaces/automotive/remoteaccess/android/hardware/automotive/remoteaccess/ |
D | IRemoteAccess.aidl | 184 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()
|
D | IRemoteTaskCallback.aidl | 34 oneway void onRemoteTaskRequested(String clientId, in byte[] data); in onRemoteTaskRequested()
|
/hardware/interfaces/automotive/remoteaccess/hal/default/proto/ |
D | wakeup_client.proto | 109 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/ |
D | TestWakeupClientServiceImpl.cpp | 54 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 …]
|
D | main.cpp | 180 std::string clientId; in parseCommand() local 211 std::string clientId; in parseCommand() local
|
/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/vehicle/aidl/impl/vhal/src/ |
D | SubscriptionManager.cpp | 119 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()
|
D | ConnectedClient.cpp | 131 const void* clientId, in getOrSetValuesCallback() 219 const void* clientId = id(); in GetSetValuesClient() local
|
D | DefaultVehicleHal.cpp | 233 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/ |
D | RemoteAccessService.cpp | 119 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/ |
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 | 108 const AIBinder* clientId; member 115 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/include/ |
D | RemoteAccessService.h | 50 std::string clientId; member
|
/hardware/google/pixel/usb/ |
D | I2cHelper.cpp | 75 string getI2cClientPath(const string hsi2cPath, const string devName, const string clientId) { in getI2cClientPath()
|
D | UsbBusHelper.cpp | 78 const string clientId) { in getBusClientPath()
|
/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/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/interfaces/automotive/remoteaccess/hal/default/test/ |
D | RemoteAccessServiceUnitTest.cpp | 212 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/ |
D | VtsHalAutomotiveRemoteAccess_TargetTest.cpp | 91 ScopedAStatus onRemoteTaskRequested(const std::string& clientId, in onRemoteTaskRequested()
|