Home
last modified time | relevance | path

Searched refs:forward (Results 1 – 25 of 38) sorted by relevance

12

/system/core/adb/
DSERVICES.TXT39 emulator will forward automatically to the adbd daemon running
99 <host-prefix>:forward:<local>;<remote>
100 Asks the ADB server to forward local connections from <local>
120 <host-prefix>:forward:norebind:<local>;<remote>
121 Same as <host-prefix>:forward:<local>;<remote> except that it will
122 fail it there is already a forward connection from <local>.
124 Used to implement 'adb forward --no-rebind <local> <remote>'
127 Remove any existing forward local connection from <local>.
128 This is used to implement 'adb forward --remove <local>'
131 Remove all forward network connections.
[all …]
/system/bt/btif/co/
Dbta_pan_co.cc160 bool forward; in bta_pan_co_tx_path() local
176 p_buf = bta_pan_ci_readbuf(handle, src, dst, &protocol, &ext, &forward); in bta_pan_co_tx_path()
195 forward); in bta_pan_co_tx_path()
236 UNUSED_ATTR bool ext, UNUSED_ATTR bool forward) { in bta_pan_co_tx_write() argument
258 UNUSED_ATTR bool forward) { in bta_pan_co_tx_writebuf() argument
/system/bt/stack/pan/
Dpan_main.cc420 bool forward; in pan_data_ind_cb() local
477 forward = true; in pan_data_ind_cb()
479 forward = false; in pan_data_ind_cb()
484 forward); in pan_data_ind_cb()
515 bool forward = false; in pan_data_buf_ind_cb() local
540 forward = true; in pan_data_buf_ind_cb()
542 forward = false; in pan_data_buf_ind_cb()
561 ext, forward); in pan_data_buf_ind_cb()
564 ext, forward); in pan_data_buf_ind_cb()
591 forward); in pan_data_buf_ind_cb()
[all …]
/system/security/keystore/
Dkeystore_aidl_hidl_marshalling_utils.h29 -> NullOr<decltype(fn(in, std::forward<Args>(args)...))> {
34 return fn(in, std::forward<Args>(args)...);
51 return fn(std::forward<Arg>(arg), out); in nullable()
/system/bt/bta/include/
Dbta_pan_co.h138 uint16_t len, bool ext, bool forward);
155 BT_HDR* p_buf, bool ext, bool forward);
/system/libhidl/transport/include/hidl/
DConcurrentMap.h35 mMap[std::forward<K>(k)] = std::forward<V>(v); in set()
/system/core/libmemunreachable/
DAllocator.h83 return unique_ptr<T>(new (allocate<T>()) T(std::forward<Args>(args)...), in make_unique()
185 return heap_.template make_shared<T>(std::forward<Args>(args)...); in make_shared()
192 return heap_.template make_unique<T>(std::forward<Args>(args)...); in make_unique()
202 std::forward<Args>(args)...); in make_shared()
/system/chre/platform/include/chre/platform/
Dmemory_impl.h29 new(storage) T(std::forward<Args>(args)...); in memoryAlloc()
/system/bt/stack/include/
Dpan_api.h123 bool ext, bool forward);
137 bool forward);
/system/chre/util/include/chre/util/
Dsingleton_impl.h38 new (get()) ObjectType(std::forward<Args>(args)...); in init()
Dmemory_pool_impl.h49 ElementType(std::forward<Args>(args)...); in allocate()
Dunique_ptr_impl.h91 std::forward<Args>(args)...)); in MakeUnique()
/system/libvintf/include/vintf/
DMatrixKernel.h33 KernelConfigKey(std::string &&other) : std::string(std::forward<std::string>(other)) {} in KernelConfigKey()
/system/bt/doc/
Dbtsnoop_net.md13 $ adb forward tcp:8872 tcp:8872
/system/libhidl/base/
DHidlSupport.cpp171 moveFrom(std::forward<hidl_string>(other)); in hidl_string()
177 moveFrom(std::forward<hidl_string>(other)); in operator =()
/system/bt/btif/include/
Dbtif_pan_internal.h104 bool forward);
Dbtif_common.h221 base::Bind(cb, std::forward<Args>(args)...)); in jni_thread_wrapper()
/system/security/keystore/include/keystore/
Dkeymaster_tags.h249 accessTagValue(ttag, param) = std::forward<ValueT>(value);
281 return makeKeyParameter(ttag, std::forward<Args>(args)...);
309 NullOr(ValueT&& value) : value_(std::forward<ValueT>(value)), null_(false) {}
330 return NullOrOr(std::forward<Tail>(tail)...);
Dauthorization_set.h195 push_back(Authorization(tag, std::forward<Value>(val)...)); in push_back()
225 push_back(ttag, std::forward<ValueType>(value)...); in Authorization()
/system/bt/bta/pan/
Dbta_pan_act.cc171 BT_HDR* p_buf, bool ext, bool forward) { in bta_pan_data_buf_ind_cback() argument
191 ((tBTA_PAN_DATA_PARAMS*)p_new_buf)->forward = forward; in bta_pan_data_buf_ind_cback()
626 ((tBTA_PAN_DATA_PARAMS*)p_buf)->forward); in bta_pan_tx_path()
Dbta_pan_int.h150 bool forward; member
Dbta_pan_ci.cc196 *p_forward = ((tBTA_PAN_DATA_PARAMS*)p_buf)->forward; in bta_pan_ci_readbuf()
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dbuild_and_run.sh76 adb forward tcp:${TEST_CHANNEL_PORT} tcp:${TEST_CHANNEL_PORT}
/system/sepolicy/private/
Dadbd.te90 # ndk-gdb invokes adb forward to forward the gdbserver socket.
/system/core/base/
Dlogging.cpp257 SetLogger(std::forward<LogFunction>(logger)); in InitLogging()
258 SetAborter(std::forward<AbortFunction>(aborter)); in InitLogging()

12