Home
last modified time | relevance | path

Searched refs:Method (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/broadcastradio/common/vts/utils/include/broadcastradio-vts-utils/
Dmock-timeout.h42 #define EGMOCK_TIMEOUT_METHOD_DEF_(Method, ...) \ argument
43 std::atomic<bool> egmock_called_##Method; \
44 std::mutex egmock_mut_##Method; \
45 std::condition_variable egmock_cond_##Method;
75 #define EGMOCK_TIMEOUT_METHOD_BODY_(Method, ...) \ argument
76 auto invokeMock = [&]() { return egmock_##Method(__VA_ARGS__); }; \
78 std::lock_guard<std::mutex> lk(egmock_mut_##Method); \
79 EGMOCK_LOG_(#Method " called"); \
80 egmock_called_##Method = true; \
81 egmock_cond_##Method.notify_all(); \
[all …]
/hardware/interfaces/broadcastradio/1.0/
DITunerCallback.hal23 * Method called by the HAL when a HW failure occurs.
29 * Method called by the HAL when a new configuration is applied
39 * Method called by the HAL when a tuning operation completes
47 * Method called by the HAL when a frequency switch occurs.
53 * Method called by the HAL when the antenna connection state changes.
59 * Method called by the HAL when a traffic announcement starts or
66 * Method called by the HAL when an emergency announcement starts
73 * Method called by the HAL when metadata for current station
/hardware/interfaces/broadcastradio/2.0/
DITunerCallback.hal20 * Method called by the HAL when a tuning operation fails asynchronously
34 * Method called by the HAL when current program information (including
60 * Method called by the HAL when the antenna gets connected or disconnected.
/hardware/interfaces/camera/device/3.5/
Dtypes.hal104 * Method call succeeded and all requested buffers are returned.
109 * Method call failed for some streams. Check per stream status for each
115 * Method call failed for all streams and no buffers are returned at all.
123 * Method call failed for all streams and no buffers are returned at all.
130 * Method call failed for all streams and no buffers are returned at all.
/hardware/interfaces/broadcastradio/1.1/
DITunerCallback.hal29 * Method called by the HAL when a tuning operation completes
80 * Method called by the HAL when current program information (including
/hardware/interfaces/wifi/supplicant/1.1/
DISupplicantStaIfaceCallback.hal31 /* EapErrorCode: Error code for EAP or EAP Method as per RFC-4186 */
/hardware/interfaces/bluetooth/a2dp/1.0/
Dtypes.hal81 /** Block length: 4 bits | Subbands: 2 bits | Allocation Method: 2 bits */
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaNetwork.hal340 * Set EAP Method for this network.
355 * Set EAP Phase2 Method for this network.
743 * Get EAP Method set for this network.
757 * Get EAP Phase2 Method set for this network.
DISupplicantStaIfaceCallback.hal108 * OSU Method. Refer to section 4.8.1.3 of the Hotspot 2.0 spec.
/hardware/interfaces/camera/common/1.0/
Dtypes.hal30 * Method call succeeded
/hardware/interfaces/wifi/1.0/
Dtypes.hal25 /** Method invoked on an invalid |IWifiChip| object. */
27 /** Method invoked on an invalid |IWifiIface| object. */
29 /** Method invoked on an invalid |IWifiRttController| object. */