HomeSort by relevance Sort by last modified time
    Searched refs:CallFunction (Results 1 - 25 of 62) sorted by null

1 2 3

  /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/
WifiHalV1.driver.cpp 34 bool FuzzerExtended_wifi::CallFunction(const FunctionSpecificationMessage&, const string&, FunctionSpecificationMessage* ) {
BluetoothHalV1.driver.cpp 62 bool FuzzerExtended_bluetooth_module_t::CallFunction(const FunctionSpecificationMessage&, const string&, FunctionSpecificationMessage* ) {
MemoryTest.vts.h 58 bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name, FunctionSpecificationMessage* result_msg);
NfcClientCallback.vts.h 60 bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name, FunctionSpecificationMessage* result_msg);
Nfc.vts.h 76 bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name, FunctionSpecificationMessage* result_msg);
TestMsgQ.vts.h 83 bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name, FunctionSpecificationMessage* result_msg);
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(
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/test/vts/specification/hal/conventional/bluetooth/1.0/
BluetoothHalV1.vts.h 25 bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name, FunctionSpecificationMessage* result_msg);
BluetoothHalV1bt_interface_t.vts.h 25 bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name, FunctionSpecificationMessage* result_msg);
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/test/vts/specification/hal/conventional/camera/2.1/
CameraHalV2.vts.h 26 bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name, FunctionSpecificationMessage* result_msg);
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/test/vts/specification/hal/conventional/wifi/1.0/
WifiHalV1.vts.h 25 bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name, FunctionSpecificationMessage* result_msg);
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/test/vts/specification/lib/ndk/bionic/1.0/
libcV1.vts.h 27 bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name, FunctionSpecificationMessage* result_msg);
  /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/include/driver_manager/
VtsHalDriverManager.h 60 string CallFunction(FunctionCallMessage* func_msg);
  /test/vts/drivers/hal/replayer/
VtsHidlHalReplayer.cpp 91 if (!driver->CallFunction(call_msg.func_msg(), "" /*callback_socket_name*/,
  /test/vts/drivers/hal/server/
BinderServer.cpp 166 return driver_manager_->CallFunction(call_msg);
SocketServer.cpp 98 const string& result = driver_manager_->CallFunction(call_msg);
  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerRunner.cpp 191 iface_desc->second.hal_->CallFunction(func_spec, "", &result);
  /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/ic/x64/
handler-compiler-x64.cc 242 __ Call(masm->isolate()->builtins()->CallFunction(
288 __ Call(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)) {

Completed in 271 milliseconds

1 2 3