Searched refs:recyclable_ptr (Results 1 – 8 of 8) sorted by relevance
68 using recyclable_ptr = typename std::unique_ptr<T, Deleter<T>>; variable85 virtual recyclable_ptr<T> obtain() { in obtain()121 recyclable_ptr<T> wrap(T* raw) { in wrap()122 return recyclable_ptr<T> { raw, getDeleter() }; in wrap()164 using RecyclableType = recyclable_ptr<VehiclePropValue>;
35 using VehiclePropValuePtr = recyclable_ptr<VehiclePropValue>;
114 const std::vector<recyclable_ptr<VehiclePropValue>>& propValues,
64 void sendPropEvent(recyclable_ptr<VehiclePropValue> value) { doHalEvent(std::move(value)); } in sendPropEvent()
41 using ::android::hardware::automotive::vehicle::V2_0::recyclable_ptr;
99 std::vector<recyclable_ptr<VehiclePropValue>> vec; in TEST_F()
117 void sendPropEvent(recyclable_ptr<VehiclePropValue> value) { in sendPropEvent()
121 const std::vector<recyclable_ptr<VehiclePropValue>>& propValues, in distributeValuesToClients()