Home
last modified time | relevance | path

Searched refs:latency (Results 1 – 25 of 70) sorted by relevance

123

/hardware/interfaces/wifi/1.3/
DIWifiChip.hal57 * This enum represents the different latency modes that can be set through
66 * API to set the wifi latency mode
68 * The latency mode is a hint to the HAL to enable or disable Wi-Fi latency
71 * Wi-Fi latency optimization may trade-off latency against other Wi-Fi
75 * The low latency mode targets applications such as gaming and virtual reality.
/hardware/interfaces/media/bufferpool/2.0/
DREADME.md6 unwanted latency due to context switching. With help from a buffer pool, a
7 process can pass buffers asynchronously and reduce context switching latency.
9 Passing an interface and a handle adds extra latency also. To mitigate the
10 latency, passing IDs with local cache is used. For security concerns about
/hardware/interfaces/media/bufferpool/1.0/
DREADME.md6 unwanted latency due to context switching. With help from a buffer pool, a
7 process can pass buffers asynchronously and reduce context switching latency.
9 Passing an interface and a handle adds extra latency also. To mitigate the
10 latency, passing IDs with local cache is used. For security concerns about
/hardware/interfaces/power/1.2/
Dtypes.hal31 * This hint indicates that low latency audio is active. Can be used
32 * for device specific optimizations towards low latency audio. The
33 * data parameter is non-zero when low latency audio starts and
/hardware/interfaces/configstore/1.0/
DISurfaceFlingerConfigs.hal27 * Their values may be tuned to trade off between display pipeline latency (both
28 * overall latency and the lengths of the app --> SF and SF --> display phases)
32 * app --> display latency, and unless significant testing is performed to avoid
99 * mechanism which significantly reduces buffer processing latency.
/hardware/interfaces/audio/effect/6.0/
DIVisualizerEffect.hal56 * Informs the visualizer about the downstream latency.
61 * Gets the downstream latency.
/hardware/interfaces/audio/effect/4.0/
DIVisualizerEffect.hal56 * Informs the visualizer about the downstream latency.
61 * Gets the downstream latency.
/hardware/interfaces/audio/effect/5.0/
DIVisualizerEffect.hal56 * Informs the visualizer about the downstream latency.
61 * Gets the downstream latency.
/hardware/interfaces/audio/effect/2.0/
DIVisualizerEffect.hal56 * Informs the visualizer about the downstream latency.
61 * Gets the downstream latency.
/hardware/interfaces/light/2.0/
Dtypes.hal70 * latency are disabled.
74 * recommended for low latency.
/hardware/qcom/audio/legacy/alsa_sound/
DAudioHardwareALSA.cpp784 alsa_handle.latency = VOIP_PLAYBACK_LATENCY; in openOutputStream()
874 alsa_handle.latency = PLAYBACK_LATENCY; in openOutputStream()
924 alsa_handle.latency = PLAYBACK_LATENCY; in openOutputStream()
943 alsa_handle.latency = PLAYBACK_LOW_LATENCY_MEASURED; in openOutputStream()
1023 alsa_handle.latency = VOICE_LATENCY; in openOutputSession()
1152 alsa_handle.latency = VOIP_RECORD_LATENCY; in openInputStream()
1220 alsa_handle.latency = RECORD_LATENCY; in openInputStream()
1457 alsa_handle.latency = VOICE_LATENCY; in handleFm()
1553 alsa_handle.latency = VOICE_LATENCY; in enableVoiceCall()
DAudioStreamOutALSA.cpp370 uint32_t AudioStreamOutALSA::latency() const in latency() function in android_audio_legacy::AudioStreamOutALSA
373 return USEC_TO_MSEC (mHandle->latency); in latency()
DAudioHardwareALSA.h175 unsigned int latency; // Delay in usec member
315 virtual uint32_t latency() const;
/hardware/libhardware_legacy/audio/
DA2dpAudioInterface.h90 …virtual uint32_t latency() const { return ((1000*bufferSize())/frameSize())/sampleRate() + 200;… in latency() function
DAudioHardwareStub.h37 virtual uint32_t latency() const { return 0; } in latency() function
DAudioHardwareGeneric.h54 virtual uint32_t latency() const { return 20; } in latency() function
DAudioDumpInterface.h50 virtual uint32_t latency() const;
/hardware/interfaces/sensors/1.0/
DISensors.hal82 * report latency. This function can be called while the sensor is
85 * lost events, nor can transitioning from a high maximum report latency to
86 * a low maximum report latency.
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp496 void setLatency(sp<IOmxNode> omxNode, OMX_U32 portIndex, uint32_t latency) { in setLatency() argument
499 param.nU32 = (OMX_U32)latency; in setLatency()
506 void getLatency(sp<IOmxNode> omxNode, OMX_U32 portIndex, uint32_t* latency) { in getLatency() argument
514 *latency = param.nU32; in getLatency()
1259 uint32_t latency = 0; in TEST_P() local
1260 setLatency(omxNode, kPortIndexInput, latency); in TEST_P()
1261 getLatency(omxNode, kPortIndexInput, &latency); in TEST_P()
1388 uint32_t latency = 0; in TEST_P() local
1389 setLatency(omxNode, kPortIndexInput, latency); in TEST_P()
1390 getLatency(omxNode, kPortIndexInput, &latency); in TEST_P()
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioHardwareInterface.h77 virtual uint32_t latency() const = 0;
/hardware/interfaces/audio/2.0/
DIStreamOut.hal27 * Return the audio hardware driver estimated latency in milliseconds.
29 * @return latencyMs latency in milliseconds.
172 * with non-trivial latency. In the pause state, some audio hardware may
/hardware/interfaces/camera/device/3.5/
DICameraDeviceCallback.hal51 * HAL must not request large amount of buffers on a latency critical code
/hardware/interfaces/audio/6.0/
DIStreamOut.hal25 * Return the audio hardware driver estimated latency in milliseconds.
27 * @return latencyMs latency in milliseconds.
183 * with non-trivial latency. In the pause state, some audio hardware may
/hardware/interfaces/audio/4.0/
DIStreamOut.hal25 * Return the audio hardware driver estimated latency in milliseconds.
27 * @return latencyMs latency in milliseconds.
183 * with non-trivial latency. In the pause state, some audio hardware may
/hardware/interfaces/audio/5.0/
DIStreamOut.hal25 * Return the audio hardware driver estimated latency in milliseconds.
27 * @return latencyMs latency in milliseconds.
183 * with non-trivial latency. In the pause state, some audio hardware may

123