Home
last modified time | relevance | path

Searched defs:ending (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libnblog/include/media/nblog/
H A DEntry.h40 struct ending { struct
41 uint8_t length;
42 uint8_t next[0];
/aosp12/hardware/st/nfc/1.1/
H A Dhal_st21nfc.cc110 int ending = pcb_data->stop_thread; in async_callback_thread_fct() local
/aosp12/hardware/st/nfc/1.2/
H A Dhal_st21nfc.cc117 int ending = pcb_data->stop_thread; in async_callback_thread_fct() local
/aosp12/frameworks/base/cmds/incidentd/src/
H A DWorkDirectory.cpp117 static bool ends_with(const string& str, const string& ending) { in ends_with()