Home
last modified time | relevance | path

Searched defs:Post (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/
DPostCommands.h11 Post = 0, enumerator
19 struct Post { struct
20 PostCmd cmd; argument
21 int composeVersion;
22 std::vector<char> composeBuffer;
23 union {
/device/google/cuttlefish/host/commands/modem_simulator/
Dthread_looper.cpp33 ThreadLooper::Serial ThreadLooper::Post(Callback cb) { in Post() function in cuttlefish::ThreadLooper