Searched refs:kPropertyNames (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/cmds/screenrecord/
H A DOverlay.cpp41 const char* Overlay::kPropertyNames[] = { member in class:Overlay
376 for (int i = 0; i < NELEM(kPropertyNames); i++) {
379 property_get(kPropertyNames[i], valueBuf, "");
383 String8 str(String8::format("%s: [%s]", kPropertyNames[i], valueBuf));
H A DOverlay.h154 static const char* kPropertyNames[]; member in class:android::Overlay

Completed in 532 milliseconds