/aosp12/hardware/google/pixel/pixelstats/ |
H A D | BatteryCapacityReporter.cpp | 178 void BatteryCapacityReporter::reportEvent(const std::shared_ptr<IStats> &stats_client) { in reportEvent() function in android::hardware::google::pixel::BatteryCapacityReporter
|
H A D | BatteryEEPROMReporter.cpp | 122 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 D | UsageStatsManagerInternal.java | 55 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 D | PlayerBase.cpp | 101 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 D | InputHost.cpp | 31 void InputReport::reportEvent(InputDeviceHandle* d) { in reportEvent() function in android::InputReport
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/ |
H A D | WifiScanningServiceImpl.java | 572 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 D | UsageStatsService.java | 908 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 D | UserUsageStatsService.java | 275 void reportEvent(Event event) { in reportEvent() method in UserUsageStatsService
|
/aosp12/frameworks/native/services/inputflinger/host/ |
H A D | InputDriver.cpp | 207 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 D | AppStandbyControllerTests.java | 663 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 D | ConnectivityService.java | 3602 ConnectivityReportEvent reportEvent = in notifyNetworkTestedWithExtras() local 9123 final ConnectivityReportEvent reportEvent = in handleMessage() local 9303 private void handleNetworkTestedWithExtras( in handleNetworkTestedWithExtras()
|