Searched refs:mUniqueIdArray (Results 1 - 2 of 2) sorted by path

/frameworks/av/drm/drmserver/
H A DDrmManager.cpp46 memset(mUniqueIdArray, 0, sizeof(bool) * kMaxNumUniqueIds);
61 if (!mUniqueIdArray[temp]) {
63 mUniqueIdArray[uniqueId] = true;
86 mUniqueIdArray[uniqueId] = false;
/frameworks/av/drm/libdrmframework/include/
H A DDrmManager.h149 bool mUniqueIdArray[kMaxNumUniqueIds]; member in class:android::DrmManager

Completed in 112 milliseconds