Searched refs:counterFilling (Results 1 – 2 of 2) sorted by relevance
107 CounterFilling counterFilling) { in fillParcelable() argument114 if (mCounterFd.get() == -1 || counterFilling == NONE) { in fillParcelable()121 const int readCounterSize = (counterFilling & READ) == NONE ? 0 : COUNTER_SIZE_IN_BYTES; in fillParcelable()122 const int writeCounterSize = (counterFilling & WRITE) == NONE ? 0 : COUNTER_SIZE_IN_BYTES; in fillParcelable()
69 CounterFilling counterFilling = NONE);