Searched refs:ReadHandle (Results 1 – 2 of 2) sorted by relevance
34 class ReadHandle;40 typedef std::unique_ptr<ReadHandle> ReadHandleUP;59 return ReadHandleUP(new ReadHandle(*this, object_sp->GetWaitableHandle())); in CreateReadHandle()67 class ReadHandle {69 ~ReadHandle() { m_mainloop.UnregisterReadObject(m_handle); } in ~ReadHandle()72 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle() function79 DISALLOW_COPY_AND_ASSIGN(ReadHandle);
241 static ACPI_HANDLE ReadHandle = NULL; variable354 if (!ReadHandle) in AcpiDbTestAllObjects()364 Status = AcpiGetHandle (NULL, ACPI_DB_READ_METHOD, &ReadHandle); in AcpiDbTestAllObjects()1015 Status = AcpiEvaluateObject (ReadHandle, NULL, in AcpiDbReadFromObject()