Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 140) sorted by relevance

123456

/hardware/interfaces/audio/4.0/
DIPrimaryDevice.hal32 * This method is used to notify the HAL about audio mode changes.
40 * Sets the name of the current BT SCO headset. Calling this method
43 * Optional method
52 * Calling this method is equivalent to getting AUDIO_PARAMETER_KEY_BT_NREC
62 * Calling this method is equivalent to setting AUDIO_PARAMETER_KEY_BT_NREC
64 * Optional method
72 * Gets whether BT SCO Wideband mode is enabled. Calling this method is
81 * Sets whether BT SCO Wideband mode is enabled. Calling this method is
83 * Optional method
91 * Gets whether BT HFP (Hands-Free Profile) is enabled. Calling this method
[all …]
DIStream.hal31 * Return the frame count of the buffer. Calling this method is equivalent
62 * Calling this method is equivalent to getting
75 * Sets the sampling rate of the stream. Calling this method is equivalent
77 * Optional method. If implemented, only called on a stopped stream.
92 * Return supported channel masks of the stream. Calling this method is
105 * Sets the channel mask of the stream. Calling this method is equivalent to
107 * Optional method
122 * Return supported audio formats of the stream. Calling this method is
131 * Sets the audio format of the stream. Calling this method is equivalent to
133 * Optional method
[all …]
DIStreamOut.hal32 * This method is used in situations where audio mixing is done in the
33 * hardware. This method serves as a direct interface with hardware,
35 * This method might produce multiple PCM outputs or hardware accelerated
37 * Optional method
97 * scheduler and cgroup. For this purpose, the method returns identifiers
103 * INVALID_STATE if the method was already called.
124 * Optional method
135 * Optional method
149 * 'clearCallback' method needs to be called in order to release the local
158 * Clears the callback previously set via 'setCallback' method.
[all …]
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_logger.h52 #define DRM_LOG(method, format, ...) \ argument
54 drm_utils::DRMLogger::Get()->method(format, ##__VA_ARGS__); \
57 #define DRM_LOG_CONTEXT(method, format, ...) \ argument
58 DRM_LOG(method, __CLASS__ "::%s: " format, __FUNCTION__, ##__VA_ARGS__);
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_logger.h52 #define DRM_LOG(method, format, ...) \ argument
54 drm_utils::DRMLogger::Get()->method(format, ##__VA_ARGS__); \
57 #define DRM_LOG_CONTEXT(method, format, ...) \ argument
58 DRM_LOG(method, __CLASS__ "::%s: " format, __FUNCTION__, ##__VA_ARGS__);
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_logger.h52 #define DRM_LOG(method, format, ...) \ argument
54 drm_utils::DRMLogger::Get()->method(format, ##__VA_ARGS__); \
57 #define DRM_LOG_CONTEXT(method, format, ...) \ argument
58 DRM_LOG(method, __CLASS__ "::%s: " format, __FUNCTION__, ##__VA_ARGS__);
/hardware/libhardware_legacy/include/hardware_legacy/
DIMountService.h43 virtual bool getShareMethodAvailable(String16 method) = 0;
44 virtual int shareVolume(String16 path, String16 method) = 0;
45 virtual int unshareVolume(String16 path, String16 method) = 0;
46 virtual bool getVolumeShared(String16 path, String16 method) = 0;
/hardware/interfaces/wifi/hostapd/1.0/vts/functional/
Dhostapd_hidl_call_util.h93 MethodT method, ObjectT object, ArgT&&... methodArg) {
95 const auto& res = ((*object).*method)(std::forward<ArgT>(methodArg)...,
123 #define HIDL_INVOKE(strong_pointer, method, ...) \
125 std::remove_reference<decltype(*strong_pointer)>::type::method##_cb>( \
126 &std::remove_reference<decltype(*strong_pointer)>::type::method, \
/hardware/interfaces/wifi/offload/1.0/vts/functional/
Dhidl_call_util.h89 MethodT method, ObjectT object, ArgT&&... methodArg) {
91 const auto& res = ((*object).*method)(std::forward<ArgT>(methodArg)...,
119 #define HIDL_INVOKE(strong_pointer, method, ...) \
121 std::remove_reference<decltype(*strong_pointer)>::type::method##_cb>( \
122 &std::remove_reference<decltype(*strong_pointer)>::type::method, \
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_hidl_call_util.h89 MethodT method, ObjectT object, ArgT&&... methodArg) {
91 const auto& res = ((*object).*method)(std::forward<ArgT>(methodArg)...,
119 #define HIDL_INVOKE(strong_pointer, method, ...) \
121 std::remove_reference<decltype(*strong_pointer)>::type::method##_cb>( \
122 &std::remove_reference<decltype(*strong_pointer)>::type::method, \
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
Dsupplicant_hidl_call_util.h93 MethodT method, ObjectT object, ArgT&&... methodArg) {
95 const auto& res = ((*object).*method)(std::forward<ArgT>(methodArg)...,
123 #define HIDL_INVOKE(strong_pointer, method, ...) \
125 std::remove_reference<decltype(*strong_pointer)>::type::method##_cb>( \
126 &std::remove_reference<decltype(*strong_pointer)>::type::method, \
/hardware/interfaces/tests/msgq/1.0/
DITestMsgQ.hal26 * This method requests the service to set up a synchronous read/write
37 * This method requests the service to return an MQDescriptor to
40 * method is to be used to test multiple reader processes.
52 * This method request the service to write into the synchronized read/write
62 * This method request the service to read from the synchronized read/write
72 * This method request the service to write into the unsynchronized flavor
82 * This method request the service to read from the unsynchronized flavor of
92 * This method requests the service to trigger a blocking read.
100 * This method requests the service to trigger a blocking read using
109 * This method requests the service to repeatedly trigger blocking reads.
DIBenchmarkMsgQ.hal21 * This method requests the service to set up Synchronous read/write
31 * This method requests the service to set up Synchronous read/write
41 * This method request the service to write into the FMQ.
49 * This method request the service to read from the FMQ.
56 * This method kicks off a benchmarking experiment where
66 * This method kicks off a benchmarking experiment where
73 * This method sends a vector of time duration(in ns).
/hardware/interfaces/audio/2.0/
DIPrimaryDevice.hal34 * This method is used to notify the HAL about audio mode changes.
43 * Calling this method is equivalent to getting AUDIO_PARAMETER_KEY_BT_NREC
53 * Calling this method is equivalent to setting AUDIO_PARAMETER_KEY_BT_NREC
62 * Gets whether BT SCO Wideband mode is enabled. Calling this method is
71 * Sets whether BT SCO Wideband mode is enabled. Calling this method is
87 * Gets current TTY mode selection. Calling this method is equivalent to
96 * Sets current TTY mode. Calling this method is equivalent to setting
106 * enabled. Calling this method is equivalent to getting
116 * enabled. Calling this method is equivalent to setting
DIStream.hal33 * Return the frame count of the buffer. Calling this method is equivalent
56 * Return supported sampling rates of the stream. Calling this method is
65 * Sets the sampling rate of the stream. Calling this method is equivalent
81 * Return supported channel masks of the stream. Calling this method is
90 * Sets the channel mask of the stream. Calling this method is equivalent to
106 * Return supported audio formats of the stream. Calling this method is
115 * Sets the audio format of the stream. Calling this method is equivalent to
124 * Convenience method for retrieving several stream parameters in
170 * This method must only be used for HALs that do not support
171 * 'IDevice.createAudioPatch' method. Calling this method is
[all …]
/hardware/google/interfaces/media/c2/1.0/
DIComponent.hal39 * This method must be supported in running (including tripped) states.
41 * This method must return within 1ms
43 * It is acceptable for this method to return OK and return an error value
61 * This method must be supported in running (including tripped) states.
63 * This method must return within 5ms.
88 * signalling method; as such it does not wait for any work completion.
92 * method can also be used to set the end-of-stream flag after work has been
94 * method returns.
96 * This method must be supported in running (including tripped) states.
98 * This method must return within 1ms.
[all …]
/hardware/interfaces/gnss/1.0/
DIGnss.hal169 * This method returns the IAGnssRil Interface.
176 * This method returns the IGnssGeofencing Interface.
183 * This method returns the IAGnss Interface.
190 * This method returns the IGnssNi interface.
197 * This method returns the IGnssMeasurement interface.
204 * This method returns the IGnssNavigationMessage interface.
211 * This method returns the IGnssXtra interface.
218 * This method returns the IGnssConfiguration interface.
225 * This method returns the IGnssDebug interface.
232 * This method returns the IGnssBatching interface.
DIGnssConfiguration.hal81 * This method enables or disables NI emergency SUPL restrictions.
94 * This method sets the SUPL version requested by Carrier. The GNSS HAL
107 * This method sets the SUPL mode.
127 * This method sets the LTE Positioning Profile configuration.
137 * This method selects positioning protocol on A-Glonass system.
147 * This method configures which PDN to use.
/hardware/interfaces/thermal/1.0/
DIThermal.hal30 * the same regardless the number of calls to this method even if
31 * they go offline, if these devices exist on boot. The method
50 * the same regardless the number of calls to this method.
67 * of calls to this method even if they go offline, if these devices
68 * exist on boot. The method always returns and never removes from
/hardware/interfaces/tests/foo/1.0/
DIFooCallback.hal33 // how long a method's body took to execute, regardless of whether the
34 // method was oneway or two-way. callerBlockedNs reflects the amount of
35 // time the caller was blocked before the method returned. For two-way
47 // This method is used by the caller of IFooCallback to tell IFooCallback
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicleCallback.hal25 * arguments) or when the IVehicle#set method was called and the actual
35 * This method gets called if the client was subscribed to a property using
36 * SubscribeFlags::EVENTS_FROM_ANDROID flag and IVehicle#set(...) method was called.
49 * vehicle network. If such rare event occurs this method must be called.
/hardware/interfaces/audio/effect/2.0/
DIEffect.hal78 * Note: this method is only supported for effects inserted into
151 * Note: this method is only supported for effects inserted into
218 * Note: this method is only supported for effects inserted into
252 * separately using 'setProcessBuffers' method.
265 * INVALID_STATE if the method was already called.
300 * Use this method only if the effect is provided by a third party, and
301 * there is no interface defined for it. This method only works for effects
322 * Use this method only if the effect is provided by a third party, and
323 * there is no interface defined for it. This method only works for effects
343 * Use this method only if the effect is provided by a third party, and
[all …]
/hardware/interfaces/audio/effect/4.0/
DIEffect.hal75 * Note: this method is only supported for effects inserted into
144 * Note: this method is only supported for effects inserted into
205 * Note: this method is only supported for effects inserted into
236 * separately using 'setProcessBuffers' method.
249 * INVALID_STATE if the method was already called.
283 * Use this method only if the effect is provided by a third party, and
284 * there is no interface defined for it. This method only works for effects
305 * Use this method only if the effect is provided by a third party, and
306 * there is no interface defined for it. This method only works for effects
325 * Use this method only if the effect is provided by a third party, and
[all …]
/hardware/interfaces/gatekeeper/1.0/
DIGatekeeper.hal48 * This method may return ERROR_GENERAL_FAILURE or ERROR_RETRY_TIMEOUT on
84 * This method may return ERROR_GENERAL_FAILURE or ERROR_RETRY_TIMEOUT on
97 * This is an optional method.
103 * This method may return ERROR_GENERAL_FAILURE or ERROR_RETRY_TIMEOUT on
113 * This is an optional method.
117 * This method may return ERROR_GENERAL_FAILURE or ERROR_RETRY_TIMEOUT on
/hardware/interfaces/wifi/1.2/
DIWifiNanIface.hal38 * Note: supersedes the @1.0::IWifiNanIface.registerEventCallback() method which is deprecated
54 * |IWifiNanIface.configureRequest| method to change the configuration of an already enabled
58 * Note: supersedes the @1.0::IWifiNanIface.enableRequest() method which is deprecated as of
80 * Note: supersedes the @1.0::IWifiNanIface.configRequest() method which is deprecated as of

123456