Home
last modified time | relevance | path

Searched defs:config (Results 1 – 25 of 77) sorted by relevance

1234

/device/generic/goldfish/opengl/system/egl/
DeglDisplay.cpp199 EGLConfig config = (EGLConfig)i; in processConfigs() local
381 EGLBoolean eglDisplay::getAttribValue(EGLConfig config, EGLint attribIdx, EGLint * value) in getAttribValue()
392 EGLBoolean eglDisplay::getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value) in getConfigAttrib()
401 void eglDisplay::dumpConfig(EGLConfig config) in dumpConfig()
414 EGLBoolean eglDisplay::setAttribValue(EGLConfig config, EGLint attribIdx, EGLint value) in setAttribValue()
425 EGLBoolean eglDisplay::setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value) in setConfigAttrib()
435 EGLBoolean eglDisplay::getConfigNativePixelFormat(EGLConfig config, PixelFormat * format) in getConfigNativePixelFormat()
459 EGLBoolean eglDisplay::getConfigGLPixelFormat(EGLConfig config, GLenum * format) in getConfigGLPixelFormat()
Degl.cpp134 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx) : in EGLContext_t()
175 EGLConfig config; member
212 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t()
253 EGLDisplay dpy, EGLConfig config, EGLint surfType, in egl_window_surface_t()
285 EGLDisplay dpy, EGLConfig config, EGLint surfType, in create()
356 egl_pbuffer_surface_t::egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, in egl_pbuffer_surface_t()
398 EGLConfig config, EGLint surfType, int32_t w, int32_t h, in create()
602 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib()
617 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface()
647 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface()
[all …]
DeglContext.h33 EGLConfig config; member
/device/google/marlin/vr/
Dvr.c160 … struct config_instance *config = (struct config_instance *)malloc(sizeof(struct config_instance)); in allocate_config_instance() local
182 static void free_config_instance(struct config_instance *config){ in free_config_instance()
201 struct config_instance *config = allocate_config_instance(); in disable_config() local
231 struct config_instance *config = allocate_config_instance(); in enable_config() local
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Degl.cpp349 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib()
359 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface()
371 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface()
383 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface()
436 …ientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint… in eglCreatePbufferFromClientBuffer()
461 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext()
/device/linaro/hikey/uefi-tools/
Dparse-platforms.py65 config = ConfigParser.ConfigParser() variable
/device/google/dragon/audio/soundtrigger/
Dsound_trigger_hw.c74 struct sound_trigger_recognition_config *config; member
210 struct pcm_config config; in callback_thread_loop() local
413 const struct sound_trigger_recognition_config *config, in stdev_start_recognition()
/device/google/dragon/health/
Dhealthd-dragon.cpp106 void healthd_board_init(struct healthd_config *config) {} in healthd_board_init()
/device/linaro/hikey/audio/
Daudio_hw.c78 struct pcm_config config; member
426 struct audio_config *config, in adev_open_output_stream()
573 const struct audio_config *config) in adev_get_input_buffer_size()
582 struct audio_config *config, in adev_open_input_stream()
/device/generic/goldfish/opengl/system/renderControl_enc/
DrenderControl_entry.cpp95 uint32_t rcCreateContext(uint32_t config, uint32_t share, uint32_t glVersion) in rcCreateContext()
107 uint32_t rcCreateWindowSurface(uint32_t config, uint32_t width, uint32_t height) in rcCreateWindowSurface()
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_stream.c484 mm_camera_stream_config_t *config = in mm_stream_fsm_acquired() local
526 mm_camera_stream_config_t *config = in mm_stream_fsm_cfg() local
747 mm_camera_stream_config_t *config) in mm_stream_config()
/device/asus/fugu/libaudio/
Daudio_hal_thunks.cpp425 const audio_config *config) in adev_get_input_buffer_size()
436 struct audio_config *config, in adev_open_input_stream()
512 struct audio_config *config, in adev_open_output_stream()
DAudioHardwareInput.cpp94 status_t AudioHardwareInput::getInputBufferSize(const audio_config* config) in getInputBufferSize()
/device/generic/goldfish/audio/
Daudio_hw.c373 struct audio_config *config, in adev_open_output_stream()
518 const struct audio_config *config) in adev_get_input_buffer_size()
526 struct audio_config *config, in adev_open_input_stream()
/device/htc/flounder/audio/soundtrigger/
Dsound_trigger_hw.c75 struct sound_trigger_recognition_config *config; member
446 const struct sound_trigger_recognition_config *config, in stdev_start_recognition()
/device/google/contexthub/util/nanotool/
Dnanomessage.h191 } __attribute__((packed)) config = {}; variable
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c452 mm_camera_stream_config_t *config = in mm_stream_fsm_acquired() local
516 mm_camera_stream_config_t *config = in mm_stream_fsm_cfg() local
792 mm_camera_stream_config_t *config) in mm_stream_config()
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraChannel.cpp228 int32_t QCameraChannel::config() in config() function in qcamera::QCameraChannel
781 cam_pp_feature_config_t &config, in addReprocStreamsFromSource()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraChannel.cpp228 int32_t QCameraChannel::config() in config() function in qcamera::QCameraChannel
708 cam_capture_frame_config_t *config) in startAdvancedCapture()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraChannel.cpp228 int32_t QCameraChannel::config() in config() function in qcamera::QCameraChannel
708 cam_capture_frame_config_t *config) in startAdvancedCapture()
/device/htc/flounder/health/
Dhealthd-flounder.cpp269 void healthd_board_init(struct healthd_config *config) in healthd_board_init()
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c550 mm_camera_stream_config_t *config = in mm_stream_fsm_acquired() local
614 mm_camera_stream_config_t *config = in mm_stream_fsm_cfg() local
894 mm_camera_stream_config_t *config) in mm_stream_config()
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c550 mm_camera_stream_config_t *config = in mm_stream_fsm_acquired() local
614 mm_camera_stream_config_t *config = in mm_stream_fsm_cfg() local
894 mm_camera_stream_config_t *config) in mm_stream_config()
/device/htc/flounder/audio/visualizer/
Dnv_offload_visualizer.c64 effect_config_t config; member
469 int set_config(effect_context_t *context, effect_config_t *config) in set_config()
487 void get_config(effect_context_t *context, effect_config_t *config) in get_config()
/device/htc/flounder/audio/hal/
Daudio_hw.c1277 effect_config_t config; in in_configure_reverse() local
1428 effect_config_t config; in in_configure_effect_channels() local
2990 struct pcm_config config; in out_write() local
3882 struct audio_config *config, in adev_open_output_stream()
4265 const struct audio_config *config) in adev_get_input_buffer_size()
4282 struct audio_config *config, in adev_open_input_stream()
4437 struct pcm_config config; in dummybuf_thread() local

1234