HomeSort by relevance Sort by last modified time
    Searched defs:CallFunction (Results 1 - 18 of 18) sorted by null

  /system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/main/cpp/
native-lib.cpp 39 int CallFunction(int a) {
46 i = CallFunction(i);
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
BluetoothHalV1.driver.cpp 62 bool FuzzerExtended_bluetooth_module_t::CallFunction(const FunctionSpecificationMessage&, const string&, FunctionSpecificationMessage* ) {
WifiHalV1.driver.cpp 34 bool FuzzerExtended_wifi::CallFunction(const FunctionSpecificationMessage&, const string&, FunctionSpecificationMessage* ) {
CameraHalV2.driver.cpp 287 bool FuzzerExtended_camera_module_t::CallFunction(const FunctionSpecificationMessage&, const string&, FunctionSpecificationMessage* ) {
MemoryTest.driver.cpp 83 bool FuzzerExtended_android_hardware_tests_memory_V1_0_IMemoryTest::CallFunction(
NfcClientCallback.driver.cpp 89 bool FuzzerExtended_android_hardware_nfc_V1_0_INfcClientCallback::CallFunction(
libcV1.driver.cpp 202 bool FuzzerExtended_libc::CallFunction(const FunctionSpecificationMessage&, const string&, FunctionSpecificationMessage* ) {
BluetoothHalV1bt_interface_t.driver.cpp 285 bool FuzzerExtended_bt_interface_t::CallFunction(const FunctionSpecificationMessage&, const string&, FunctionSpecificationMessage* ) {
Nfc.driver.cpp 145 bool FuzzerExtended_android_hardware_nfc_V1_0_INfc::CallFunction(
TestMsgQ.driver.cpp 199 bool FuzzerExtended_android_hardware_tests_msgq_V1_0_ITestMsgQ::CallFunction(
Bar.driver.cpp     [all...]
  /test/vts/drivers/hal/common/include/driver_base/
DriverBase.h 60 virtual bool CallFunction(
  /external/clang/test/SemaCXX/
warn-tautological-compare.cpp 63 #define CallFunction(f) ((f != 0) ? f() : 0)
76 (void)CallFunction(fun2);
  /external/v8/src/builtins/
builtins-call.cc 14 Handle<Code> Builtins::CallFunction(ConvertReceiverMode mode,
159 masm->isolate()->builtins()->CallFunction());
  /test/vts/drivers/hal/common/driver_manager/
VtsHalDriverManager.cpp 84 string VtsHalDriverManager::CallFunction(FunctionCallMessage* call_msg) {
128 // For Hidl HAL, use CallFunction method.
130 if (!driver->CallFunction(*api, callback_socket_name_, &result_msg)) {
  /external/v8/src/
code-factory.cc 419 Callable CodeFactory::CallFunction(Isolate* isolate, ConvertReceiverMode mode,
421 return Callable(isolate->builtins()->CallFunction(mode, tail_call_mode),
  /external/v8/src/debug/
debug.cc 602 MaybeHandle<Object> Debug::CallFunction(const char* name, int argc,
632 if (!CallFunction("IsBreakPointTriggered", arraysize(argv), argv)
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 361 milliseconds