Home
last modified time | relevance | path

Searched refs:running (Results 1 – 25 of 49) sorted by relevance

12

/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_pcm.c518 pcm->running = 1; in pcm_prepare()
536 pcm->running = 0; in pcm_write_mmap()
547 pcm->running = 0; in pcm_write_mmap()
558 pcm->running = 0; in pcm_write_mmap()
583 if (!pcm->running) { in pcm_write_nmmap()
592 pcm->running = 0; in pcm_write_nmmap()
630 if (!pcm->running) { in pcm_read()
637 pcm->running = 1; in pcm_read()
644 pcm->running = 0; in pcm_read()
739 pcm->running = 0; in pcm_close()
Daplay.c283 if (!pcm->running) { in play_file()
289 pcm->running = 1; in play_file()
299 pcm->running = 0; in play_file()
369 pcm->running = 0; in play_file()
399 pcm->running = 0; in play_file()
Darec.c257 pcm->running = 0; in record_file()
279 if (!pcm->running) { in record_file()
291 pcm->running = 0; in record_file()
331 pcm->running = 0; in record_file()
Dalsa_audio.h31 unsigned running:1; member
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_color_manager.h74 const char *running = NULL; member
76 : cmd_on(arg1), cmd_off(arg2), cmd_query_status(arg3), running(arg4) {} in ActiveFeatureCMD()
Dhwc_color_manager.cpp322 } else if (!strncmp(response, cmds.running, strlen(cmds.running))) { in EnableActiveFeatures()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_color_manager.h74 const char *running = NULL; member
76 : cmd_on(arg1), cmd_off(arg2), cmd_query_status(arg3), running(arg4) {} in ActiveFeatureCMD()
Dhwc_color_manager.cpp425 } else if (!strncmp(response, cmds.running, strlen(cmds.running))) { in EnableActiveFeatures()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_color_manager.h76 const char *running = NULL; member
78 : cmd_on(arg1), cmd_off(arg2), cmd_query_status(arg3), running(arg4) {} in ActiveFeatureCMD()
Dhwc_color_manager.cpp510 } else if (!strncmp(response, cmds.running, strlen(cmds.running))) { in EnableActiveFeatures()
/hardware/qcom/display/sdm845/sdm/libs/hwc2/
Dhwc_color_manager.h75 const char *running = NULL; member
77 : cmd_on(arg1), cmd_off(arg2), cmd_query_status(arg3), running(arg4) {} in ActiveFeatureCMD()
Dhwc_color_manager.cpp459 } else if (!strncmp(response, cmds.running, strlen(cmds.running))) { in EnableActiveFeatures()
/hardware/qcom/audio/legacy/alsa_sound/
DAudioUsbALSA.cpp437 if (!musbRecordingHandle->running) { in RecordingThreadEntry()
444 if (!mproxyRecordingHandle->running) { in RecordingThreadEntry()
463 if (!musbRecordingHandle->running) { in RecordingThreadEntry()
501 if (!mproxyRecordingHandle->running) { in RecordingThreadEntry()
644 handle->running = 0; in startDevice()
671 handle->running = 0; in syncPtr()
851 if (!mproxyPlaybackHandle->running) { in PlaybackThreadEntry()
858 if (!musbPlaybackHandle->running) { in PlaybackThreadEntry()
878 if (!mproxyPlaybackHandle->running) { in PlaybackThreadEntry()
950 if (!musbPlaybackHandle->running) { in PlaybackThreadEntry()
/hardware/qcom/display/sdm845/sdm/libs/hwc/
Dhwc_color_manager.h76 const char *running = NULL; member
78 : cmd_on(arg1), cmd_off(arg2), cmd_query_status(arg3), running(arg4) {} in ActiveFeatureCMD()
Dhwc_color_manager.cpp611 } else if (!strncmp(response, cmds.running, strlen(cmds.running))) { in EnableActiveFeatures()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_thread.c562 int running = 1; in mm_camera_cmd_thread() local
598 running = 0; in mm_camera_cmd_thread()
604 } while (running); in mm_camera_cmd_thread()
/hardware/interfaces/tests/multithread/1.0/
DIMultithread.hal22 * Makes calls finish only when specific number of them are running in parallel
/hardware/interfaces/automotive/evs/1.0/
DIEvsCamera.hal42 * It is legal for this call to come at any time, even while streams are already running,
76 * This function cannot fail and is simply ignored if the stream isn't running.
/hardware/interfaces/boot/1.0/
DIBootControl.hal27 * the device is running, and to provide a fallback in the event that the
36 * running from a virtual machine with only one copy of each partition for the
/hardware/interfaces/media/omx/1.0/vts/functional/
DREADME.md34 …put files. These input are files are present in the folder 'res'. Before running the tests all the…
/hardware/qcom/msm8996/kernel-headers/sound/
Dasequencer.h389 int running; member
/hardware/qcom/msm8996/original-kernel-headers/sound/
Dasequencer.h492 int running; /* running state of queue */ member
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Stream.cpp659 int running = 1; in dataProcRoutine() local
721 running = 0; in dataProcRoutine()
726 } while (running); in dataProcRoutine()
/hardware/interfaces/configstore/1.0/
DISurfaceFlingerConfigs.hal100 * apps, false otherwise. Devices that will never be running vr apps should
/hardware/interfaces/renderscript/1.0/
Dtypes.hal30 // running in Passthrough mode.

12