Searched refs:function (Results 1 – 25 of 105) sorted by relevance
12345
/hardware/interfaces/wifi/1.0/default/ |
D | wifi_legacy_hal.h | 77 std::function<void(transaction_id, const NanResponseMsg&)> on_notify_response; 79 std::function<void(const NanPublishTerminatedInd&)> 81 std::function<void(const NanMatchInd&)> on_event_match; 82 std::function<void(const NanMatchExpiredInd&)> on_event_match_expired; 83 std::function<void(const NanSubscribeTerminatedInd&)> 85 std::function<void(const NanFollowupInd&)> on_event_followup; 86 std::function<void(const NanDiscEngEventInd&)> on_event_disc_eng_event; 87 std::function<void(const NanDisabledInd&)> on_event_disabled; 88 std::function<void(const NanTCAInd&)> on_event_tca; 89 std::function<void(const NanBeaconSdfPayloadInd&)> [all …]
|
D | wifi_legacy_hal.cpp | 57 std::function<void(wifi_handle handle)> on_stop_complete_internal_callback; 68 std::function<void(char*, int)> on_driver_memory_dump_internal_callback; 76 std::function<void(char*, int)> on_firmware_memory_dump_internal_callback; 84 std::function<void(wifi_request_id, wifi_scan_event)> 94 std::function<void(wifi_request_id, wifi_scan_result*, uint32_t)> 106 std::function<void((wifi_request_id, wifi_iface_stat*, int, wifi_radio_stat*))> 119 std::function<void((wifi_request_id, uint8_t*, int8_t))> 131 std::function<void(char*, char*, int, wifi_ring_buffer_status*)> 145 std::function<void(wifi_request_id, char*, int, int)> 158 std::function<void( [all …]
|
D | hidl_return_util.h | 46 const std::function<void(const WifiStatus&)>& hidl_cb, in validateAndCall() 64 const std::function<void(const WifiStatus&, ReturnT)>& hidl_cb, in validateAndCall() 90 const std::function<void(const WifiStatus&, ReturnT1, ReturnT2)>& hidl_cb, in validateAndCall()
|
D | THREADING.README | 14 legacy callbacks. Each of these "C" style function invokes a corresponding 15 "std::function" version of the callback which does the actual processing. 16 The variables holding these "std::function" callbacks are reset from the HIDL 26 before invoking the corresponding "std::function" callback variables.
|
/hardware/interfaces/wifi/1.0/vts/functional/ |
D | wifi_hidl_call_util_selftest.cpp | 43 using startWithCallbackCopy_cb = std::function<void(int)>; 48 using startWithCallbackReference_cb = std::function<void(int)>; 77 std::function<void(int)>>::StorageT>::value, 81 std::is_same<std::pair<int, long>, detail::functionArgSaver<std::function< 88 std::function<void(char, int, long)>>::StorageT>::value, 91 static_assert(std::is_same<Dummy, detail::functionArgSaver<std::function<
|
D | wifi_hidl_call_util.h | 36 struct functionArgSaver<std::function<void(ArgT)>> final { 40 std::function<void(ArgT)> saveArgs = [this](ArgT arg) { 52 struct functionArgSaver<std::function<void(Arg1T, Arg2T)>> final { 59 std::function<void(Arg1T, Arg2T)> saveArgs = [this](Arg1T arg1, 72 struct functionArgSaver<std::function<void(ArgT...)>> final { 76 std::function<void(ArgT...)> saveArgs = [this](ArgT... arg) {
|
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
D | supplicant_hidl_call_util.h | 40 struct functionArgSaver<std::function<void(ArgT)>> final { 44 std::function<void(ArgT)> saveArgs = [this](ArgT arg) { 56 struct functionArgSaver<std::function<void(Arg1T, Arg2T)>> final { 63 std::function<void(Arg1T, Arg2T)> saveArgs = [this](Arg1T arg1, 76 struct functionArgSaver<std::function<void(ArgT...)>> final { 80 std::function<void(ArgT...)> saveArgs = [this](ArgT... arg) {
|
/hardware/interfaces/configstore/utils/include/configstore/ |
D | Utils.h | 42 (std::function<void(const V&)>)> 92 (std::function<void(const OptionalBool&)>)> 98 (std::function<void(const OptionalInt32&)>)> 104 (std::function<void(const OptionalUInt32&)>)> 110 (std::function<void(const OptionalInt64&)>)> 116 (std::function<void(const OptionalUInt64&)>)> 122 (std::function<void(const OptionalString&)>)>
|
/hardware/qcom/gps/msm8998/location/ |
D | LocationAPI.h | 558 typedef std::function<void( 564 typedef std::function<void( 572 typedef std::function<void( 581 typedef std::function<void( 588 typedef std::function<void( 596 typedef std::function<void( 602 typedef std::function<void( 608 typedef std::function<void( 614 typedef std::function<void( 622 typedef std::function<void( [all …]
|
/hardware/qcom/gps/msm8998/gnss/ |
D | Agps.h | 41 typedef std::function<void( 45 typedef std::function<void(int handle, int isSuccess)> AgpsAtlCloseStatusCb; 49 typedef std::function<int(bool isDueToSSR)> AgpsDSClientInitFn; 50 typedef std::function<int()> AgpsDSClientOpenAndStartDataCallFn; 51 typedef std::function<void()> AgpsDSClientStopDataCallFn; 52 typedef std::function<void()> AgpsDSClientCloseDataCallFn; 53 typedef std::function<void()> AgpsDSClientReleaseFn; 56 typedef std::function<void(LocMsg* msg)> SendMsgToAdapterMsgQueueFn;
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 44 * Response function is IRadioResponse.getIccCardStatusResponse() 56 * Response function is IRadioResponse.supplyIccPinForAppResponse() 69 * Response function is IRadioResponse.supplyIccPukForAppResponse() 82 * Response function is IRadioResponse.supplyIccPin2ForAppResponse() 95 * Response function is IRadioResponse.supplyIccPuk2ForAppResponse() 109 * Response function is IRadioResponse.changeIccPinForAppResponse() 123 * Response function is IRadioResponse.changeIccPin2ForAppResponse() 135 * Response function is IRadioResponse.supplyNetworkDepersonalizationResponse() 145 * Response function is IRadioResponse.getCurrentCallsResponse() 157 * Response function is IRadioResponse.dialResponse() [all …]
|
/hardware/interfaces/audio/effect/2.0/ |
D | types.hal | 41 * | | | 2 replace: replaces track process function; 62 * | Sample input | 12..13 | 1 direct: process() function or 65 * | | | 2 provider: process() function uses the 71 * | Sample output | 14..15 | 1 direct: process() function or 74 * | | | 2 provider: process() function uses the 82 * | | | function reads the samples, send them to HW 87 * | | | function is transparent. The effect interface 104 * | Process | 23 | 0 The effect implements a process function. 105 * | function | | 1 The effect does not implement a process 106 * | not | | function: enabling the effect has no impact [all …]
|
D | IEffectBufferProviderCallback.hal | 21 * engine 'process' function to exchange input and output audio buffers. 26 * function. 33 * Called to provide a buffer with the data written by 'process' function.
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | async_fd_watcher.h | 28 using ReadCallback = std::function<void(int)>; 29 using TimeoutCallback = std::function<void(void)>;
|
D | vendor_interface.h | 32 using InitializeCompleteCallback = std::function<void(bool success)>; 33 using PacketReadCallback = std::function<void(const hidl_vec<uint8_t>&)>;
|
D | hci_protocol.h | 31 using PacketReadCallback = std::function<void(const hidl_vec<uint8_t>&)>;
|
/hardware/interfaces/usb/1.0/ |
D | IUsb.hal | 23 * This function is used to change the port role of a specific port. 25 * This is function is asynchronous. The status of the role switch 35 * This function is used to register a callback function which is
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VehicleHal.h | 37 using HalEventFunction = std::function<void(VehiclePropValuePtr)>; 38 using HalErrorFunction = std::function<void(
|
/hardware/interfaces/audio/effect/2.0/default/ |
D | Effect.h | 64 std::function<void(uint32_t valueSize, const void* valueData)>; 125 uint32_t paramId, std::function<void(Result retval, T paramValue)> cb) { in getIntegerParam() 188 using CommandSuccessCallback = std::function<void()>; 189 using GetConfigCallback = std::function<void(Result retval, const EffectConfig& config)>; 190 using GetCurrentConfigSuccessCallback = std::function<void(void* configData)>; 192 std::function<void(uint32_t supportedConfigs, void* configsData)>;
|
/hardware/interfaces/tv/cec/1.0/ |
D | IHdmiCecCallback.hal | 21 * The callback function that must be called by HAL implementation to notify 27 * The callback function that must be called by HAL implementation to notify
|
/hardware/interfaces/health/1.0/ |
D | IHealth.hal | 21 * This function lets you change healthd configuration from default if 33 * This function is a hook to update/change device's HealthInfo (as described 48 * This function is called by healthd when framework queries for remaining
|
/hardware/interfaces/graphics/mapper/2.0/ |
D | IMapper.hal | 66 * function must return UNSUPPORTED if layerCount is great than 1. 94 * This function must at least validate the raw handle before creating the 120 * freed with this function when no longer needed. 122 * This function must free up all resources allocated by importBuffer for 124 * with native_handle_create, this function must call native_handle_close 164 * incompatible with this function. 185 * This function must work on buffers with PixelFormat::YCbCr_*_888 if 200 * incompatible with this function.
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 43 * These are struct declarations for the function arguments 58 * These are struct declaratios for the function results
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 43 * These are struct declarations for the function arguments 58 * These are struct declaratios for the function results
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 43 * These are struct declarations for the function arguments 58 * These are struct declaratios for the function results
|
12345