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

  /frameworks/native/include/gui/
BufferQueue.h 46 enum { NO_CONNECTED_API = 0 };
520 // to this BufferQueue. It defaults to NO_CONNECTED_API (= 0), and gets
  /frameworks/native/libs/gui/
BufferQueue.cpp 77 mConnectedApi(NO_CONNECTED_API),
658 if (mConnectedApi != NO_CONNECTED_API) {
748 mConnectedApi = NO_CONNECTED_API;
    [all...]

Completed in 2448 milliseconds