Searched refs:Attach (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/include/
H A DVirtualTouchpadClient.h16 status_t Attach() override;
H A DVirtualTouchpad.h29 // be performed in Attach().
35 virtual status_t Attach() = 0;
/frameworks/native/services/vr/virtual_touchpad/
H A DDvrVirtualTouchpadClient.cpp26 return FromC(client)->Attach();
H A DVirtualTouchpadClient.cpp20 status_t Attach() { function in class:android::dvr::__anon1908::VirtualTouchpadClientImpl
H A DVirtualTouchpadEvdev.h20 status_t Attach() override;
33 // Must be called only between construction (or Detach()) and Attach().
H A DVirtualTouchpadService.cpp42 // Attach while another client is attached. This can happen if the client
52 if (const status_t error = touchpad_->Attach()) {
H A DVirtualTouchpadEvdev.cpp59 status_t VirtualTouchpadEvdev::Attach() { function in class:android::dvr::VirtualTouchpadEvdev
/frameworks/native/services/vr/virtual_touchpad/tests/
H A DVirtualTouchpad_test.cpp122 status_t touch_status = touchpad->Attach();
288 status_t touch_status = touchpad->Attach();
315 touch_status = touchpad->Attach();
/frameworks/native/include/gui/
H A DBufferQueueProducer.h211 Attach, member in class:android::BufferQueueProducer::FreeSlotCaller
/frameworks/native/libs/gui/include/gui/
H A DBufferQueueProducer.h211 Attach, member in class:android::BufferQueueProducer::FreeSlotCaller
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp721 status_t status = waitForFreeSlotThenRelock(FreeSlotCaller::Attach, &found);

Completed in 118 milliseconds