Searched refs:ptr_t (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/teeui/libteeui/include/teeui/ |
H A D | msg_formatting.h | 58 using ptr_t = T*; variable 74 ptr_t pos() const { return pos_; }; in pos() 104 ptr_t begin_; 105 ptr_t end_; 106 ptr_t pos_; 131 std::tuple<ReadStream, ReadStream::ptr_t, uint32_t> read(ReadStream in);
|
H A D | common_message_types.h | 91 ReadStream::ptr_t pos = nullptr; in readSimpleVecInPlace() 160 teeui::ReadStream::ptr_t pos = nullptr; in read()
|
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
H A D | msg_formatting.h | 131 using ptr_t = volatile T*; 209 inline std::tuple<ReadStream, ReadStream::ptr_t, size_t> read(ReadStream in) { 224 ReadStream::ptr_t pos = nullptr; 238 ReadStream::ptr_t pos = nullptr; 273 ReadStream::ptr_t pos = nullptr; 340 ReadStream::ptr_t pos = nullptr;
|
/aosp12/system/teeui/libteeui/src/ |
H A D | msg_formatting.cpp | 40 std::tuple<ReadStream, ReadStream::ptr_t, uint32_t> read(ReadStream in) { in read()
|
/aosp12/bionic/tests/ |
H A D | inttypes_test.cpp | 87 PRINTF_TYPED(PTR, ptr_t); in TEST() 97 SCANF_TYPED(PTR, ptr_t); in TEST()
|
/aosp12/frameworks/compile/libbcc/ |
H A D | README.rst | 143 the size of off_t, size_t, and ptr_t), and the size
|