Searched refs:forward (Results 1 – 17 of 17) sorted by relevance
/hardware/interfaces/audio/2.0/vts/functional/utility/ |
D | ReturnIn.h | 32 set(std::forward<Results>(results)...); in operator() 39 = std::forward<Head>(head); in set()
|
/hardware/interfaces/wifi/1.0/default/ |
D | hidl_return_util.h | 50 hidl_cb((obj->*work)(std::forward<Args>(args)...)); in validateAndCall() 68 const auto& ret_pair = (obj->*work)(std::forward<Args>(args)...); in validateAndCall() 94 const auto& ret_tuple = (obj->*work)(std::forward<Args>(args)...); in validateAndCall()
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | authorization_set.h | 213 push_back(Authorization(tag, std::forward<Value>(val)...)); in push_back() 246 push_back(ttag, std::forward<ValueType>(value)...); in Authorization() 292 return BlockMode({std::forward<T>(a)...}); in BlockMode() 295 return Digest({std::forward<T>(a)...}); in Digest() 298 return Padding({std::forward<T>(a)...}); in Padding()
|
D | keymaster_tags.h | 233 accessTagValue(ttag, param) = std::forward<ValueT>(value); 265 return makeKeyParameter(ttag, std::forward<Args>(args)...); 293 NullOr(ValueT&& value) : value_(std::forward<ValueT>(value)), null_(false) {} 314 return NullOrOr(std::forward<Tail>(tail)...);
|
/hardware/interfaces/graphics/allocator/2.0/default/ |
D | Gralloc1On0Adapter.h | 157 auto error = ((*descriptor).*member)(std::forward<Args>(args)...); in callDescriptorFunction() 281 auto error = ((*buffer).*member)(std::forward<Args>(args)...); in callBufferFunction() 289 memFunc, std::forward<Args>(args)...); in bufferHook()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_session.h | 59 status = (hwc_display->*member)(std::forward<Args>(args)...); in CallDisplayFunction() 78 status = (hwc_layer->*member)(std::forward<Args>(args)...); in CallLayerFunction()
|
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
D | supplicant_hidl_call_util.h | 95 const auto& res = ((*object).*method)(std::forward<ArgT>(methodArg)...,
|
/hardware/interfaces/wifi/1.0/vts/functional/ |
D | wifi_hidl_call_util.h | 91 const auto& res = ((*object).*method)(std::forward<ArgT>(methodArg)...,
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_session.h | 58 status = (hwc_display->*member)(std::forward<Args>(args)...); in CallDisplayFunction() 77 status = (hwc_layer->*member)(std::forward<Args>(args)...); in CallLayerFunction()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_buf_mgr.h | 62 (descriptor.get()->*member)(std::forward<Args>(args)...); in CallBufferDescriptorFunction()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_buf_mgr.h | 63 (descriptor.get()->*member)(std::forward<Args>(args)...); in CallBufferDescriptorFunction()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.h | 407 auto error = ((*display).*member)(std::forward<Args>(args)...); in callDisplayFunction() 415 std::forward<Args>(args)...); in displayHook() 589 error = ((*layer).*member)(std::forward<Args>(args)...); in callLayerFunction() 598 memFunc, std::forward<Args>(args)...); in layerHook()
|
/hardware/interfaces/contexthub/1.0/vts/functional/ |
D | VtsHalContexthubV1_0TargetTest.cpp | 293 if (!waitForCallback(std::forward<std::future<TransactionResult>>(future), in checkFailureSyncOrAsync()
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 1389 * Sets the seat position forward (closer to steering wheel) and backwards. 1405 * Moves the seat position forward and aft. 1420 * Max value indicates angling forward towards the steering wheel. 1435 * Moves the backrest forward or recline. 1450 * Max value indicates angling forward towards the steering wheel. 1465 * Moves the backrest forward or recline. 1569 * Pushes the lumbar support forward and backwards 1570 * Max value indicates most forward position.
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 466 * Request call forward status. 477 * Configure call forward rule
|
D | types.hal | 1990 // forward status. see getCallForwardStatus()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | wlioctl.h | 3556 wl_traffic_stats_t forward[AC_COUNT]; /* Packets forwarded by AP */ member
|