Home
last modified time | relevance | path

Searched refs:_1 (Results 1 – 13 of 13) sorted by relevance

/hardware/google/av/codec2/include/
D_C2MacroUtils.h31 #define _C2_ARG2(_1, _2) _C2_ARG(_1) _C2_ARG(_2) argument
32 #define _C2_ARG4(_1, _2, _3, _4) _C2_ARG2(_1, _2) _C2_ARG2(_3, _4) argument
33 #define _C2_ARG8(_1, _2, _3, _4, _5, _6, _7, _8) _C2_ARG4(_1, _2, _3, _4) _C2_ARG4(_5, _6, _7, _8) argument
34 #define _C2_ARG16(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16) \ argument
35 _C2_ARG8(_1, _2, _3, _4, _5, _6, _7, _8) _C2_ARG8(_9, _10, _11, _12, _13, _14, _15, _16)
38 #define _C2_ARGC_3(_, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, \ argument
59 #define _C2_ARGC_1(_, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, \ argument
64 _C2_ARG16(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16) \
/hardware/interfaces/broadcastradio/common/tests/
DIdentifierIterator_test.cpp102 auto isRdsPi = std::bind(typeEquals, _1, IdentifierType::RDS_PI); in TEST()
103 auto isFreq = std::bind(typeEquals, _1, IdentifierType::AMFM_FREQUENCY); in TEST()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp184 this, _1)); in init()
187 std::bind(&VehicleHalManager::onHalEvent, this, _1), in init()
189 _1, _2, _3)); in init()
/hardware/interfaces/wifi/1.3/default/
Dhidl_callback_util.h66 std::placeholders::_1))) {} in HidlCallbackHandler()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHalManager.h54 this, std::placeholders::_1)) { in VehicleHalManager()
DSubscriptionManager.h95 std::bind(&SubscriptionManager::onCallbackDead, this, std::placeholders::_1))) in SubscriptionManager()
DVehicleObjectPool.h114 &ObjectPool::recycle, this, std::placeholders::_1)); in getDeleter()
/hardware/interfaces/wifi/1.3/default/tests/
Dwifi_nan_iface_unit_tests.cpp122 bind(CaptureIfaceEventHandlers, std::placeholders::_1, in TEST_F()
/hardware/google/av/media/codecs/aac/
DC2SoftAacDec.cpp480 return std::bind(fillEmptyWork, _1, C2_OK); in drainRingBuffer()
489 return std::bind(fillEmptyWork, _1, C2_NO_MEMORY); in drainRingBuffer()
498 return std::bind(fillEmptyWork, _1, C2_CORRUPTED); in drainRingBuffer()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp94 std::bind(&EmulatedVehicleHal::onContinuousPropertyTimer, this, std::placeholders::_1)), in EmulatedVehicleHal()
96 std::bind(&EmulatedVehicleHal::onFakeValueGenerated, this, std::placeholders::_1)) { in EmulatedVehicleHal()
/hardware/google/pixel/thermal/
DThermal.cpp64 std::bind(&Thermal::sendThermalChangedCallback, this, std::placeholders::_1)) {} in Thermal()
Dthermal-helper.cpp178 std::bind(&ThermalHelper::thermalWatcherCallbackFunc, this, std::placeholders::_1))), in ThermalHelper()
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp1793 std::placeholders::_1, igbp, bqId, generation), in holdBufferQueueBlocks()