Home
last modified time | relevance | path

Searched refs:isEnd (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/
H A DMediaPlayerApiTest.java269 boolean isEnd = CodecTest.seekToEnd(MediaNames.MP3CBR); in testMP3CBRSeekToEnd()
270 assertTrue("MP3CBR seekToEnd", isEnd); in testMP3CBRSeekToEnd()
275 boolean isEnd = CodecTest.seekToEnd(MediaNames.MP3VBR); in testMP3VBRSeekToEnd()
277 assertTrue("MP3VBR seekToEnd", isEnd); in testMP3VBRSeekToEnd()
282 boolean isEnd = CodecTest.seekToEnd(MediaNames.MIDI); in testMIDISeekToEnd()
283 assertTrue("MIDI seekToEnd", isEnd); in testMIDISeekToEnd()
288 boolean isEnd = CodecTest.seekToEnd(MediaNames.AMR); in testAMRSeekToEnd()
289 assertTrue("AMR seekToEnd", isEnd); in testAMRSeekToEnd()
300 boolean isEnd = CodecTest.seekToEnd(MediaNames.WAV); in testWAVSeekToEnd()
301 assertTrue("WAV seekToEnd", isEnd); in testWAVSeekToEnd()
/aosp14/frameworks/base/core/java/android/permission/
H A DPermissionUsageHelper.java280 if (currSize == 0 || link.isEnd() || !currentChain.get(currSize - 1).isEnd()) { in addLinkToChainIfNotPresentLocked()
286 } else if (currentChain.get(currentChain.size() - 1).isEnd()) { in addLinkToChainIfNotPresentLocked()
670 if (usageList.isEmpty() || !usageList.get(lastVisible).isEnd() in getUniqueUsagesWithLabels()
777 public boolean isEnd() { in isEnd() method in PermissionUsageHelper.AccessChainLink
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DDiscreteRegistry.java531 return !mChain.isEmpty() && getStart() != null && isEnd(mChain.get(mChain.size() - 1)); in isComplete()
572 if (mChain.isEmpty() || isEnd(event)) { in addEvent()
582 || i == mChain.size() - 1 && isEnd(currEvent)) { in addEvent()
595 private boolean isEnd(OpEvent event) { in isEnd() method in DiscreteRegistry.AttributionChain
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp1153 if (message.get<FrontendScanMessage::Tag::isEnd>()) { in executeOnScanMessage()
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt28325 HSPLjava/util/Formatter$FormatSpecifierParser;->isEnd()Z