Searched refs:requestor (Results 1 – 12 of 12) sorted by relevance
104 public CarWatchdogDaemonHelper(@NonNull String requestor) { in CarWatchdogDaemonHelper() argument105 mTag = TAG + "[" + requestor + "]"; in CarWatchdogDaemonHelper()
54 void onLocalOnlyHotspotRequestorDeath(LocalOnlyHotspotRequestInfo requestor); in onLocalOnlyHotspotRequestorDeath() argument
349 public void onLocalOnlyHotspotRequestorDeath(LocalOnlyHotspotRequestInfo requestor) { in onLocalOnlyHotspotRequestorDeath() argument351 .c(requestor.getPid()).flush(); in onLocalOnlyHotspotRequestorDeath()352 mLohsSoftApTracker.stopByRequest(requestor); in onLocalOnlyHotspotRequestorDeath()2412 for (LocalOnlyHotspotRequestInfo requestor : mLocalOnlyHotspotRequests.values()) { in sendHotspotFailedMessageToAllLOHSRequestInfoEntriesLocked()2414 requestor.sendHotspotFailedMessage(reason); in sendHotspotFailedMessageToAllLOHSRequestInfoEntriesLocked()2415 requestor.unlinkDeathRecipient(); in sendHotspotFailedMessageToAllLOHSRequestInfoEntriesLocked()2433 for (LocalOnlyHotspotRequestInfo requestor : mLocalOnlyHotspotRequests.values()) { in sendHotspotStoppedMessageToAllLOHSRequestInfoEntriesLocked()2435 requestor.sendHotspotStoppedMessage(); in sendHotspotStoppedMessageToAllLOHSRequestInfoEntriesLocked()2436 requestor.unlinkDeathRecipient(); in sendHotspotStoppedMessageToAllLOHSRequestInfoEntriesLocked()2575 for (LocalOnlyHotspotRequestInfo requestor : mLocalOnlyHotspotRequests.values()) { in sendHotspotStartedMessageToAllLOHSRequestInfoEntriesLocked()[all …]
51 const std::string& requestor, in LogWakeEvent() argument
152 void LogWakeEvent(wake_event_type_t type, const std::string& requestor,
85 const std::string& requestor, const std::string& name, in MakeWakeEvent() argument89 event->set_requestor(requestor); in MakeWakeEvent()
336 const std::string& requestor, in LogWakeEvent() argument341 event->set_requestor(requestor); in LogWakeEvent()
203 optional string requestor = 2; field
3913 private static void nopDeathCallback(LocalOnlyHotspotRequestInfo requestor) { in nopDeathCallback() argument