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

  /cts/tests/tests/media/libaudiojni/
audio-record-native.cpp 183 SLObjectItf recordObj;
194 recordObj = mRecordObj;
206 if (recordObj != NULL) {
207 (*recordObj)->Destroy(recordObj);
  /external/v8/test/cctest/
test-object-observe.cc 238 Handle<Object> recordObj = record.As<Object>();
240 recordObj->Get(String::NewFromUtf8(isolate, "object"))));
242 recordObj->Get(String::NewFromUtf8(isolate, "type"))));
245 recordObj->Get(String::NewFromUtf8(isolate, "name"))));
248 recordObj->Get(String::NewFromUtf8(isolate, "oldValue"))));

Completed in 201 milliseconds