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

  /frameworks/wilhelm/src/itf/
IDynamicInterfaceManagement.cpp 239 if (thisObject->mGottenMask & mask) {
240 thisObject->mGottenMask &= ~mask;
IObject.cpp 363 if (!(thiz->mGottenMask & mask)) {
364 thiz->mGottenMask |= mask;
762 thiz->mGottenMask = 1; // IObject
IEffectSend.cpp 71 mask &= outputMix->mObject.mGottenMask;
  /frameworks/wilhelm/src/
itfstruct.h 34 unsigned mGottenMask; ///< bit-mask of interfaces exposed or added, then gotten

Completed in 1411 milliseconds