Searched refs:RELEASED (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageParserTest.java | 51 private static final String RELEASED = null; field in PackageParserTest 93 verifyComputeMinSdkVersion(OLDER_VERSION, RELEASED, false, OLDER_VERSION); in testComputeMinSdkVersion_preReleasePlatform() 98 verifyComputeMinSdkVersion(PLATFORM_VERSION, RELEASED, false, PLATFORM_VERSION); in testComputeMinSdkVersion_preReleasePlatform() 103 verifyComputeMinSdkVersion(NEWER_VERSION, RELEASED, false, -1); in testComputeMinSdkVersion_preReleasePlatform() 133 verifyComputeMinSdkVersion(OLDER_VERSION, RELEASED, true, OLDER_VERSION); in testComputeMinSdkVersion_releasedPlatform() 138 verifyComputeMinSdkVersion(PLATFORM_VERSION, RELEASED, true, PLATFORM_VERSION); in testComputeMinSdkVersion_releasedPlatform() 143 verifyComputeMinSdkVersion(NEWER_VERSION, RELEASED, true, -1); in testComputeMinSdkVersion_releasedPlatform() 188 verifyComputeTargetSdkVersion(OLDER_VERSION, RELEASED, false, OLDER_VERSION); in testComputeTargetSdkVersion_preReleasePlatform() 193 verifyComputeTargetSdkVersion(PLATFORM_VERSION, RELEASED, false, PLATFORM_VERSION); in testComputeTargetSdkVersion_preReleasePlatform() 198 verifyComputeTargetSdkVersion(NEWER_VERSION, RELEASED, false, NEWER_VERSION); in testComputeTargetSdkVersion_preReleasePlatform() [all …]
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodec.h | 127 RELEASED, enumerator 141 inline State() : mState(RELEASED) {} in State()
|
D | CCodec.cpp | 581 if (state->get() != RELEASED) { in initiateAllocateComponent() 627 state->set(RELEASED); in allocate() 638 state->set(RELEASED); in allocate() 681 state->set(RELEASED); in configure() 1320 || state->get() == RELEASED in initiateStop() 1380 if (state->get() == RELEASED || state->get() == RELEASING) { in initiateRelease() 1426 if (state->get() == RELEASED) { in release() 1440 state->set(RELEASED); in release() 1546 if (state->get() == RELEASED) { in signalSetParameters() 1617 if (state->get() == RELEASED) { in signalRequestIDRFrame()
|
/frameworks/base/core/java/android/text/method/ |
D | MetaKeyKeyListener.java | 301 else if (current == RELEASED) in adjust() 351 else if (state == RELEASED) in press() 411 content.setSpan(what, 0, 0, RELEASED); in release() 648 private static final int RELEASED = field in MetaKeyKeyListener
|
/frameworks/native/cmds/lshal/ |
D | TableEntry.cpp | 62 case TableColumnType::RELEASED: return "R"; in getTitle() 92 case TableColumnType::RELEASED: in getField()
|
D | TableEntry.h | 48 RELEASED, enumerator
|
D | ListCommand.cpp | 929 thiz->mSelectedColumns.push_back(TableColumnType::RELEASED); in registerAllOptions() 1153 mSelectedColumns = {TableColumnType::VINTF, TableColumnType::RELEASED, in parseArgs()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_tv_TvInputHal.cpp | 113 RELEASED, enumerator 129 mBufferState(RELEASED), in BufferProducerThread() 174 mBufferState = RELEASED; in setSurfaceLocked() 192 mBufferState = RELEASED; in onCaptured() 232 mBufferState = RELEASED; in threadLoop()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 3165 RELEASED, enumerator 3241 if (mPreviousBufferResult == ExpectedResult::PreviousBuffer::RELEASED) { in verifySurfaceControlStats() 3663 : ExpectedResult::PreviousBuffer::RELEASED); in TEST_F() 3760 : ExpectedResult::PreviousBuffer::RELEASED); in TEST_F() 3801 : ExpectedResult::PreviousBuffer::RELEASED); in TEST_F() 4078 ExpectedResult::PreviousBuffer::RELEASED); in TEST_F() 4123 ExpectedResult::PreviousBuffer::RELEASED); in TEST_F()
|