Searched defs:interface (Results 1 - 13 of 13) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerDefault.cpp29 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface) argument
31 delete interface;
H A DAudioDumpInterface.cpp258 AudioStreamOutDump::AudioStreamOutDump(AudioDumpInterface *interface, argument
265 : mInterface(interface), mId(id),
419 AudioStreamInDump::AudioStreamInDump(AudioDumpInterface *interface, argument
426 : mInterface(interface), mId(id),
/hardware/intel/common/wrs_omxil_core/core/src/
H A Dpv_omx_interface.cpp51 // safely unloaded and reloaded when the proxy interface
74 // function to obtain the interface object from the shared library
81 OSCL_EXPORT_REF void PVReleaseInterface(void* interface) argument
83 PVOMXInterface* pInterface = (PVOMXInterface*)interface;
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioPolicyManagerALSA.cpp44 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface) argument
46 delete interface;
/hardware/intel/common/libva/test/common/
H A Dva_display_wayland.c52 const char *interface,
58 if (strcmp(interface, "wl_compositor") == 0)
61 else if (strcmp(interface, "wl_shell") == 0)
48 registry_handle_global( void *data, struct wl_registry *registry, uint32_t id, const char *interface, uint32_t version ) argument
/hardware/intel/common/libva/va/wayland/
H A Dva_wayland_emgd.c95 const char *interface,
101 if (strcmp(interface, "wl_emgd") == 0) {
91 registry_handle_global( void *data, struct wl_registry *registry, uint32_t id, const char *interface, uint32_t version ) argument
H A Dva_wayland_drm.c151 const char *interface,
157 if (strcmp(interface, "wl_drm") == 0) {
147 registry_handle_global( void *data, struct wl_registry *registry, uint32_t id, const char *interface, uint32_t version ) argument
/hardware/intel/common/libva/test/putsurface/
H A Dputsurface_wayland.c182 const char *interface,
188 if (strcmp(interface, "wl_compositor") == 0)
191 else if (strcmp(interface, "wl_shell") == 0)
178 registry_handle_global( void *data, struct wl_registry *registry, uint32_t id, const char *interface, uint32_t version ) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Ddecode_with_partial_drops.c71 #define interface (vpx_codec_vp8_dx()) macro
242 printf("Using %s\n",vpx_codec_iface_name(interface));
245 res = vpx_codec_dec_init(&codec, interface, &dec_cfg, flags);
H A Dvp8_multi_resolution_encoder.c27 #define interface (vpx_codec_vp8_cx()) macro
218 printf("Using %s\n",vpx_codec_iface_name(interface));
248 res[i] = vpx_codec_enc_config_default(interface, &cfg[i], 0);
328 if(vpx_codec_enc_init_multi(&codec[0], interface, &cfg[0], NUM_ENCODERS,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dtools_common.h128 vpx_codec_iface_t *(*const interface)(); member in struct:VpxInterface
H A Dvpxdec.c166 decoder->name, vpx_codec_iface_name(decoder->interface()));
286 if (!vpx_codec_peek_stream_info(decoder->interface(),
498 const VpxInterface *interface = NULL; local
544 interface = get_vpx_decoder_by_name(arg.val);
545 if (!interface)
713 if (interface && fourcc_interface && interface != fourcc_interface)
716 interface = fourcc_interface;
718 if (!interface)
719 interface
[all...]
/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c251 effect_handle_t *interface)
254 *interface = (effect_handle_t)&effect->itfe;
286 effect_handle_t *interface)
303 status = effect_create(&session->effects[id], session, interface);
651 // effect_handle_t interface implementation for effect
702 static int lib_release(effect_handle_t interface) argument
707 ALOGV("lib_release %p", interface);
711 struct effect_s *fx = (struct effect_s *)interface;
249 effect_create(struct effect_s *effect, struct session_s *session, effect_handle_t *interface) argument
284 session_create_effect(struct session_s *session, int32_t id, effect_handle_t *interface) argument

Completed in 351 milliseconds