Searched refs:callback (Results 1 – 12 of 12) sorted by relevance
/test/vts-testcase/nbu/src/ |
D | wifi_direct_test.py | 46 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/ |
D | assert_utils.py | 9 def AssertAsyncSuccess(callback): argument 24 status_event = callback.waitAndGet('onSuccess', 30) 27 failure_event = callback.waitAndGet('onFailure', 30)
|
/test/vts/proto/ |
D | VtsProfilingMessage.proto | 33 // 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.
|
D | AndroidSystemControlMessage.proto | 28 // 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.
|
D | ComponentSpecificationMessage.proto | 128 // 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/ |
D | vts_measurement.cpp | 49 void (*callback)(void));
|
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | Processor.java | 73 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/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 352 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/ |
D | run_tflite.cpp | 438 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/ |
D | Chart.bundle.min.js | 10 …callback(e.render,[i,e],i),r.callback(e.onAnimationProgress,[e],i),e.currentStep>=e.numSteps?(r.ca… property
|
/test/app_compat/csuite/ |
D | pylintrc | 316 # List of strings which can identify a callback function by name. A callback
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_coverage_overview.jsp | 74 // Send the query with a callback function.
|