/aosp12/system/chre/apps/test/chqts/src/general_test/ |
H A D | event_between_apps_test.cc | 53 void EventBetweenApps0::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::EventBetweenApps0 90 void EventBetweenApps1::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::EventBetweenApps1
|
H A D | host_awake_suspend_test.cc | 49 void HostAwakeSuspendTest::handleEvent(uint32_t /* senderInstanceId */, in handleEvent() function in general_test::HostAwakeSuspendTest
|
H A D | hello_world_test.cc | 37 void HelloWorldTest::handleEvent(uint32_t /* senderInstanceId */, in handleEvent() function in general_test::HelloWorldTest
|
H A D | nanoapp_info_events_test_performer.cc | 34 void NanoAppInfoEventsTestPerformer::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::NanoAppInfoEventsTestPerformer
|
H A D | gnss_capabilities_test.cc | 62 void GnssCapabilitiesTest::handleEvent(uint32_t /* senderInstanceId */, in handleEvent() function in general_test::GnssCapabilitiesTest
|
H A D | wifi_capabilities_test.cc | 62 void WifiCapabilitiesTest::handleEvent(uint32_t /* senderInstanceId */, in handleEvent() function in general_test::WifiCapabilitiesTest
|
H A D | wwan_capabilities_test.cc | 57 void WwanCapabilitiesTest::handleEvent(uint32_t /* senderInstanceId */, in handleEvent() function in general_test::WwanCapabilitiesTest
|
H A D | nanoapp_info_by_instance_id_test.cc | 37 void NanoappInfoByInstanceIdTest::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::NanoappInfoByInstanceIdTest
|
H A D | nanoapp_info_by_app_id_test.cc | 36 void NanoappInfoByAppIdTest::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::NanoappInfoByAppIdTest
|
H A D | sensor_info_test.cc | 66 void SensorInfoTest::handleEvent(uint32_t /* senderInstanceId */, in handleEvent() function in general_test::SensorInfoTest
|
H A D | version_consistency_test.cc | 76 void VersionConsistencyTest::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::VersionConsistencyTest
|
H A D | logging_consistency_test.cc | 125 void LoggingConsistencyTest::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::LoggingConsistencyTest
|
H A D | get_time_test.cc | 73 void GetTimeTest::handleEvent(uint32_t senderInstanceId, uint16_t eventType, in handleEvent() function in general_test::GetTimeTest
|
H A D | estimated_host_time_test.cc | 47 void EstimatedHostTimeTest::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::EstimatedHostTimeTest
|
H A D | basic_gnss_test.cc | 131 void BasicGnssTest::handleEvent(uint32_t /* senderInstanceId */, in handleEvent() function in general_test::BasicGnssTest
|
H A D | heap_alloc_stress_test.cc | 121 void HeapAllocStressTest::handleEvent(uint32_t /* senderInstanceId */, in handleEvent() function in general_test::HeapAllocStressTest
|
H A D | nanoapp_info_events_test_observer.cc | 33 void NanoAppInfoEventsTestObserver::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::NanoAppInfoEventsTestObserver
|
H A D | timer_stress_test.cc | 135 void TimerStressTest::handleEvent(uint32_t senderInstanceId, uint16_t eventType, in handleEvent() function in general_test::TimerStressTest
|
H A D | timer_cancel_test.cc | 130 void TimerCancelTest::handleEvent(uint32_t senderInstanceId, uint16_t eventType, in handleEvent() function in general_test::TimerCancelTest
|
H A D | wwan_cell_info_test.cc | 61 void WwanCellInfoTest::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::WwanCellInfoTest
|
H A D | basic_flush_async_test.cc | 78 void BasicSensorFlushAsyncTest::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::BasicSensorFlushAsyncTest
|
H A D | send_event_stress_test.cc | 94 void SendEventStressTest::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::SendEventStressTest
|
/aosp12/frameworks/native/cmds/servicemanager/ |
H A D | main.cpp | 58 int handleEvent(int /* fd */, int /* events */, void* /* data */) override { in handleEvent() function in BinderCallback 97 int handleEvent(int fd, int /*events*/, void* /*data*/) override { in handleEvent() function in ClientCallbackCallback
|
/aosp12/system/hwservicemanager/ |
H A D | service.cpp | 87 int handleEvent(int fd, int /*events*/, void* /*data*/) override { in handleEvent() function in HwBinderCallback 126 int handleEvent(int fd, int /*events*/, void* /*data*/) override { in handleEvent() function in ClientCallbackCallback
|
/aosp12/packages/services/Car/car-lib/src/com/android/car/internal/ |
H A D | SingleMessageHandler.java | 46 protected abstract void handleEvent(EventType event); in handleEvent() method in SingleMessageHandler
|