Home
last modified time | relevance | path

Searched refs:delayMs (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
DAudioPolicyManagerALSA.cpp111 int delayMs = 0; in setPhoneState() local
116 delayMs = hwOutputDesc->mLatency*2; in setPhoneState()
124 if (delayMs < desc->mLatency*2) { in setPhoneState()
125 delayMs = desc->mLatency*2; in setPhoneState()
140 delayMs = 40; in setPhoneState()
144 setOutputDevice(mPrimaryOutput, newDevice, force, delayMs); in setPhoneState()
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyInterface.h230 …lume(AudioSystem::stream_type stream, float volume, audio_io_handle_t output, int delayMs = 0) = 0;
236 … void setParameters(audio_io_handle_t ioHandle, const String8& keyValuePairs, int delayMs = 0) = 0;
246 virtual status_t setVoiceVolume(float volume, int delayMs = 0) = 0;
DAudioPolicyManagerBase.h368 int delayMs = 0);
386 …stream, int index, audio_io_handle_t output, audio_devices_t device, int delayMs = 0, bool force =…
389 …void applyStreamVolumes(audio_io_handle_t output, audio_devices_t device, int delayMs = 0, bool fo…
395 int delayMs = 0,
402 int delayMs = 0,
490 uint32_t delayMs);
/hardware/interfaces/wifi/offload/1.0/
DIOffload.hal55 * at least delayMs milliseconds from this call. If the client is already
58 * @param delayMs an integer expressing the minimum delay in mS after
66 subscribeScanResults(uint32_t delayMs) generates (OffloadStatus status);
Dtypes.hal189 * T1 - time when the framework subscribes for scan result (includes delayMs)