Searched refs:deliverRemoteTaskThroughCallback (Results 1 – 1 of 1) sorted by relevance
131 if (auto result = deliverRemoteTaskThroughCallback(clientId, taskData); !result.ok()) { in RemoteAccessService()189 Result<void> RemoteAccessService::deliverRemoteTaskThroughCallback(const std::string& clientId, in deliverRemoteTaskThroughCallback() function in android::hardware::automotive::remoteaccess::RemoteAccessService226 deliverRemoteTaskThroughCallback(response.clientid(), response.data()); in runTaskLoop()629 if (auto result = deliverRemoteTaskThroughCallback(clientIdCopy, taskData); !result.ok()) { in debugInjectTask()