Home
last modified time | relevance | path

Searched refs:onEvent_1_1 (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/tetheroffload/control/1.1/
H A DITetheringOffloadCallback.hal32 oneway onEvent_1_1(OffloadCallbackEvent event);
/aosp12/hardware/interfaces/tetheroffload/control/1.1/vts/functional/include/
H A DOffloadControlTestV1_1.h71 Return<void> onEvent_1_1( in onEvent_1_1() function
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DOffloadHardwareInterfaceTest.java265 mTetheringOffloadCallback.onEvent_1_1(OffloadCallbackEvent.OFFLOAD_STARTED); in testTetheringOffloadCallback()
271 mTetheringOffloadCallback.onEvent_1_1(OffloadCallbackEvent.OFFLOAD_WARNING_REACHED); in testTetheringOffloadCallback()
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DOffloadHardwareInterface.java649 public void onEvent_1_1(int event) { in onEvent_1_1() method in OffloadHardwareInterface.TetheringOffloadCallback