Home
last modified time | relevance | path

Searched refs:mLatency (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
DVoice.java67 private final int mLatency; field in Voice
80 this.mLatency = latency; in Voice()
89 this.mLatency = in.readInt(); in Voice()
100 dest.writeInt(mLatency); in writeToParcel()
151 return mLatency; in getLatency()
192 .append(", latency: ").append(mLatency) in toString()
203 result = prime * result + mLatency; in hashCode()
230 if (mLatency != other.mLatency) { in equals()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DUsageStats.java39 private long mLatency; field in UsageStats.AuthenticationEvent
50 mLatency = latency; in AuthenticationEvent()
59 + "\tLatency: " + mLatency in toString()
94 mAcceptLatency += event.mLatency; in addEvent()
97 mRejectLatency += event.mLatency; in addEvent()
100 mErrorLatency.put(event.mError, mErrorLatency.get(event.mError, 0L) + event.mLatency); in addEvent()
/frameworks/base/core/java/android/bluetooth/
DBluetoothHidDeviceAppQosSettings.java36 private final int mLatency; field in BluetoothHidDeviceAppQosSettings
68 mLatency = latency; in BluetoothHidDeviceAppQosSettings()
89 return mLatency; in getLatency()
128 out.writeInt(mLatency); in writeToParcel()
/frameworks/av/media/libaudioclient/include/media/
DAudioIoDescriptor.h41 mFrameCount(0), mFrameCountHAL(0), mLatency(0), mPortId(AUDIO_PORT_HANDLE_NONE) in AudioIoDescriptor()
69 uint32_t mLatency; // only valid for output variable
DAudioRecord.h258 uint32_t latency() const { return mLatency; } in latency()
716 uint32_t mLatency; // in ms variable
DAudioTrack.h1183 uint32_t mLatency; // in ms variable
/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
DFakeVibratorControllerProvider.java54 private long mLatency; field in FakeVibratorControllerProvider
178 if (mLatency > 0) { in applyLatency()
179 Thread.sleep(mLatency); in applyLatency()
218 mLatency = millis; in setLatency()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioOutputDescriptor.cpp287 mProfile(profile), mIoHandle(AUDIO_IO_HANDLE_NONE), mLatency(0), in SwAudioOutputDescriptor()
299 dst->appendFormat(" Latency: %d\n", mLatency); in dump()
383 return (mOutput1->mLatency > mOutput2->mLatency) ? mOutput1->mLatency : mOutput2->mLatency; in latency()
385 return mLatency; in latency()
544 &mLatency, in open()
649 mLatency = output2->mLatency; in openDuplicating()
/frameworks/av/media/libeffects/visualizer/
DEffectVisualizer.cpp96 uint32_t mLatency; member
133 pContext->mLatency = 0; in Visualizer_reset()
613 pContext->mLatency = latency; in Visualizer_command()
649 int32_t latencyMs = pContext->mLatency; in Visualizer_command()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioOutputDescriptor.h419 uint32_t mLatency; // variable
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp88 mMetricsItem->setInt32(MM_PREFIX "latency", (int32_t)record->mLatency); // bad estimate. in gather()
389 mLatency = (1000LL * mFrameCount) / mSampleRate; in set()
729 mInput, mLatency, mSelectedDeviceId, mRoutedDeviceId); in dump()
DAudioTrack.cpp1615 return mLatency; in latency()
1628 mLatency = mAfLatency + (1000LL * mFrameCount) / mSampleRate; in updateLatency_l()
1757 mLatency = mAfLatency + (1000LL * mFrameCount) / mSampleRate; in createTrack_l()
3298 mLatency, mSelectedDeviceId, mRoutedDeviceId); in dump()
DAidlConversion.cpp1160 legacy->mLatency = VALUE_OR_RETURN(convertIntegral<uint32_t>(aidl.latency)); in aidl2legacy_AudioIoDescriptor_AudioIoDescriptor()
1176 aidl.latency = VALUE_OR_RETURN(convertIntegral<int32_t>(legacy->mLatency)); in legacy2aidl_AudioIoDescriptor_AudioIoDescriptor()
DAudioSystem.cpp409 *latency = outputDesc->mLatency; in getLatency()
/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h305 std::optional<uint32_t> mLatency; member
/frameworks/av/media/libstagefright/
DACodec.cpp4612 if (mLatency && h264type.nBFrames > *mLatency) { in setupAVCEncoderParameters()
4613 h264type.nBFrames = *mLatency; in setupAVCEncoderParameters()
4993 mLatency = latency; in configureEncoderLatency()
4999 mLatency = 1; in configureEncoderLatency()
/frameworks/av/services/audioflinger/
DThreads.cpp2732 desc->mLatency = latency_l(); in ioConfigChanged()
8650 desc->mLatency = 0; in ioConfigChanged()
9519 desc->mLatency = 0; in ioConfigChanged()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10525 Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mLatency:I
54793 Landroid/speech/tts/Voice;->mLatency:I