Home
last modified time | relevance | path

Searched defs:call (Results 51 - 75 of 321) sorted by relevance

12345678910>>...13

/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_observer_proxy.cpp78 void BluetoothHfpHfObserverProxy::OnCallChanged(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) { in OnCallChanged() argument
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h84 virtual void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) in OnCallChanged() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h85 virtual void OnCallChanged(const RawAddress &device, const HandsFreeUnitCalls &call) in OnCallChanged() argument
[all...]
/foundation/communication/netstack/frameworks/js/napi/socket/task_queue/src/
H A Dtask_queue.cpp29 Task(TaskPriority priority, AsyncWorkExecutor exec, AsyncWorkCallback call, void *d) in Task() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dsingle_kvstore_async_get_test.cpp184 std::function<void(Status, Value&&)> call = [blockData, value](Status status, Value &&out) { in HWTEST_F() local
215 std::function<void(Status, Value&&)> call = [blockData](Status status, Value &&value) { in HWTEST_F() local
249 std::function<void(Status, std::vector<Entry>&&)> call = [blockData](Status status, std::vector<Entry> &&value) { in HWTEST_F() local
277 std::function<void(Status, Value&&)> call = [blockData, result](Status status, Value &&value) { in HWTEST_F() local
305 std::function<void(Status, std::vector<Entry>&&)> call = HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H A Ddaudio_hdi_handler.cpp111 auto call = mapAudioMgrCallback_.find(searchKey); in RegisterAudioDevice() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_call_manager.cpp62 void HfpHfCallManager::UpdateCall(HandsFreeUnitCalls &call) in UpdateCall() argument
113 void HfpHfCallManager::NotifyCallChanged(const HandsFreeUnitCalls &call) in NotifyCallChanged() argument
/third_party/glslang/glslang/MachineIndependent/
H A DLiveTraverser.h137 void addFunctionCall(TIntermAggregate* call) in addFunctionCall() argument
/third_party/icu/icu4c/source/test/perf/usetperf/
H A Dusetperf.cpp42 virtual void call(UErrorCode* pErrorCode){ in call() function in CmdPattern
68 virtual void call(UErrorCode* pErrorCode){ in call() function in CmdOp
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperf.h76 virtual void call(UErrorCode *status) in call() function in ICUIsBound
100 virtual void call(UErrorCode *status) in call() function in ICUForward
112 virtual void call(UErrorCode *status) {}; in call() function in DarwinBreakFunction
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_subroutine.cpp63 lower_subroutine_visitor::call_clone(ir_call *call, ir_function_signature *callee) in call_clone() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_inline_helpers.h120 nir_call_instr *call = nir_instr_as_call(instr); in nir_foreach_src() local
/third_party/musl/src/exit/
H A Datexit.c71 static void call(void *p) in call() function
/third_party/nghttp2/tests/
H A Dend_to_end.py64 def call(self, path, args): member in EndToEndSpdyTests
/third_party/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.h69 virtual void call(UErrorCode* status) in call() function in DateTimeRoundTripFunction
/third_party/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.h31 virtual void call(UErrorCode* status) { in call() function in StringSearchPerfFunction
/third_party/node/deps/v8/src/inspector/
H A Dv8-console.h113 static void call(const v8::FunctionCallbackInfo<v8::Value>& info) { in call() function in v8_inspector::V8Console
121 static void call(const v8::FunctionCallbackInfo<v8::Value>& info) { in call() function in v8_inspector::V8Console
128 static void call(const v8::FunctionCallbackInfo<v8::Value>& info) { in call() function in v8_inspector::V8Console
/third_party/libabigail/tests/data/test-diff-dwarf/
H A Dtest42-PR21296-clanggcc.cc240 void call(const char* pass, STR&& __k) { in call() function
/third_party/skia/src/sksl/analysis/
H A DSkSLCheckProgramUnrolledSize.cpp165 const FunctionCall& call = expr.as<FunctionCall>(); in CheckProgramUnrolledSize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DParallel.cpp81 static void call(void *Ptr) { ((ThreadPoolExecutor *)Ptr)->stop(); } in call() function
/third_party/skia/third_party/externals/tint/src/transform/
H A Darray_length_from_uniform.cc56 auto* call = sem.Get(call_expr); in IterateArrayLengthOnStorageVar() local
/third_party/skia/third_party/externals/tint/src/writer/
H A Dappend_vector_test.cc48 auto* call = Sem().Get(vec_123); in TEST_F() local
92 auto* call = Sem().Get(vec_123); in TEST_F() local
145 auto* call = Sem().Get(vec_123); TEST_F() local
187 auto* call = Sem().Get(vec_123); TEST_F() local
229 auto* call = Sem().Get(vec_1234); TEST_F() local
269 auto* call = Sem().Get(vec_123); TEST_F() local
308 auto* call = Sem().Get(vec_123); TEST_F() local
347 auto* call = Sem().Get(vec_123); TEST_F() local
388 auto* call = Sem().Get(vec_123); TEST_F() local
425 auto* call = Sem().Get(vec_123); TEST_F() local
464 auto* call = Sem().Get(vec_0004); TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_intrinsic_test.cc168 auto* call = GenerateCall(param.intrinsic, param.type, this); in TEST_P() local
262 auto* call = Call("dot", "param1", "param2"); in TEST_F() local
278 auto* call = Call("select", 1.0f, 2.0f, true); in TEST_F() local
289 auto* call = TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_intrinsic_test.cc168 auto* call = GenerateCall(param.intrinsic, param.type, this); in TEST_P() local
262 auto* call = Call("dot", "param1", "param2"); in TEST_F() local
278 auto* call = Call("select", 1.0f, 2.0f, true); in TEST_F() local
289 auto* call = TEST_F() local
301 auto* call = Call("modf", 1.0f); TEST_F() local
327 auto* call = Call("modf", vec3<f32>()); TEST_F() local
353 auto* call = Call("frexp", 1.0f); TEST_F() local
379 auto* call = Call("frexp", vec3<f32>()); TEST_F() local
406 auto* call = Call("isNormal", val); TEST_F() local
429 auto* call = Call("isNormal", val); TEST_F() local
451 auto* call = Call("pack4x8snorm", "p1"); TEST_F() local
473 auto* call = Call("pack4x8unorm", "p1"); TEST_F() local
495 auto* call = Call("pack2x16snorm", "p1"); TEST_F() local
517 auto* call = Call("pack2x16unorm", "p1"); TEST_F() local
539 auto* call = Call("pack2x16float", "p1"); TEST_F() local
561 auto* call = Call("unpack4x8snorm", "p1"); TEST_F() local
584 auto* call = Call("unpack4x8unorm", "p1"); TEST_F() local
607 auto* call = Call("unpack2x16snorm", "p1"); TEST_F() local
630 auto* call = Call("unpack2x16unorm", "p1"); TEST_F() local
653 auto* call = Call("unpack2x16float", "p1"); TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_intrinsic_test.cc182 auto* call = GenerateCall(param.intrinsic, param.type, this); in TEST_P() local
290 auto* call = Call("dot", "param1", "param2"); in TEST_F() local
301 auto* call = Call("storageBarrier"); in TEST_F() local
312 auto* call = Call("workgroupBarrier"); TEST_F() local
323 auto* call = Call("pack2x16float", "p1"); TEST_F() local
335 auto* call = Call("unpack2x16float", "p1"); TEST_F() local
[all...]

Completed in 11 milliseconds

12345678910>>...13