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

  /frameworks/av/cmds/screenrecord/
Overlay.h 154 static const char* kPropertyNames[];
Overlay.cpp 41 const char* Overlay::kPropertyNames[] = {
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));
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 87 static const wchar_t* kPropertyNames[] = {
92 i < arraysize(kPropertyNames) && name.type() != VT_BSTR; ++i) {
93 prop_bag->Read(kPropertyNames[i], name.Receive(), 0);

Completed in 500 milliseconds