Searched refs:call_info (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-dbus.c | 306 struct call_info { struct 325 /* Called when call_info->property has been set and the property interface has 326 * not been given. In case of a Set call, call_info->property_sig is also set, 328 static enum find_result_t find_handler_by_property(struct call_info *call_info) { in find_handler_by_property() argument 331 pa_assert(call_info); in find_handler_by_property() 333 PA_HASHMAP_FOREACH(call_info->iface_entry, call_info->obj_entry->interfaces, state) { in find_handler_by_property() 334 if ((call_info->property_handler = pa_hashmap_get(call_info in find_handler_by_property() 354 find_handler_by_method(struct call_info *call_info) find_handler_by_method() argument 373 find_handler_from_properties_call(struct call_info *call_info) find_handler_from_properties_call() argument 459 find_handler(struct call_info *call_info) find_handler() argument 496 struct call_info call_info; handle_message_cb() local [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | graph-builder-interface.cc | 1690 void DoCall(FullDecoder* decoder, CallInfo call_info, const FunctionSig* sig, in DoCall() 1708 arg_nodes[0] = (call_info.call_mode() == CallInfo::kCallDirect) in DoCall() 1710 : call_info.index_or_callee_value()->node; in DoCall() 1715 switch (call_info.call_mode()) { in DoCall() 1719 call_info.table_index(), call_info.sig_index(), in DoCall() 1725 decoder, builder_->CallDirect(call_info.callee_index(), real_sig, in DoCall() 1735 call_info.null_check(), decoder->position())); in DoCall() 1748 void DoReturnCall(FullDecoder* decoder, CallInfo call_info, in DoReturnCall() 1764 if (call_info in DoReturnCall() [all...] |
Completed in 4 milliseconds