Searched refs:mIndex (Results 51 - 71 of 71) sorted by relevance

123

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp183 mAudioTrack.mIndex = i;
196 mVideoTrack.mIndex = i;
645 track->mIndex = trackIndex;
993 return track->mIndex;
1035 if (mSubtitleTrack.mSource != NULL && trackIndex == mSubtitleTrack.mIndex) {
1038 } else if (mTimedTextTrack.mSource != NULL && trackIndex == mTimedTextTrack.mIndex) {
1058 if (track->mSource != NULL && track->mIndex == trackIndex) {
1061 track->mIndex = trackIndex;
1085 if (track->mSource != NULL && track->mIndex == trackIndex) {
1201 meta->setInt32("trackIndex", mSubtitleTrack.mIndex);
[all...]
H A DGenericSource.h102 size_t mIndex; member in struct:android::NuPlayer::GenericSource::Track
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java570 if (fragment.mIndex < 0) {
574 bundle.putInt(key, fragment.mIndex);
602 if (fragment.mIndex < 0) {
1156 if (f.mIndex >= 0) {
1169 mActive.set(f.mIndex, f);
1175 if (f.mIndex < 0) {
1180 mActive.set(f.mIndex, null);
1184 mAvailIndices.add(f.mIndex);
1554 if (id >= 0 && id == bss.mIndex) {
1568 || (id >= 0 && id == bss.mIndex)) {
[all...]
H A DFragmentActivity.java832 super.startActivityForResult(intent, ((fragment.mIndex+1)<<16) + (requestCode&0xffff));
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp444 &info.mIndex,
533 state->mCodec->releaseOutputBuffer(info->mIndex);
537 state->mBuffers[1].itemAt(info->mIndex);
548 info->mIndex);
/frameworks/base/tools/aapt/
H A DResourceTable.h454 : mName(name), mFirstPublicSourcePos(NULL), mPublicIndex(-1), mIndex(-1), mPos(pos)
476 int32_t getIndex() const { return mIndex; }
477 void setIndex(int32_t index) { mIndex = index; }
498 int32_t mIndex; member in class:ResourceTable::Type
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java299 if (mSpansToCheck.get(lp.mSpan.mIndex)) {
303 mSpansToCheck.clear(lp.mSpan.mIndex);
333 if (lp.mSpan.mIndex - nextLp.mSpan.mIndex < 0 != preferredSpanDir < 0) {
1350 Log.d(TAG, "assigned " + currentSpan.mIndex + " for " + position);
1393 : currentSpan.mIndex * mSizePerSpan +
1510 mRemainingSpans.set(span.mIndex, false);
1515 mRemainingSpans.set(span.mIndex, false);
1921 return mSpan.mIndex;
1933 final int mIndex; field in class:StaggeredGridLayoutManager.Span
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1294 private int mIndex; field in class:SQLiteConnection.OperationLog
1299 final int index = (mIndex + 1) % MAX_RECENT_OPERATIONS;
1331 mIndex = index;
1399 final Operation operation = mOperations[mIndex];
1412 int index = mIndex;
/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp59 size_t mIndex; member in struct:android::ARTPConnection::StreamInfo
201 CHECK(msg->findSize("index", &info->mIndex));
631 srcId, info->mSessionDesc, info->mIndex, info->mNotifyMsg);
/frameworks/base/media/java/android/media/
H A DAudioService.java1147 public final int mIndex; field in class:AudioService.StreamVolumeCommand
1153 mIndex = index;
1161 .append(mIndex).append(",flags=").append(mFlags).append(",device=")
1792 Set set = mStreamStates[streamType].mIndex.entrySet();
3314 private final ConcurrentHashMap<Integer, Integer> mIndex = field in class:AudioService.VolumeStreamState
3346 mIndex.put(AudioSystem.DEVICE_OUT_DEFAULT, mIndexMax);
3360 mIndex.put(AudioSystem.DEVICE_OUT_DEFAULT, index);
3385 mIndex.put(device, getValidIndex(10 * index));
3415 Set set = mIndex.entrySet();
3451 mIndex
[all...]
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp107 unsigned long mIndex; member in struct:android::BlockIterator
267 mIndex(index),
437 const mkvparser::Track *thisTrack = pTracks->GetTrackByIndex(mIndex);
439 MatroskaExtractor::TrackInfo& track = mExtractor->mTracks.editItemAt(mIndex);
/frameworks/wilhelm/src/
H A Ditfstruct.h384 SLuint32 mIndex; member in struct:__anon1609
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.h202 int mIndex; member in class:android::AudioPolicyManager::VolumeCurvePoint
227 int mIndex; member in class:android::AudioPolicyManager::AudioGain
H A DAudioPolicyManager.cpp4788 int nbSteps = 1 + curve[VOLMAX].mIndex -
4789 curve[VOLMIN].mIndex;
4795 if (volIdx < curve[VOLMIN].mIndex) { // out of bounds
4797 } else if (volIdx < curve[VOLKNEE1].mIndex) {
4799 } else if (volIdx < curve[VOLKNEE2].mIndex) {
4801 } else if (volIdx <= curve[VOLMAX].mIndex) {
4809 ((float)(volIdx - curve[segment].mIndex)) *
4812 ((float)(curve[segment+1].mIndex -
4813 curve[segment].mIndex)) );
4818 curve[segment].mIndex, volId
[all...]
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp90 jfieldID mIndex; member in struct:__anon822
456 nAudioGainConfig->index = env->GetIntField(jAudioGainConfig, gAudioGainConfigFields.mIndex);
1422 gAudioGainConfigFields.mIndex = env->GetFieldID(gAudioGainConfigClass, "mIndex", "I");
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DStaggeredGridLayoutManagerTest.java448 getLp(view).mSpan.mIndex);
1402 viewsBySpan.get(lp.mSpan.mIndex).add(view);
/frameworks/base/include/androidfw/
H A DResourceTypes.h528 uint32_t mIndex; member in class:android::StringPoolRef
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java542 mPendingMO.mIndex = i;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java471 mPendingMO.mIndex = i;
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1913 mIndex = -1;
1939 mIndex += 1;
1940 if (size_t(mIndex) >= mPatternSize) {
1946 mIndex = mRepeat;
1949 bool vibratorOn = mIndex & 1;
1950 nsecs_t duration = mPattern[mIndex];
H A DInputReader.h1034 ssize_t mIndex; member in class:android::VibratorInputMapper

Completed in 541 milliseconds

123