Searched refs:interface (Results 1 - 25 of 30) sorted by relevance

12

/hardware/qcom/display/msm8998/sdm/include/private/
H A Dextension_interface.h50 typedef DisplayError (*CreateExtensionInterface)(uint16_t version, ExtensionInterface **interface);
51 typedef DisplayError (*DestroyExtensionInterface)(ExtensionInterface *interface);
60 PartialUpdateInterface **interface) = 0;
61 virtual DisplayError DestroyPartialUpdate(PartialUpdateInterface *interface) = 0;
68 StrategyInterface **interface) = 0;
69 virtual DisplayError DestroyStrategyExtn(StrategyInterface *interface) = 0;
72 ResourceInterface **interface,
75 virtual DisplayError DestroyResourceExtn(ResourceInterface *interface) = 0;
78 virtual DisplayError DestroyDppsControlExtn(DppsControlInterface *interface) = 0;
H A Dcolor_interface.h50 ColorInterface **interface);
/hardware/qcom/display/msm8996/sdm/include/private/
H A Dextension_interface.h50 typedef DisplayError (*CreateExtensionInterface)(uint16_t version, ExtensionInterface **interface);
51 typedef DisplayError (*DestroyExtensionInterface)(ExtensionInterface *interface);
59 PartialUpdateInterface **interface) = 0;
60 virtual DisplayError DestroyPartialUpdate(PartialUpdateInterface *interface) = 0;
66 StrategyInterface **interface) = 0;
67 virtual DisplayError DestroyStrategyExtn(StrategyInterface *interface) = 0;
70 ResourceInterface **interface,
72 virtual DisplayError DestroyResourceExtn(ResourceInterface *interface) = 0;
H A Dcolor_interface.h50 ColorInterface **interface);
/hardware/qcom/display/msm8996/sdm/include/core/
H A Dcore_interface.h47 /*! @brief Display manager interface version.
61 @warning It is assumed that client upgrades or downgrades display core interface all at once
103 /*! @brief Display core interface.
106 to create/destroy different display devices. This interface is created during display core
114 /*! @brief Method to create and get handle to display core interface.
117 different display devices only through a valid interface handle obtained using this method. An
119 This interface shall be called only once.
124 @param[out] interface \link CoreInterface \endlink
132 BufferSyncHandler *buffer_sync_handler, CoreInterface **interface,
135 /*! @brief Method to release handle to display core interface
[all...]
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dcore_interface.cpp54 // TODO(user): Have a single structure handle carries all the interface pointers.
58 CoreInterface **interface, uint32_t client_version) {
60 interface, client_version);
67 CoreInterface **interface, uint32_t client_version) {
70 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) {
109 *interface = core_impl;
110 DLOGI("Open interface handle = %p", *interface);
55 CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, CoreInterface **interface, uint32_t client_version) argument
63 CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, SocketHandler *socket_handler, CoreInterface **interface, uint32_t client_version) argument
/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/interfaces/camera/device/
H A DREADME.md6 The camera.device HAL interface is used by the Android camera service to operate
7 individual camera devices. Instances of camera.device HAL interface can be obtained
9 is the major version of the camera device interface.
11 Obtaining the device interface does not turn on the respective camera device;
12 each camera device interface has an actual open() method to begin an active
13 camera session. Without invoking open(), the interface can be used for querying
29 It is strongly recommended to not use this interface for new devices, as new
30 devices may not use this interface starting with the Android P release, and all
33 This HAL interface version only allows support at the LEGACY level for the
40 Callback interface fo
[all...]
/hardware/interfaces/camera/metadata/
H A DREADME.md6 The camera.metadata interface is used by the Android camera service,
16 HIDL version of the baseline camera metadata interface, required by
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dcore_interface.cpp54 // TODO(user): Have a single structure handle carries all the interface pointers.
58 CoreInterface **interface, uint32_t client_version) {
61 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) {
100 *interface = core_impl;
101 DLOGI("Open interface handle = %p", *interface);
55 CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, CoreInterface **interface, uint32_t client_version) argument
/hardware/qcom/display/msm8998/sdm/include/core/
H A Dcore_interface.h48 /*! @brief Display manager interface version.
62 @warning It is assumed that client upgrades or downgrades display core interface all at once
104 /*! @brief Display core interface.
107 to create/destroy different display devices. This interface is created during display core
115 /*! @brief Method to create and get handle to display core interface.
118 different display devices only through a valid interface handle obtained using this method. An
120 This interface shall be called only once.
125 @param[out] interface \link CoreInterface \endlink
133 BufferSyncHandler *buffer_sync_handler, CoreInterface **interface,
136 /*! @brief Method to create and get handle to display core interface
[all...]
/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/qcom/audio/legacy/alsa_sound/
H A DAudioPolicyManagerALSA.cpp44 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface) argument
46 delete interface;
/hardware/intel/common/libmix/mix_audio/
H A Dmixaudio.spec20 MIX Audio is an user library interface for various hardware audio codecs
/hardware/intel/common/libmix/mix_vbp/
H A Dmixvbp.spec19 MIX Video Bitstream Parser is an user library interface for various video format bitstream parsing
/hardware/interfaces/camera/provider/
H A DREADME.md35 First HIDL version of the camara provider HAL callback interface, closely
/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/qcom/audio/voice_processing/
H A Dvoice_processing.c253 effect_handle_t *interface)
256 *interface = (effect_handle_t)&effect->itfe;
288 effect_handle_t *interface)
305 status = effect_create(&session->effects[id], session, interface);
665 // effect_handle_t interface implementation for effect
716 static int lib_release(effect_handle_t interface) argument
721 ALOGV("lib_release %p", interface);
725 struct effect_s *fx = (struct effect_s *)interface;
251 effect_create(struct effect_s *effect, struct session_s *session, effect_handle_t *interface) argument
286 session_create_effect(struct session_s *session, int32_t id, effect_handle_t *interface) argument
/hardware/libhardware/modules/radio/
H A Dradio_hw.c84 struct radio_tuner interface; member in struct:stub_radio_tuner
674 rdev->tuner->interface.set_configuration = tuner_set_configuration;
675 rdev->tuner->interface.get_configuration = tuner_get_configuration;
676 rdev->tuner->interface.scan = tuner_scan;
677 rdev->tuner->interface.step = tuner_step;
678 rdev->tuner->interface.tune = tuner_tune;
679 rdev->tuner->interface.cancel = tuner_cancel;
680 rdev->tuner->interface.get_program_information = tuner_get_program_information;
698 *tuner = &rdev->tuner->interface;
/hardware/libhardware_legacy/audio/
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),
H A DAudioDumpInterface.h36 AudioStreamOutDump(AudioDumpInterface *interface,
78 AudioStreamInDump(AudioDumpInterface *interface,
/hardware/intel/common/libmix/mix_video/
H A Dmixvideo.spec20 MIX Video is an user library interface for various video codecs available on the platform.
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdp.cpp67 mParams.params.conv_params.interface = interface_rec601;
318 mParams.params.conv_params.interface =

Completed in 892 milliseconds

12