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

  /cts/suite/audio_quality/lib/src/task/
TaskDownload.cpp 25 static const android::String8 STR_ID("id");
30 const android::String8* list[] = {&STR_ID, NULL};
42 if (!findStringAttribute(STR_ID, id)) {
43 LOGE("TaskDownload::run %s string not found", STR_ID.string());
TaskSound.cpp 25 static const android::String8 STR_ID("id");
32 const android::String8* list[] = {&STR_ID, &STR_TYPE, NULL};
55 if (!findStringAttribute(STR_ID, id)) {
56 LOGE("TaskSound::run %s string not found", STR_ID.string());
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
constants.h 77 extern const char STR_ID[];
constants.cc 83 const char STR_ID[] = "id";

Completed in 139 milliseconds