Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 87) sorted by relevance

1234

/hardware/qcom/display/msm8996/sdm/include/private/
Dextension_interface.h50 typedef DisplayError (*CreateExtensionInterface)(uint16_t version, ExtensionInterface **interface);
51 typedef DisplayError (*DestroyExtensionInterface)(ExtensionInterface *interface);
57 PartialUpdateInterface **interface) = 0;
58 virtual DisplayError DestroyPartialUpdate(PartialUpdateInterface *interface) = 0;
61 HWS3DMode s3d_mode, StrategyInterface **interface) = 0;
62 virtual DisplayError DestroyStrategyExtn(StrategyInterface *interface) = 0;
65 ResourceInterface **interface,
67 virtual DisplayError DestroyResourceExtn(ResourceInterface *interface) = 0;
/hardware/qcom/camera/QCamera2/stack/
DAndroid.mk2 include $(LOCAL_PATH)/mm-camera-interface/Android.mk
3 include $(LOCAL_PATH)/mm-jpeg-interface/Android.mk
4 include $(LOCAL_PATH)/mm-jpeg-interface/test/Android.mk
/hardware/qcom/display/msm8996/sdm/libs/core/
Dcore_interface.cpp58 CoreInterface **interface, uint32_t client_version) { in CreateCore() argument
61 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) { in CreateCore()
100 *interface = core_impl; in CreateCore()
101 DLOGI("Open interface handle = %p", *interface); in CreateCore()
/hardware/qcom/display/msm8996/sdm/include/core/
Dcore_interface.h120 BufferSyncHandler *buffer_sync_handler, CoreInterface **interface,
152 DisplayInterface **interface) = 0;
164 virtual DisplayError DestroyDisplay(DisplayInterface *interface) = 0;
/hardware/intel/common/libva/
DNEWS23 * Fix vaBufferInfo() interface (Alexander Osin)
26 * API: add VARenderMode interface to select overlay or GPU rendering mode
27 * API: add VARenderDevice interface to allow rendering to an external device
28 * API: add VADisplayAttribOverlay{ColorKey,AutoPaintColorKey} interface
/hardware/libhardware_legacy/audio/
DAudioPolicyManagerDefault.cpp29 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface) in destroyAudioPolicyManager() argument
31 delete interface; in destroyAudioPolicyManager()
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
DAndroid.mk27 LOCAL_C_INCLUDES += $(MM_JPEG_TEST_PATH)/../../mm-camera-interface/inc
38 LOCAL_MODULE := mm-jpeg-interface-test
70 LOCAL_C_INCLUDES += $(MM_JPEG_TEST_PATH)/../../mm-camera-interface/inc
81 LOCAL_MODULE := mm-jpegdec-interface-test
/hardware/intel/common/wrs_omxil_core/core/src/
Dpv_omx_interface.cpp81 OSCL_EXPORT_REF void PVReleaseInterface(void* interface) in PVReleaseInterface() argument
83 PVOMXInterface* pInterface = (PVOMXInterface*)interface; in PVReleaseInterface()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dsimple_decoder.c126 printf("Using %s\n", vpx_codec_iface_name(decoder->interface())); in main()
128 if (vpx_codec_dec_init(&codec, decoder->interface(), NULL, 0)) in main()
Dvp8cx_set_ref.c141 printf("Using %s\n", vpx_codec_iface_name(encoder->interface())); in main()
143 res = vpx_codec_enc_config_default(encoder->interface(), &cfg, 0); in main()
160 if (vpx_codec_enc_init(&codec, encoder->interface(), &cfg, 0)) in main()
Dsimple_encoder.c210 printf("Using %s\n", vpx_codec_iface_name(encoder->interface())); in main()
212 res = vpx_codec_enc_config_default(encoder->interface(), &cfg, 0); in main()
230 if (vpx_codec_enc_init(&codec, encoder->interface(), &cfg, 0)) in main()
Dpostproc.c89 printf("Using %s\n", vpx_codec_iface_name(decoder->interface())); in main()
91 res = vpx_codec_dec_init(&codec, decoder->interface(), NULL, in main()
Ddecode_with_drops.c111 printf("Using %s\n", vpx_codec_iface_name(decoder->interface())); in main()
113 if (vpx_codec_dec_init(&codec, decoder->interface(), NULL, 0)) in main()
Ddecode_to_md5.c107 printf("Using %s\n", vpx_codec_iface_name(decoder->interface())); in main()
109 if (vpx_codec_dec_init(&codec, decoder->interface(), NULL, 0)) in main()
/hardware/intel/common/libva/test/common/
Dva_display_wayland.c52 const char *interface, in registry_handle_global() argument
58 if (strcmp(interface, "wl_compositor") == 0) in registry_handle_global()
61 else if (strcmp(interface, "wl_shell") == 0) in registry_handle_global()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c166 decoder->name, vpx_codec_iface_name(decoder->interface())); in usage_exit()
286 if (!vpx_codec_peek_stream_info(decoder->interface(), in file_is_raw()
498 const VpxInterface *interface = NULL; in main_loop() local
544 interface = get_vpx_decoder_by_name(arg.val); in main_loop()
545 if (!interface) in main_loop()
713 if (interface && fourcc_interface && interface != fourcc_interface) in main_loop()
716 interface = fourcc_interface; in main_loop()
718 if (!interface) in main_loop()
719 interface = get_vpx_decoder_by_index(0); in main_loop()
723 if (vpx_codec_dec_init(&decoder, interface->interface(), &cfg, dec_flags)) { in main_loop()
/hardware/qcom/audio/voice_processing/
Dvoice_processing.c252 effect_handle_t *interface) in effect_create() argument
255 *interface = (effect_handle_t)&effect->itfe; in effect_create()
287 effect_handle_t *interface) in session_create_effect() argument
304 status = effect_create(&session->effects[id], session, interface); in session_create_effect()
705 static int lib_release(effect_handle_t interface) in lib_release() argument
710 ALOGV("lib_release %p", interface); in lib_release()
714 struct effect_s *fx = (struct effect_s *)interface; in lib_release()
/hardware/qcom/audio/msm8909/voice_processing/
Dvoice_processing.c251 effect_handle_t *interface) in effect_create() argument
254 *interface = (effect_handle_t)&effect->itfe; in effect_create()
286 effect_handle_t *interface) in session_create_effect() argument
303 status = effect_create(&session->effects[id], session, interface); in session_create_effect()
712 static int lib_release(effect_handle_t interface) in lib_release() argument
717 ALOGV("lib_release %p", interface); in lib_release()
721 struct effect_s *fx = (struct effect_s *)interface; in lib_release()
/hardware/qcom/audio/legacy/alsa_sound/
DAudioPolicyManagerALSA.cpp44 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface) in destroyAudioPolicyManager() argument
46 delete interface; in destroyAudioPolicyManager()
/hardware/intel/common/libva/va/wayland/
Dva_wayland_emgd.c95 const char *interface, in registry_handle_global() argument
101 if (strcmp(interface, "wl_emgd") == 0) { in registry_handle_global()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/
DREADME4 Hierarchical memory heap interface - an extension to standard
5 malloc/free interface that simplifies tasks of memory disposal
/hardware/intel/common/libmix/mix_vbp/
DREADME1 MIX Video is an user library interface for various hardware video codecs available on the platform.
/hardware/intel/common/libmix/mix_audio/
DREADME1 MIX Audio is an user library interface for various hardware audio codecs available on the platform.
/hardware/intel/common/libmix/mix_video/
DREADME1 MIX Video is an user library interface for various hardware video codecs available on the platform.
/hardware/libhardware/modules/radio/
Dradio_hw.c84 struct radio_tuner interface; member
666 rdev->tuner->interface.set_configuration = tuner_set_configuration; in rdev_open_tuner()
667 rdev->tuner->interface.get_configuration = tuner_get_configuration; in rdev_open_tuner()
668 rdev->tuner->interface.scan = tuner_scan; in rdev_open_tuner()
669 rdev->tuner->interface.step = tuner_step; in rdev_open_tuner()
670 rdev->tuner->interface.tune = tuner_tune; in rdev_open_tuner()
671 rdev->tuner->interface.cancel = tuner_cancel; in rdev_open_tuner()
672 rdev->tuner->interface.get_program_information = tuner_get_program_information; in rdev_open_tuner()
690 *tuner = &rdev->tuner->interface; in rdev_open_tuner()

1234