Home
last modified time | relevance | path

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

12345678910>>...17

/hardware/qcom/display/msm8909w_3100/sdm/include/private/
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;
74 ResourceInterface **interface) = 0;
75 virtual DisplayError DestroyResourceExtn(ResourceInterface *interface) = 0;
78 virtual DisplayError DestroyDppsControlExtn(DppsControlInterface *interface) = 0;
/hardware/qcom/display/msm8909/sdm/include/private/
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;
74 ResourceInterface **interface) = 0;
75 virtual DisplayError DestroyResourceExtn(ResourceInterface *interface) = 0;
78 virtual DisplayError DestroyDppsControlExtn(DppsControlInterface *interface) = 0;
/hardware/qcom/display/msm8998/sdm/include/private/
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;
/hardware/qcom/display/msm8996/sdm/include/private/
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;
/hardware/interfaces/gnss/1.0/
DIGnss.hal31 /** Represents the standard GNSS (Global Navigation Satellite System) interface. */
32 interface IGnss {
78 * Opens the interface and provides the callback routines
79 * to the implementation of this interface.
81 * @param callback Callback interface for IGnss.
107 * Closes the interface.
171 * @return aGnssRilIface Handle to the IAGnssRil interface.
178 * @return gnssGeofencingIface Handle to the IGnssGeofencing interface.
185 * @return aGnssIface Handle to the IAGnss interface.
190 * This method returns the IGnssNi interface.
[all …]
DIGnssXtra.hal5 * This interface is used by the GNSS HAL to request the framework
8 interface IGnssXtra {
10 * Opens the XTRA interface and provides the callback routines
11 * to the implementation of this interface.
13 * @param callback Handle to the IGnssXtraCallback interface.
/hardware/interfaces/camera/device/
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
42 Callback interface for obtaining, filling, and returning graphics buffers for
[all …]
/hardware/qcom/display/msm8909/sdm/libs/core/
Dcore_interface.cpp58 CoreInterface **interface, uint32_t client_version) { in CreateCore() argument
60 interface, client_version); in CreateCore()
67 CoreInterface **interface, uint32_t client_version) { in CreateCore() argument
70 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) { in CreateCore()
109 *interface = core_impl; in CreateCore()
110 DLOGI("Open interface handle = %p", *interface); in CreateCore()
/hardware/qcom/display/msm8998/sdm/libs/core/
Dcore_interface.cpp58 CoreInterface **interface, uint32_t client_version) { in CreateCore() argument
60 interface, client_version); in CreateCore()
67 CoreInterface **interface, uint32_t client_version) { in CreateCore() argument
70 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) { in CreateCore()
109 *interface = core_impl; in CreateCore()
110 DLOGI("Open interface handle = %p", *interface); in CreateCore()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Dcore_interface.cpp58 CoreInterface **interface, uint32_t client_version) { in CreateCore() argument
60 interface, client_version); in CreateCore()
67 CoreInterface **interface, uint32_t client_version) { in CreateCore() argument
70 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) { in CreateCore()
109 *interface = core_impl; in CreateCore()
110 DLOGI("Open interface handle = %p", *interface); in CreateCore()
/hardware/google/interfaces/media/c2/1.0/
DIComponentInterface.hal22 * Component interface object. This object contains all of the configuration of
26 * Actual components also expose this interface.
28 interface IComponentInterface extends IConfigurable {
30 * There are no additional methods to IConfigurable interface.
34 * The name of the component or component interface object is a unique name
35 * for that component or component interface 'class'; however, multiple
/hardware/interfaces/wifi/supplicant/1.1/
DISupplicantStaIface.hal25 * interface (e.g wlan0) it controls.
27 interface ISupplicantStaIface extends @1.0::ISupplicantStaIface {
30 * Register for callbacks from this interface.
32 * These callbacks are invoked for events that are specific to this interface.
35 * if this interface is removed.
38 * interface object.
DISupplicant.hal28 interface ISupplicant extends @1.0::ISupplicant {
30 * Registers a wireless interface in supplicant.
32 * @param ifaceInfo Combination of the interface type and name(e.g wlan0).
39 * @return iface HIDL interface object representing the interface if
46 * Deregisters a wireless interface from supplicant.
48 * @param ifaceInfo Combination of the interface type and name(e.g wlan0).
/hardware/qcom/display/msm8998/sdm/include/core/
Dcore_interface.h133 BufferSyncHandler *buffer_sync_handler, CoreInterface **interface,
156 SocketHandler *socket_handler, CoreInterface **interface,
188 DisplayInterface **interface) = 0;
200 virtual DisplayError DestroyDisplay(DisplayInterface *interface) = 0;
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
Dcore_interface.h133 BufferSyncHandler *buffer_sync_handler, CoreInterface **interface,
156 SocketHandler *socket_handler, CoreInterface **interface,
188 DisplayInterface **interface) = 0;
200 virtual DisplayError DestroyDisplay(DisplayInterface *interface) = 0;
/hardware/qcom/camera/msm8998/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/msm8909/sdm/include/core/
Dcore_interface.h133 BufferSyncHandler *buffer_sync_handler, CoreInterface **interface,
156 SocketHandler *socket_handler, CoreInterface **interface,
188 DisplayInterface **interface) = 0;
200 virtual DisplayError DestroyDisplay(DisplayInterface *interface) = 0;
/hardware/interfaces/wifi/hostapd/1.0/
DIHostapd.hal24 interface IHostapd {
26 * Size limits for some of the params used in this interface.
60 * Parameters to control the HW mode for the interface.
77 * Parameters to control the channel selection for the interface.
92 * Channel number (IEEE 802.11) to use for the interface.
103 * Parameters to use for setting up the access point interface.
106 /** Name of the interface */
108 /** Hw mode params for the interface */
110 /** Chanel params for the interface */
132 * interface and network params.
[all …]
/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/interfaces/wifi/supplicant/1.0/
DISupplicantIface.hal22 * Interface exposed by the supplicant for each network interface (e.g wlan0)
25 interface ISupplicantIface {
27 * Size limits for some of the params used in this interface.
38 * Retrieves the name of the network interface.
44 * @return name Name of the network interface, e.g., wlan0
49 * Retrieves the type of the network interface.
55 * @return type Type of the network interface, e.g., STA.
60 * Add a new network to the interface.
67 * @return network HIDL interface object representing the new network if
74 * Remove a network from the interface.
[all …]
DISupplicant.hal27 interface ISupplicant {
48 * Type of the network interface.
52 * Name of the network interface, e.g., wlan0
58 * Gets a HIDL interface object for the interface corresponding to iface
68 * @return iface HIDL interface object representing the interface if
77 * The corresponding |ISupplicantIface| object for any interface can be
92 * to any interface or network. Registration of multiple callback
96 * @param callback An instance of the |ISupplicantCallback| HIDL interface
/hardware/qcom/display/msm8996/sdm/include/core/
Dcore_interface.h132 BufferSyncHandler *buffer_sync_handler, CoreInterface **interface,
164 DisplayInterface **interface) = 0;
176 virtual DisplayError DestroyDisplay(DisplayInterface *interface) = 0;
/hardware/interfaces/bluetooth/a2dp/1.0/
DIBluetoothAudioHost.hal20 * HAL interface for Bluetooth A2DP Offload functionality where
25 * This interface is from HAL server to HAL client.
30 * the IBluetoothAudioOffload interface.
33 interface IBluetoothAudioHost {
40 * client using the IBluetoothAudioOffload interface.
49 * IBluetoothAudioOffload interface.
/hardware/interfaces/gnss/1.1/
DIGnss.hal26 /** Represents the standard GNSS (Global Navigation Satellite System) interface. */
27 interface IGnss extends @1.0::IGnss {
29 * Opens the interface and provides the callback routines to the implementation of this
30 * interface.
32 * @param callback Callback interface for IGnss.
72 * This method returns the IGnssConfiguration interface.
74 * @return gnssConfigurationIface Handle to the IGnssConfiguration interface.
79 * This method returns the IGnssMeasurement interface.
81 * @return gnssMeasurementIface Handle to the IGnssMeasurement interface.
/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

12345678910>>...17