Home
last modified time | relevance | path

Searched refs:mRecord (Results 1 – 8 of 8) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/accessibility/
DAccessibilityRecordCompat.java519 private final Object mRecord; field in AccessibilityRecordCompat
529 mRecord = record; in AccessibilityRecordCompat()
539 return mRecord; in getImpl()
550 return new AccessibilityRecordCompat(IMPL.obtain(record.mRecord)); in obtain()
571 IMPL.setSource(mRecord, source); in setSource()
589 IMPL.setSource(mRecord, root, virtualDescendantId); in setSource()
605 return IMPL.getSource(mRecord); in getSource()
614 return IMPL.getWindowId(mRecord); in getWindowId()
623 return IMPL.isChecked(mRecord); in isChecked()
634 IMPL.setChecked(mRecord, isChecked); in setChecked()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DSimTlv.java30 byte mRecord[]; field in SimTlv
39 mRecord = record; in SimTlv()
67 return mRecord[mCurOffset] & 0xff; in getTag()
79 System.arraycopy(mRecord, mCurDataOffset, ret, 0, mCurDataLength); in getData()
92 if (mRecord[mCurOffset] == 0 || (mRecord[mCurOffset] & 0xff) == 0xff) { in parseCurrentTlvObject()
96 if ((mRecord[mCurOffset + 1] & 0xff) < 0x80) { in parseCurrentTlvObject()
98 mCurDataLength = mRecord[mCurOffset + 1] & 0xff; in parseCurrentTlvObject()
100 } else if ((mRecord[mCurOffset + 1] & 0xff) == 0x81) { in parseCurrentTlvObject()
102 mCurDataLength = mRecord[mCurOffset + 2] & 0xff; in parseCurrentTlvObject()
/frameworks/wilhelm/src/android/
DAudioRecorder_to_android.cpp113 interface_lock_shared(&ar->mRecord); in audioRecorder_handleNewPos_lockRecord()
114 callback = ar->mRecord.mCallback; in audioRecorder_handleNewPos_lockRecord()
115 callbackPContext = ar->mRecord.mContext; in audioRecorder_handleNewPos_lockRecord()
116 interface_unlock_shared(&ar->mRecord); in audioRecorder_handleNewPos_lockRecord()
120 (*callback)(&ar->mRecord.mItf, callbackPContext, SL_RECORDEVENT_HEADATNEWPOS); in audioRecorder_handleNewPos_lockRecord()
130 interface_lock_shared(&ar->mRecord); in audioRecorder_handleMarker_lockRecord()
131 callback = ar->mRecord.mCallback; in audioRecorder_handleMarker_lockRecord()
132 callbackPContext = ar->mRecord.mContext; in audioRecorder_handleMarker_lockRecord()
133 interface_unlock_shared(&ar->mRecord); in audioRecorder_handleMarker_lockRecord()
137 (*callback)(&ar->mRecord.mItf, callbackPContext, SL_RECORDEVENT_HEADATMARKER); in audioRecorder_handleMarker_lockRecord()
[all …]
/frameworks/av/media/libstagefright/
DAudioSource.cpp76 mRecord = new AudioRecord( in AudioSource()
83 mInitCheck = mRecord->initCheck(); in AudioSource()
117 status_t err = mRecord->start(); in start()
121 mRecord.clear(); in start()
156 mRecord->stop(); in reset()
172 meta->setInt32(kKeyChannelCount, mRecord->channelCount()); in getFormat()
184 const int32_t nChannels = mRecord->channelCount(); in rampVolume()
281 mRecord->getInputFramesLost(); in dataCallback()
293 mStartTimeUs += mRecord->latency() * 1000; in dataCallback()
303 numLostBytes = mRecord->getInputFramesLost() * mRecord->frameSize(); in dataCallback()
[all …]
/frameworks/av/include/media/stagefright/
DAudioSource.h76 sp<AudioRecord> mRecord; member
/frameworks/wilhelm/src/itf/
DIBufferQueue.c34 state = ((CAudioRecorder *) thiz->mThis)->mRecord.mState; in getAssociatedState()
/frameworks/wilhelm/src/
Dclasses.h129 IRecord mRecord; member
Dclasses.c119 {MPH_RECORD, INTERFACE_IMPLICIT, offsetof(CAudioRecorder, mRecord)},