Searched refs:mId (Results 1 - 12 of 12) sorted by relevance

/cts/suite/audio_quality/lib/src/task/
H A DTaskOutput.cpp57 android::sp<Buffer> buffer = getTestCase()->findBuffer(mId);
59 LOGE("cannot find buffer %s", mId.string());
69 int id = getTestCase()->getRemoteAudio()->getDataId(mId);
H A DTaskInput.cpp97 if (!getTestCase()->registerBuffer(mId, mBuffer)) {
98 if (!getTestCase()->updateBuffer(mId, mBuffer)) {
99 LOGE("cannot register/update buffer %s", mId.string());
H A DTaskAsync.cpp40 if (mId.length() == 0) {
62 mId.append(value);
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
H A DTestSummaryXml.java33 private final int mId; field in class:TestSummaryXml
49 mId = id;
58 return mId;
/cts/suite/audio_quality/lib/include/task/
H A DTaskAsync.h48 android::String8 mId; member in class:TaskAsync
/cts/tests/tests/provider/src/android/provider/cts/
H A DContactsContract_TestDataBuilder.java63 private long mId = -1; field in class:ContactsContract_TestDataBuilder.Builder
69 if (mId != -1) {
70 return mId;
79 mId = cursor.getInt(IdQuery._ID);
85 assertTrue("Could not obtain _ID for URI: " + mUri, mId != -1);
86 return mId;
97 assertTrue("Neither URI nor ID has been specified", mId != -1);
98 mUri = ContentUris.withAppendedId(getContentUri(), mId);
132 mId = ContentUris.parseId(mUri);
193 mId
[all...]
/cts/suite/audio_quality/lib/src/audio/
H A DAudioProtocol.cpp95 mBuffer[2] = htonl(param.mId);
113 mBuffer[2] = htonl(param.mId);
H A DRemoteAudio.cpp202 handler->getParam().mId = id;
253 handler->getParam().mId = id;
/cts/suite/audio_quality/lib/include/audio/
H A DAudioProtocol.h38 uint32_t mId; member in class:AudioParam
/cts/tests/src/android/app/cts/
H A DDialogStubActivity.java365 private final int mId; field in class:DialogStubActivity.MockOnClickListener
368 mId = buttonId;
372 switch (mId) {
/cts/tests/tests/app/src/android/app/cts/
H A DInstrumentationTest.java263 assertEquals(id, activity.mWindow.mId);
473 public int mId; field in class:InstrumentationTest.MockActivity.MockWindow
545 mId = id;
/cts/tests/tests/hardware/src/android/hardware/cts/
H A DCameraTest.java2129 private int mId; field in class:CameraTest.SimplePreviewStreamCb
2131 mId = id;
2134 if (LOGV) Log.v(TAG, "Preview frame callback, id " + mId + ".");

Completed in 274 milliseconds