Home
last modified time | relevance | path

Searched defs:CallbackValue (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
DCtsTetheringUtils.java80 public static class CallbackValue { class in CtsTetheringUtils.StartTetheringCallback
83 private CallbackValue(final int e) { in CallbackValue() method in CtsTetheringUtils.StartTetheringCallback.CallbackValue
178 public static class CallbackValue { class in CtsTetheringUtils.TestTetheringEventCallback
183 private CallbackValue(final CallbackType type, final Object param, final int param2) { in CallbackValue() method in CtsTetheringUtils.TestTetheringEventCallback.CallbackValue
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/
H A DTransferValue.h85 CallbackValue<ReturnType, ArgTypes...>::CallbackValue(FunctionType fn) : mFunction(fn) {} in CallbackValue() function
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java1700 public static class CallbackValue { class in TestSocketKeepaliveCallback
1704 private CallbackValue(final CallbackType type, final int error) { in CallbackValue() method in TestSocketKeepaliveCallback.CallbackValue