Home
last modified time | relevance | path

Searched defs:reportEvent (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/google/pixel/pixelstats/
H A DBatteryCapacityReporter.cpp178 void BatteryCapacityReporter::reportEvent(const std::shared_ptr<IStats> &stats_client) { in reportEvent() function in android::hardware::google::pixel::BatteryCapacityReporter
H A DBatteryEEPROMReporter.cpp122 void BatteryEEPROMReporter::reportEvent(const std::shared_ptr<IStats> &stats_client, in reportEvent() function in android::hardware::google::pixel::BatteryEEPROMReporter
/aosp12/frameworks/base/services/core/java/android/app/usage/
H A DUsageStatsManagerInternal.java55 public abstract void reportEvent(ComponentName component, @UserIdInt int userId, int eventType, in reportEvent() method in UsageStatsManagerInternal
69 public abstract void reportEvent(String packageName, @UserIdInt int userId, int eventType); in reportEvent() method in UsageStatsManagerInternal
/aosp12/frameworks/av/media/libaudioclient/
H A DPlayerBase.cpp101 void PlayerBase::reportEvent(player_state_t event, audio_port_handle_t deviceId) { in reportEvent() function in android::PlayerBase
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHost.cpp31 void InputReport::reportEvent(InputDeviceHandle* d) { in reportEvent() function in android::InputReport
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningServiceImpl.java572 void reportEvent(int what, int arg1, Object obj) { in reportEvent() method in WifiScanningServiceImpl.RequestInfo
2429 public void reportEvent(int what, int arg1, int arg2) { in reportEvent() method in WifiScanningServiceImpl.ClientInfo
2434 public abstract void reportEvent(int what, int arg1, int arg2, Object obj); in reportEvent() method in WifiScanningServiceImpl.ClientInfo
2505 public void reportEvent(int what, int arg1, int arg2, Object obj) { in reportEvent() method in WifiScanningServiceImpl.ExternalClientInfo
2536 public void reportEvent(int what, int arg1, int arg2, Object obj) { in reportEvent() method in WifiScanningServiceImpl.InternalClientInfo
/aosp12/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java908 void reportEvent(Event event, int userId) { in reportEvent() method in UsageStatsService
2298 public void reportEvent(ComponentName component, int userId, int eventType, in reportEvent() method in UsageStatsService.LocalService
2320 public void reportEvent(String packageName, int userId, int eventType) { in reportEvent() method in UsageStatsService.LocalService
H A DUserUsageStatsService.java275 void reportEvent(Event event) { in reportEvent() method in UserUsageStatsService
/aosp12/frameworks/native/services/inputflinger/host/
H A DInputDriver.cpp207 void InputDriver::reportEvent(input_device_handle_t* d, input_report_t* report) { in reportEvent() function in android::InputDriver
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
H A DAppStandbyControllerTests.java663 private void reportEvent(AppStandbyController controller, int eventType, long elapsedTime, in reportEvent() method in AppStandbyControllerTests
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java3602 ConnectivityReportEvent reportEvent = in notifyNetworkTestedWithExtras() local
9123 final ConnectivityReportEvent reportEvent = in handleMessage() local
9303 private void handleNetworkTestedWithExtras( in handleNetworkTestedWithExtras()