Home
last modified time | relevance | path

Searched refs:callback (Results 1 – 12 of 12) sorted by relevance

/test/vts-testcase/nbu/src/
Dwifi_direct_test.py46 callback = self.group_owner.android.wifiP2pSetChannel(CHANNEL, CHANNEL)
47 assert_utils.AssertAsyncSuccess(callback)
49 callback = self.group_owner.android.wifiP2pStartGroup()
50 group_info = assert_utils.AssertAsyncSuccess(callback)
61 callback = self.group_owner.android.wifiP2pRemoveGroup()
62 assert_utils.AssertAsyncSuccess(callback)
/test/vts-testcase/nbu/src/utils/
Dassert_utils.py9 def AssertAsyncSuccess(callback): argument
24 status_event = callback.waitAndGet('onSuccess', 30)
27 failure_event = callback.waitAndGet('onFailure', 30)
/test/vts/proto/
DVtsProfilingMessage.proto33 // Entry event of a synchronize callback.
35 // Exit event of a synchronize callback.
37 // Entry event of a asynchronize callback.
39 // Exit event of a asynchronize callback.
DAndroidSystemControlMessage.proto28 // To set the host information (e.g., callback server port).
192 // To specify a callback request message for the TCP server.
194 // callback id for the message sent to the TCP Server.
197 // the name of a callback (e.g., <class name>::<method name>).
205 // To specify a callback response message from the TCP server.
DComponentSpecificationMessage.proto128 // callback functions.
251 // whether it is a callback.
254 // when it is a callback.
491 // for HIDL HAL, to use a HIDL callback instance.
538 // whether this interface is a HIDL callback.
/test/vts/drivers/hal/libmeasurement/
Dvts_measurement.cpp49 void (*callback)(void));
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java73 public Processor(Context context, Processor.Callback callback, int[] testList) { in Processor() argument
75 mCallback = callback; in Processor()
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py352 callback = self.vehicle.GetHidlCallbackInterface(
364 statusCode = self.vehicle.subscribe(callback, [pbSubscribeOption])
400 self.vehicle.unsubscribe(callback, prop)
765 callback = self.vehicle.GetHidlCallbackInterface(
778 statusCode = self.vehicle.subscribe(callback, [pbSubscribeOptions])
786 callback, self.vtypes.VehicleProperty.ENGINE_OIL_TEMP)
/test/mlts/benchmark/jni/
Drun_tflite.cpp438 auto callback = [](const char* entry, const struct stat*, int, struct FTW*) { in cleanup() local
441 nftw(mTempDir.c_str(), callback, 128, FTW_DEPTH | FTW_MOUNT | FTW_PHYS); in cleanup()
/test/mlts/benchmark/results/
DChart.bundle.min.js10callback(e.render,[i,e],i),r.callback(e.onAnimationProgress,[e],i),e.currentStep>=e.numSteps?(r.ca… property
/test/app_compat/csuite/
Dpylintrc316 # List of strings which can identify a callback function by name. A callback
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_coverage_overview.jsp74 // Send the query with a callback function.