Home
last modified time | relevance | path

Searched refs:unique_malloced_ptr (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/utils/tests/
Dmemory-test.cpp24 unique_malloced_ptr<void> p(std::malloc(10)); in TEST()
28 unique_malloced_ptr<char> p(reinterpret_cast<char*>(std::malloc(10))); in TEST()
32 unique_malloced_ptr<char> p(nullptr); in TEST()
36 unique_malloced_ptr<char> p; in TEST()
/frameworks/av/media/utils/include/mediautils/
Dmemory.h31 using unique_malloced_ptr = std::unique_ptr<T, FreeDeleter>; variable
/frameworks/av/media/libaudiohal/impl/
DStreamHalHidl.cpp301 unique_malloced_ptr<char> address; in legacyCreateAudioPatch()