/system/iorap/src/common/ |
D | rx_async.h | 41 observable=std::forward<T>(observable), in SubscribeAsync() 42 subscriber=std::forward<U>(subscriber)]() mutable { in SubscribeAsync() 46 std::forward<decltype(subscriber)>(subscriber)); in SubscribeAsync() 61 observable=std::forward<T>(observable), in SubscribeAsync() 62 on_next=std::forward<U>(on_next), in SubscribeAsync() 63 on_error=std::forward<E>(on_error)]() mutable { in SubscribeAsync() 67 std::forward<decltype(on_next)>(on_next), in SubscribeAsync() 68 std::forward<decltype(on_error)>(on_error)); in SubscribeAsync()
|
D | type.h | 146 f(std::get<i>(std::forward<Tuple>(t))); in for_each_impl() 147 for_each_impl<i+1>(std::forward<Tuple>(t), std::forward<F>(f)); in for_each_impl() 154 return for_each_impl<0u>(std::forward<Tuple>(t), std::forward<F>(f)); in for_each()
|
/system/bt/gd/os/ |
D | handler.h | 57 Post(common::BindOnce(std::forward<Functor>(functor), std::forward<Args>(args)...)); in Call() 62 …Post(common::BindOnce(std::forward<Functor>(functor), common::Unretained(obj), std::forward<Args>(… in CallOn() 69 common::BindOnce(std::forward<Functor>(functor), std::forward<Args>(args)...), this); in BindOnce() 76 …common::BindOnce(std::forward<Functor>(functor), common::Unretained(obj), std::forward<Args>(args)… in BindOnceOn() 82 common::Bind(std::forward<Functor>(functor), std::forward<Args>(args)...), this); in Bind() 89 …common::Bind(std::forward<Functor>(functor), common::Unretained(obj), std::forward<Args>(args)...)… in BindOn()
|
/system/bt/gd/security/ |
D | l2cap_security_module_interface.cc | 31 … std::forward<hci::AddressWithType>(remote), std::forward<l2cap::classic::SecurityPolicy>(policy), in Enforce() 32 std::forward<l2cap::classic::SecurityEnforcementInterface::ResultCallback>(result_callback))); in Enforce() 39 std::forward<hci::AddressWithType>(remote), std::forward<l2cap::le::SecurityPolicy>(policy), in Enforce() 40 std::forward<l2cap::le::SecurityEnforcementInterface::ResultCallback>(result_callback))); in Enforce()
|
D | security_manager.cc | 36 std::forward<hci::AddressWithType>(device))); in CreateBond() 44 std::forward<hci::AddressWithType>(device), in CreateBondOutOfBand() 53 std::forward<channel::SecurityCommandStatusCallback>(callback))); in GetOutOfBandData() 59 std::forward<hci::AddressWithType>(device))); in CreateBondLe() 65 std::forward<hci::AddressWithType>(device))); in CancelBond() 71 std::forward<hci::AddressWithType>(device))); in RemoveBond()
|
/system/libbase/include/android-base/ |
D | collections.h | 37 collection.push_back(std::forward<T>(arg)); in Append() 42 collection.push_back(std::forward<T>(arg)); in Append() 43 return Append(collection, std::forward<Args>(args)...); in Append() 56 AssertType<T>(std::forward<Args>(args)...); in AssertType()
|
D | cmsg.h | 71 AssertType<int>(std::forward<Args>(sent_fds)...); in SendFileDescriptors() 73 Append(fds, std::forward<Args>(sent_fds)...); in SendFileDescriptors() 84 Append(fds, std::forward<Args>(received_fds)...); in ReceiveFileDescriptors()
|
D | function_ref.h | 98 std::forward<Args>(args)...); in function_ref() 110 std::forward<Args>(args)...); 117 return mTypeErasedFunction(this, std::forward<Args>(args)...); in operator()
|
D | scopeguard.h | 29 ScopeGuard(F&& f) : f_(std::forward<F>(f)), active_(true) {} in ScopeGuard() 63 return ScopeGuard<F>(std::forward<F>(f)); in make_scope_guard()
|
/system/core/property_service/libpropertyinfoserializer/include/property_info_serializer/ |
D | property_info_serializer.h | 29 : name(std::forward<T>(name)), in PropertyInfoEntry() 30 context(std::forward<U>(context)), in PropertyInfoEntry() 31 type(std::forward<V>(type)), in PropertyInfoEntry()
|
/system/bt/gd/common/ |
D | contextual_callback.h | 49 context_->Post(common::BindOnce(std::move(callback_), std::forward<Args>(args)...)); in Invoke() 54 context_->Post(common::BindOnce(std::move(callback_), std::forward<Args>(args)...)); in InvokeIfNotEmpty() 85 context_->Post(common::BindOnce(callback_, std::forward<Args>(args)...)); in Invoke() 90 context_->Post(common::BindOnce(callback_, std::forward<Args>(args)...)); in InvokeIfNotEmpty()
|
D | bind.h | 35 …return common::Bind(std::forward<Functor>(functor), common::Unretained(obj), std::forward<Args>(ar… in BindOn()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | UnionWithFd.h | 49 : _value(std::forward<_Tp>(_arg)) {} in UnionWithFd() 53 : _value(std::in_place_index<_Np>, std::forward<_Tp>(_args)...) {} in UnionWithFd() 57 return UnionWithFd(std::in_place_index<_tag>, std::forward<_Tp>(_args)...); in make() 62 return UnionWithFd(std::in_place_index<_tag>, std::move(_il), std::forward<_Up>(_args)...); in make() 83 _value.emplace<_tag>(std::forward<_Tp>(_args)...); in set()
|
D | Union.h | 55 : _value(std::forward<_Tp>(_arg)) {} in Union() 59 : _value(std::in_place_index<_Np>, std::forward<_Tp>(_args)...) {} in Union() 63 return Union(std::in_place_index<_tag>, std::forward<_Tp>(_args)...); in make() 68 return Union(std::in_place_index<_tag>, std::move(_il), std::forward<_Up>(_args)...); in make() 89 _value.emplace<_tag>(std::forward<_Tp>(_args)...); in set()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/unions/ |
D | UnionInUnion.h | 51 : _value(std::forward<_Tp>(_arg)) {} in UnionInUnion() 55 : _value(std::in_place_index<_Np>, std::forward<_Tp>(_args)...) {} in UnionInUnion() 59 return UnionInUnion(std::in_place_index<_tag>, std::forward<_Tp>(_args)...); in make() 64 return UnionInUnion(std::in_place_index<_tag>, std::move(_il), std::forward<_Up>(_args)...); in make() 85 _value.emplace<_tag>(std::forward<_Tp>(_args)...); in set()
|
D | EnumUnion.h | 52 : _value(std::forward<_Tp>(_arg)) {} in EnumUnion() 56 : _value(std::in_place_index<_Np>, std::forward<_Tp>(_args)...) {} in EnumUnion() 60 return EnumUnion(std::in_place_index<_tag>, std::forward<_Tp>(_args)...); in make() 65 return EnumUnion(std::in_place_index<_tag>, std::move(_il), std::forward<_Up>(_args)...); in make() 86 _value.emplace<_tag>(std::forward<_Tp>(_args)...); in set()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/ |
D | Union.h | 49 : _value(std::forward<_Tp>(_arg)) {} in Union() 53 : _value(std::in_place_index<_Np>, std::forward<_Tp>(_args)...) {} in Union() 57 return Union(std::in_place_index<_tag>, std::forward<_Tp>(_args)...); in make() 62 return Union(std::in_place_index<_tag>, std::move(_il), std::forward<_Up>(_args)...); in make() 83 _value.emplace<_tag>(std::forward<_Tp>(_args)...); in set()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | UnionWithFd.h | 62 : _value(std::forward<_Tp>(_arg)) {} in UnionWithFd() 66 : _value(std::in_place_index<_Np>, std::forward<_Tp>(_args)...) {} in UnionWithFd() 70 return UnionWithFd(std::in_place_index<_tag>, std::forward<_Tp>(_args)...); in make() 75 return UnionWithFd(std::in_place_index<_tag>, std::move(_il), std::forward<_Up>(_args)...); in make() 96 _value.emplace<_tag>(std::forward<_Tp>(_args)...); in set()
|
D | Union.h | 70 : _value(std::forward<_Tp>(_arg)) {} in Union() 74 : _value(std::in_place_index<_Np>, std::forward<_Tp>(_args)...) {} in Union() 78 return Union(std::in_place_index<_tag>, std::forward<_Tp>(_args)...); in make() 83 return Union(std::in_place_index<_tag>, std::move(_il), std::forward<_Up>(_args)...); in make() 104 _value.emplace<_tag>(std::forward<_Tp>(_args)...); in set()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | Union.h | 62 : _value(std::forward<_Tp>(_arg)) {} in Union() 66 : _value(std::in_place_index<_Np>, std::forward<_Tp>(_args)...) {} in Union() 70 return Union(std::in_place_index<_tag>, std::forward<_Tp>(_args)...); in make() 75 return Union(std::in_place_index<_tag>, std::move(_il), std::forward<_Up>(_args)...); in make() 96 _value.emplace<_tag>(std::forward<_Tp>(_args)...); in set()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/include/aidl/android/aidl/loggable/ |
D | Union.h | 49 : _value(std::forward<_Tp>(_arg)) {} in Union() 53 : _value(std::in_place_index<_Np>, std::forward<_Tp>(_args)...) {} in Union() 57 return Union(std::in_place_index<_tag>, std::forward<_Tp>(_args)...); in make() 62 return Union(std::in_place_index<_tag>, std::move(_il), std::forward<_Up>(_args)...); in make() 83 _value.emplace<_tag>(std::forward<_Tp>(_args)...); in set()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/unions/ |
D | EnumUnion.h | 64 : _value(std::forward<_Tp>(_arg)) {} in EnumUnion() 68 : _value(std::in_place_index<_Np>, std::forward<_Tp>(_args)...) {} in EnumUnion() 72 return EnumUnion(std::in_place_index<_tag>, std::forward<_Tp>(_args)...); in make() 77 return EnumUnion(std::in_place_index<_tag>, std::move(_il), std::forward<_Up>(_args)...); in make() 98 _value.emplace<_tag>(std::forward<_Tp>(_args)...); in set()
|
D | UnionInUnion.h | 64 : _value(std::forward<_Tp>(_arg)) {} in UnionInUnion() 68 : _value(std::in_place_index<_Np>, std::forward<_Tp>(_args)...) {} in UnionInUnion() 72 return UnionInUnion(std::in_place_index<_tag>, std::forward<_Tp>(_args)...); in make() 77 return UnionInUnion(std::in_place_index<_tag>, std::move(_il), std::forward<_Up>(_args)...); in make() 98 _value.emplace<_tag>(std::forward<_Tp>(_args)...); in set()
|
/system/bt/btif/co/ |
D | bta_pan_co.cc | 115 bool forward; in bta_pan_co_tx_path() local 131 p_buf = bta_pan_ci_readbuf(handle, src, dst, &protocol, &ext, &forward); in bta_pan_co_tx_path() 144 forward); in bta_pan_co_tx_path()
|
/system/bt/stack/pan/ |
D | pan_main.cc | 383 bool forward = false; in pan_data_buf_ind_cb() local 408 forward = true; in pan_data_buf_ind_cb() 410 forward = false; in pan_data_buf_ind_cb() 429 ext, forward); in pan_data_buf_ind_cb() 432 ext, forward); in pan_data_buf_ind_cb() 458 forward); in pan_data_buf_ind_cb() 461 forward); in pan_data_buf_ind_cb()
|