Home
last modified time | relevance | path

Searched defs:has_data (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/teeui/libteeui/include/teeui/
H A Dutils.h86 template <typename T> struct has_data { struct
87 template <typename U> static int f(const U*, const void*) { return 0; } in f()
89 static constexpr bool value = std::is_pointer<decltype(f((T*)nullptr, ""))>::value;
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
H A Dconfirmationui_utils.h117 struct has_data { struct
140 std::enable_if_t<!has_data<T>::value, decltype(buffer.c_str())> = nullptr) argument
/aosp12/system/extras/simpleperf/
H A DRecordReadThread.cpp457 bool has_data = false; in ReadRecordsFromKernelBuffer() local
581 void RecordReadThread::ReadAuxDataFromKernelBuffer(bool* has_data) { in ReadAuxDataFromKernelBuffer()