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

  /frameworks/base/include/private/surfaceflinger/
SharedBufferStack.h 159 struct ConditionBase {
161 inline ConditionBase(SharedBufferBase* sbc)
261 struct DequeueCondition : public ConditionBase {
267 struct LockCondition : public ConditionBase {
318 struct ReallocateCondition : public ConditionBase {
  /frameworks/base/libs/surfaceflinger_client/
SharedBufferStack.cpp 150 SharedBufferClient* sbc) : ConditionBase(sbc) {
157 SharedBufferClient* sbc, int buf) : ConditionBase(sbc), buf(buf) {
165 SharedBufferBase* sbb, int buf) : ConditionBase(sbb), buf(buf) {
  /prebuilt/common/ant/
ant.jar 

Completed in 26 milliseconds