Home
last modified time | relevance | path

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

12345678910>>...27

/hardware/interfaces/radio/1.2/default/
Dandroid.hardware.radio@1.2-radio-service.rc2 interface android.hardware.radio@1.0::IRadio slot1
3 interface android.hardware.radio@1.0::IRadio slot2
4 interface android.hardware.radio@1.0::IRadio slot3
5 interface android.hardware.radio@1.1::IRadio slot1
6 interface android.hardware.radio@1.1::IRadio slot2
7 interface android.hardware.radio@1.1::IRadio slot3
8 interface android.hardware.radio@1.2::IRadio slot1
9 interface android.hardware.radio@1.2::IRadio slot2
10 interface android.hardware.radio@1.2::IRadio slot3
Dandroid.hardware.radio@1.2-sap-service.rc2 interface android.hardware.radio@1.0::ISap slot1
3 interface android.hardware.radio@1.1::ISap slot1
4 interface android.hardware.radio@1.2::ISap slot1
/hardware/qcom/sdm845/display/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/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/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/interfaces/gnss/2.0/
DIGnss.hal33 * Represents the standard GNSS (Global Navigation Satellite System) interface.
36 * the interface @1.0::IGnssNi.hal and @1.0::IGnssNiCallback.hal are deprecated in this version
37 * and are not supported by the framework. The GNSS HAL implementation of this interface
41 interface IGnss extends @1.1::IGnss {
43 * Opens the interface and provides the callback routines to the implementation of this
44 * interface.
49 * close this interface.
51 * @param callback Callback interface for IGnss.
58 * This method returns the IGnssConfiguration interface.
60 * @return gnssConfigurationIface Handle to the IGnssConfiguration interface.
[all …]
/hardware/qcom/sm8150/display/sdm/include/private/
Dextension_interface.h50 typedef DisplayError (*CreateExtensionInterface)(uint16_t version, ExtensionInterface **interface);
51 typedef DisplayError (*DestroyExtensionInterface)(ExtensionInterface *interface);
61 PartialUpdateInterface **interface) = 0;
62 virtual DisplayError DestroyPartialUpdate(PartialUpdateInterface *interface) = 0;
70 StrategyInterface **interface) = 0;
71 virtual DisplayError DestroyStrategyExtn(StrategyInterface *interface) = 0;
76 ResourceInterface **interface) = 0;
77 virtual DisplayError DestroyResourceExtn(ResourceInterface *interface) = 0;
80 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/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/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 to the implementation of this
79 * interface.
84 * close this interface.
86 * @param callback Callback interface for IGnss.
112 * Closes the interface.
122 * reopen this interface, to serve requests, there may be some minor delays in GNSS response
188 * @return aGnssRilIface Handle to the IAGnssRil interface.
195 * @return gnssGeofencingIface Handle to the IGnssGeofencing 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/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/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/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/interfaces/wifi/supplicant/1.0/
DISupplicantCallback.hal22 * Clients need to host an instance of this HIDL interface object and
26 interface ISupplicantCallback {
28 * Used to indicate that a new interface has been created.
30 * @param ifName Name of the network interface, e.g., wlan0
35 * Used to indicate that an interface has been removed.
37 * @param ifName Name of the network interface, e.g., wlan0
/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/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/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/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/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/interfaces/drm/1.1/
DREADME.md26 <interface>
29 </interface>
30 <interface>
33 </interface>
53 <interface>
57 </interface>
58 <interface>
62 </interface>

12345678910>>...27