Searched refs:Attach (Results 1 – 15 of 15) sorted by relevance
16 status_t Attach() override;
35 virtual status_t Attach() = 0;
26 return FromC(client)->Attach(); in dvrVirtualTouchpadAttach()
20 status_t Attach() override;
20 status_t Attach() { in Attach() function in android::dvr::__anon3c10dbab0111::VirtualTouchpadClientImpl
52 if (const status_t error = touchpad_->Attach()) { in attach()
53 status_t VirtualTouchpadEvdev::Attach() { in Attach() function in android::dvr::VirtualTouchpadEvdev
133 status_t touch_status = touchpad->Attach(); in TEST_F()295 status_t touch_status = touchpad->Attach(); in TEST_F()322 touch_status = touchpad->Attach(); in TEST_F()
36 BreakBeforeBraces: Attach
207 Attach, enumerator
22 * Attach callback to start receiving events. Hotplug events are enabled
108 void Attach(int channel_id) { in Attach() function
319 buffer->Attach(channel_id); in OnCreatePersistentBuffer()373 buffer->Attach(channel_id); in OnGetPersistentBuffer()
721 status_t status = waitForFreeSlotThenRelock(FreeSlotCaller::Attach, &found); in attachBuffer()