HomeSort by relevance Sort by last modified time
    Searched refs:mDebugFd (Results 1 - 2 of 2) sorted by null

  /system/chre/host/hal_generic/
generic_context_hub.cc 99 mDebugFd = hidlHandleToFileDescriptor(hh_fd);
100 if (mDebugFd < 0) {
122 mDebugFd = kInvalidFd;
508 if (mParent.mDebugFd == kInvalidFd) {
543 ssize_t written = write(mDebugFd, str, len);
generic_context_hub.h 136 int mDebugFd = kInvalidFd;
149 // Write a string to mDebugFd

Completed in 378 milliseconds