/external/libchrome/base/ |
D | callback.h | 35 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);
|
D | callback_helpers.h | 24 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()
|
D | callback_internal.h | 22 template <CopyMode copy_mode> 64 template <CopyMode copy_mode>
|
D | bind_internal.h | 255 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>,
|
D | callback_forward.h | 27 internal::CopyMode copy_mode = internal::CopyMode::Copyable,
|
D | bind_helpers.h | 557 internal::CopyMode copy_mode, 559 struct CallbackCancellationTraits<Callback<Signature, copy_mode, repeat_mode>,
|
/external/libnl/src/ |
D | nf-log.c | 57 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()
|
D | nf-queue.c | 65 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/ |
D | log.c | 122 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()
|
D | queue.c | 137 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()
|
D | queue_obj.c | 61 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)
|
D | log_obj.c | 65 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/ |
D | pcap-netfilter-linux.c | 351 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/ |
D | gstxcamfilter.cpp | 347 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()
|
D | gstxcamfilter.h | 77 CopyMode copy_mode; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | nfnetlink_log.h | 76 __u8 copy_mode; member
|
D | nfnetlink_queue.h | 97 __u8 copy_mode; /* enum nfqnl_config_mode */ member
|
/external/libnl/include/linux-private/linux/netfilter/ |
D | nfnetlink_queue.h | 85 __u8 copy_mode; /* enum nfqnl_config_mode */ member
|
D | nfnetlink_log.h | 77 __u8 copy_mode; member
|