/system/core/adb/ |
D | SERVICES.TXT | 39 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/ |
D | bta_pan_co.cc | 160 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/ |
D | pan_main.cc | 420 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/ |
D | keystore_aidl_hidl_marshalling_utils.h | 29 -> 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/ |
D | bta_pan_co.h | 138 uint16_t len, bool ext, bool forward); 155 BT_HDR* p_buf, bool ext, bool forward);
|
/system/libhidl/transport/include/hidl/ |
D | ConcurrentMap.h | 35 mMap[std::forward<K>(k)] = std::forward<V>(v); in set()
|
/system/core/libmemunreachable/ |
D | Allocator.h | 83 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/ |
D | memory_impl.h | 29 new(storage) T(std::forward<Args>(args)...); in memoryAlloc()
|
/system/bt/stack/include/ |
D | pan_api.h | 123 bool ext, bool forward); 137 bool forward);
|
/system/chre/util/include/chre/util/ |
D | singleton_impl.h | 38 new (get()) ObjectType(std::forward<Args>(args)...); in init()
|
D | memory_pool_impl.h | 49 ElementType(std::forward<Args>(args)...); in allocate()
|
D | unique_ptr_impl.h | 91 std::forward<Args>(args)...)); in MakeUnique()
|
/system/libvintf/include/vintf/ |
D | MatrixKernel.h | 33 KernelConfigKey(std::string &&other) : std::string(std::forward<std::string>(other)) {} in KernelConfigKey()
|
/system/bt/doc/ |
D | btsnoop_net.md | 13 $ adb forward tcp:8872 tcp:8872
|
/system/libhidl/base/ |
D | HidlSupport.cpp | 171 moveFrom(std::forward<hidl_string>(other)); in hidl_string() 177 moveFrom(std::forward<hidl_string>(other)); in operator =()
|
/system/bt/btif/include/ |
D | btif_pan_internal.h | 104 bool forward);
|
D | btif_common.h | 221 base::Bind(cb, std::forward<Args>(args)...)); in jni_thread_wrapper()
|
/system/security/keystore/include/keystore/ |
D | keymaster_tags.h | 249 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)...);
|
D | authorization_set.h | 195 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/ |
D | bta_pan_act.cc | 171 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()
|
D | bta_pan_int.h | 150 bool forward; member
|
D | bta_pan_ci.cc | 196 *p_forward = ((tBTA_PAN_DATA_PARAMS*)p_buf)->forward; in bta_pan_ci_readbuf()
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | build_and_run.sh | 76 adb forward tcp:${TEST_CHANNEL_PORT} tcp:${TEST_CHANNEL_PORT}
|
/system/sepolicy/private/ |
D | adbd.te | 90 # ndk-gdb invokes adb forward to forward the gdbserver socket.
|
/system/core/base/ |
D | logging.cpp | 257 SetLogger(std::forward<LogFunction>(logger)); in InitLogging() 258 SetAborter(std::forward<AbortFunction>(aborter)); in InitLogging()
|