Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dproducer_buffer.h39 int Post(const LocalHandle& ready_fence) { in Post() function
/aosp12/system/memory/libmemunreachable/
H A DSemaphore.h42 void Post() { in Post() function
/aosp12/system/bt/hci/test/
H A Dother_stack_stub.cc42 void Post(base::OnceClosure task) {} in Post() function
/aosp12/system/bt/gd/os/linux_generic/
H A Dhandler.cc56 void Handler::Post(OnceClosure closure) { in Post() function in bluetooth::os::Handler
/aosp12/frameworks/native/libs/vr/libbufferhub/
H A Dproducer_buffer.cpp126 int ProducerBuffer::Post(const LocalHandle& ready_fence, const void* meta, in Post() function in android::dvr::ProducerBuffer
/aosp12/frameworks/native/libs/vr/libdvr/tests/
H A Ddvr_buffer_queue-test.cpp431 std::function<void(size_t i)> Post = [&](size_t i) { in TEST_F() local
/aosp12/art/openjdkjvmti/
H A Dti_thread.cc103 void Post(art::Thread* self) REQUIRES_SHARED(art::Locks::mutator_lock_) { in Post() function