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

123

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp217 mAudioTrack.mIndex = i;
230 mVideoTrack.mIndex = i;
810 track->mIndex = trackIndex;
1172 return track->mIndex;
1217 if (mSubtitleTrack.mSource != NULL && trackIndex == mSubtitleTrack.mIndex) {
1220 } else if (mTimedTextTrack.mSource != NULL && trackIndex == mTimedTextTrack.mIndex) {
1240 if (track->mSource != NULL && track->mIndex == trackIndex) {
1243 track->mIndex = trackIndex;
1284 if (track->mSource != NULL && track->mIndex == trackIndex) {
1420 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.java572 if (fragment.mIndex < 0) {
576 bundle.putInt(key, fragment.mIndex);
604 if (fragment.mIndex < 0) {
1166 if (f.mIndex >= 0) {
1179 mActive.set(f.mIndex, f);
1185 if (f.mIndex < 0) {
1190 mActive.set(f.mIndex, null);
1194 mAvailIndices.add(f.mIndex);
1564 if (id >= 0 && id == bss.mIndex) {
1578 || (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.h455 : mName(name), mFirstPublicSourcePos(NULL), mPublicIndex(-1), mIndex(-1), mPos(pos)
485 int32_t getIndex() const { return mIndex; }
486 void setIndex(int32_t index) { mIndex = index; }
504 int32_t mIndex; member in class:ResourceTable::Type
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java300 if (mSpansToCheck.get(lp.mSpan.mIndex)) {
304 mSpansToCheck.clear(lp.mSpan.mIndex);
334 if (lp.mSpan.mIndex - nextLp.mSpan.mIndex < 0 != preferredSpanDir < 0) {
1390 Log.d(TAG, "assigned " + currentSpan.mIndex + " for " + position);
1457 : currentSpan.mIndex * mSizePerSpan +
1574 mRemainingSpans.set(span.mIndex, false);
1579 mRemainingSpans.set(span.mIndex, false);
2009 return mSpan.mIndex;
2021 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.java1200 public final int mIndex; field in class:AudioService.StreamVolumeCommand
1206 mIndex = index;
1214 .append(mIndex).append(",flags=").append(mFlags).append(",device=")
1934 Set set = mStreamStates[streamType].mIndex.entrySet();
3479 private final ConcurrentHashMap<Integer, Integer> mIndex = field in class:AudioService.VolumeStreamState
3512 mIndex.put(AudioSystem.DEVICE_OUT_DEFAULT, mIndexMax);
3526 mIndex.put(AudioSystem.DEVICE_OUT_DEFAULT, index);
3551 mIndex.put(device, getValidIndex(10 * index));
3582 Set set = mIndex.entrySet();
3618 mIndex
[all...]
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp107 unsigned long mIndex; member in struct:android::BlockIterator
267 mIndex(index),
439 MatroskaExtractor::TrackInfo& track = mExtractor->mTracks.editItemAt(mIndex);
/frameworks/wilhelm/src/
H A Ditfstruct.h385 SLuint32 mIndex; member in struct:__anon1624
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.h218 int mIndex; member in class:android::AudioPolicyManager::VolumeCurvePoint
243 int mIndex; member in class:android::AudioPolicyManager::AudioGain
H A DAudioPolicyManager.cpp5413 int nbSteps = 1 + curve[VOLMAX].mIndex -
5414 curve[VOLMIN].mIndex;
5420 if (volIdx < curve[VOLMIN].mIndex) { // out of bounds
5422 } else if (volIdx < curve[VOLKNEE1].mIndex) {
5424 } else if (volIdx < curve[VOLKNEE2].mIndex) {
5426 } else if (volIdx <= curve[VOLMAX].mIndex) {
5434 ((float)(volIdx - curve[segment].mIndex)) *
5437 ((float)(curve[segment+1].mIndex -
5438 curve[segment].mIndex)) );
5443 curve[segment].mIndex, volId
[all...]
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp92 jfieldID mIndex; member in struct:__anon829
499 nAudioGainConfig->index = env->GetIntField(jAudioGainConfig, gAudioGainConfigFields.mIndex);
1609 gAudioGainConfigFields.mIndex = env->GetFieldID(gAudioGainConfigClass, "mIndex", "I");
/frameworks/base/include/androidfw/
H A DResourceTypes.h548 uint32_t mIndex; member in class:android::StringPoolRef
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java551 mPendingMO.mIndex = i;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java476 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
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DStaggeredGridLayoutManagerTest.java663 getLp(view).mSpan.mIndex);
1635 viewsBySpan.get(lp.mSpan.mIndex).add(view);

Completed in 693 milliseconds

123