Home
last modified time | relevance | path

Searched defs:Make (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/packet/tests/
H A Dpacket_test_helper.h32 static std::shared_ptr<TestPacketType<PacketType>> Make() { in Make() function
37 static std::shared_ptr<TestPacketType<PacketType>> Make( in Make() function
43 static std::shared_ptr<TestPacketType<PacketType>> Make( in Make() function
49 static std::shared_ptr<TestPacketType<PacketType>> Make( in Make() function
/aosp12/system/iorap/src/serialize/
H A Darena_ptr.h40 static ArenaPtr<T> Make(Args&& ... args) { in Make() function
57 static ArenaSharedPtr<T> Make(Args&& ... args) { in Make() function
/aosp12/system/bt/profile/avrcp/
H A Davrcp_message_converter.h30 static std::shared_ptr<VectorPacket> Make() { in Make() function
34 static std::shared_ptr<VectorPacket> Make(std::vector<uint8_t> payload) { in Make() function
/aosp12/frameworks/base/libs/hwui/hwui/
H A DBlurDrawLooper.cpp35 sk_sp<BlurDrawLooper> BlurDrawLooper::Make(SkColor4f color, SkColorSpace* cs, float blurSigma, in Make() function in android::BlurDrawLooper
/aosp12/hardware/google/camera/common/apex_update_listener/
H A Dapex_update_listener.cc51 std::unique_ptr<ApexUpdateListener> ApexUpdateListener::Make( in Make() function in ApexUpdateListener
/aosp12/system/bt/profile/sdp/common/test/
H A Ddata_element_reader_test.cc33 static std::shared_ptr<ReaderPacket> Make(std::vector<uint8_t> payload) { in Make() function in bluetooth::sdp::ReaderPacket
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Param.h757 inline static C2ParamField Make(S& param, T& offset) { in Make() function