Searched refs:Attach (Results 1 - 12 of 12) 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 DVirtualTouchpadEvdev.h20 status_t Attach() override;
32 // Must be called only between construction (or Detach()) and Attach().
H A DVirtualTouchpadClient.cpp20 status_t Attach() { function in class:android::dvr::__anon1916::VirtualTouchpadClientImpl
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.cpp53 status_t VirtualTouchpadEvdev::Attach() { function in class:android::dvr::VirtualTouchpadEvdev
/frameworks/native/services/vr/virtual_touchpad/tests/
H A DVirtualTouchpad_test.cpp133 status_t touch_status = touchpad->Attach();
295 status_t touch_status = touchpad->Attach();
322 touch_status = touchpad->Attach();
/frameworks/native/include/gui/
H A DBufferQueueProducer.h207 Attach, member in class:android::BufferQueueProducer::FreeSlotCaller
/frameworks/native/services/vr/bufferhubd/
H A Dbuffer_hub.h108 void Attach(int channel_id) { function
H A Dbuffer_hub.cpp319 buffer->Attach(channel_id);
373 buffer->Attach(channel_id);
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp721 status_t status = waitForFreeSlotThenRelock(FreeSlotCaller::Attach, &found);

Completed in 1274 milliseconds