Home
last modified time | relevance | path

Searched refs:copy_mode (Results 1 – 19 of 19) sorted by relevance

/external/libchrome/base/
Dcallback.h35 internal::CopyMode copy_mode,
37 class Callback<R(Args...), copy_mode, repeat_mode>
38 : public internal::CallbackBase<copy_mode> {
41 copy_mode == internal::CopyMode::MoveOnly,
47 Callback() : internal::CallbackBase<copy_mode>(nullptr) {}
50 : internal::CallbackBase<copy_mode>(bind_state) {
58 : internal::CallbackBase<copy_mode>(std::move(other)) {}
65 static_cast<internal::CallbackBase<copy_mode>&>(*this) = std::move(other);
Dcallback_helpers.h24 internal::CopyMode copy_mode,
26 base::Callback<Signature, copy_mode, repeat_mode> ResetAndReturn( in ResetAndReturn() argument
27 base::Callback<Signature, copy_mode, repeat_mode>* cb) { in ResetAndReturn()
28 base::Callback<Signature, copy_mode, repeat_mode> ret(std::move(*cb)); in ResetAndReturn()
Dcallback_internal.h22 template <CopyMode copy_mode>
64 template <CopyMode copy_mode>
Dbind_internal.h255 CopyMode copy_mode, RepeatMode repeat_mode>
256 struct FunctorTraits<Callback<R(Args...), copy_mode, repeat_mode>> {
420 CopyMode copy_mode,
422 struct BindingCallbackWithNoArgs<Callback<Signature, copy_mode, repeat_mode>,
Dcallback_forward.h27 internal::CopyMode copy_mode = internal::CopyMode::Copyable,
Dbind_helpers.h557 internal::CopyMode copy_mode,
559 struct CallbackCancellationTraits<Callback<Signature, copy_mode, repeat_mode>,
/external/libnl/src/
Dnf-log.c57 enum nfnl_log_copy_mode copy_mode; in main() local
87 copy_mode = NFNL_LOG_COPY_META; in main()
89 copy_mode = nfnl_log_str2copy_mode(argv[3]); in main()
90 if (copy_mode < 0) in main()
91 nl_cli_fatal(copy_mode, in main()
93 argv[3], nl_geterror(copy_mode)); in main()
95 nfnl_log_set_copy_mode(log, copy_mode); in main()
Dnf-queue.c65 enum nfnl_queue_copy_mode copy_mode; in main() local
99 copy_mode = NFNL_QUEUE_COPY_PACKET; in main()
101 copy_mode = nfnl_queue_str2copy_mode(argv[3]); in main()
102 if (copy_mode < 0) in main()
103 nl_cli_fatal(copy_mode, in main()
105 argv[3], nl_geterror(copy_mode)); in main()
107 nfnl_queue_set_copy_mode(queue, copy_mode); in main()
/external/libnl/lib/netfilter/
Dlog.c122 mode.copy_mode = NFULNL_COPY_NONE; in nfnl_log_build_request()
125 mode.copy_mode = NFULNL_COPY_META; in nfnl_log_build_request()
128 mode.copy_mode = NFULNL_COPY_PACKET; in nfnl_log_build_request()
Dqueue.c137 params.copy_mode = NFQNL_COPY_NONE; in nfnl_queue_build_request()
140 params.copy_mode = NFQNL_COPY_META; in nfnl_queue_build_request()
143 params.copy_mode = NFQNL_COPY_PACKET; in nfnl_queue_build_request()
Dqueue_obj.c61 char *nfnl_queue_copy_mode2str(enum nfnl_queue_copy_mode copy_mode, char *buf, in nfnl_queue_copy_mode2str() argument
64 return __type2str(copy_mode, buf, len, copy_modes, in nfnl_queue_copy_mode2str()
190 __ADD(QUEUE_ATTR_COPY_MODE, copy_mode)
Dlog_obj.c65 char *nfnl_log_copy_mode2str(enum nfnl_log_copy_mode copy_mode, char *buf, in nfnl_log_copy_mode2str() argument
68 return __type2str(copy_mode, buf, len, copy_modes, in nfnl_log_copy_mode2str()
259 __ADD(LOG_ATTR_COPY_MODE, copy_mode)
/external/libpcap/
Dpcap-netfilter-linux.c351 nflog_send_config_mode(const pcap_t *handle, u_int16_t group_id, u_int8_t copy_mode, u_int32_t copy… in nflog_send_config_mode() argument
357 msg.copy_mode = copy_mode; in nflog_send_config_mode()
405 nfqueue_send_config_mode(const pcap_t *handle, u_int16_t group_id, u_int8_t copy_mode, u_int32_t co… in nfqueue_send_config_mode() argument
411 msg.copy_mode = copy_mode; in nfqueue_send_config_mode()
/external/libxcam/wrapper/gstreamer/
Dgstxcamfilter.cpp347 xcamfilter->copy_mode = DEFAULT_PROP_COPY_MODE; in gst_xcam_filter_init()
394 xcamfilter->copy_mode = (CopyMode) g_value_get_enum (value); in gst_xcam_filter_set_property()
450 g_value_set_enum (value, xcamfilter->copy_mode); in gst_xcam_filter_get_property()
576 if (xcamfilter->copy_mode == COPY_MODE_DMA) { in gst_xcam_filter_start()
578 xcamfilter->copy_mode = COPY_MODE_CPU; in gst_xcam_filter_start()
581 if (xcamfilter->copy_mode == COPY_MODE_DMA) { in gst_xcam_filter_start()
954 if (xcamfilter->copy_mode == COPY_MODE_CPU) { in gst_xcam_filter_prepare_output_buffer()
956 } else if (xcamfilter->copy_mode == COPY_MODE_DMA) { in gst_xcam_filter_prepare_output_buffer()
Dgstxcamfilter.h77 CopyMode copy_mode; member
/external/kernel-headers/original/uapi/linux/netfilter/
Dnfnetlink_log.h76 __u8 copy_mode; member
Dnfnetlink_queue.h97 __u8 copy_mode; /* enum nfqnl_config_mode */ member
/external/libnl/include/linux-private/linux/netfilter/
Dnfnetlink_queue.h85 __u8 copy_mode; /* enum nfqnl_config_mode */ member
Dnfnetlink_log.h77 __u8 copy_mode; member