Home
last modified time | relevance | path

Searched refs:mAttributesMask (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/wilhelm/src/
H A Dsync.cpp71 unsigned attributesMask = instance->mAttributesMask; in sync_start()
72 instance->mAttributesMask = 0; in sync_start()
H A Dlocks.cpp207 unsigned oldAttributesMask = thiz->mAttributesMask; in object_unlock_exclusive_attributes_()
208 thiz->mAttributesMask = oldAttributesMask | asynchronous; in object_unlock_exclusive_attributes_()
H A Ditfstruct.h36 unsigned mAttributesMask; // attributes which have changed since last sync member
/aosp12/frameworks/wilhelm/src/itf/
H A DIObject.cpp762 thiz->mAttributesMask = 0; in IObject_init()