/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | GeneratedTestHarness.h | 37 std::function<bool(int)> is_ignored, 41 void Execute(const sp<V1_0::IDevice>& device, std::function<V1_0::Model(void)> create_model, 42 std::function<bool(int)> is_ignored, const std::vector<MixedTypedExample>& examples); 44 void Execute(const sp<V1_1::IDevice>& device, std::function<V1_1::Model(void)> create_model, 45 std::function<bool(int)> is_ignored, const std::vector<MixedTypedExample>& examples); 47 void Execute(const sp<V1_2::IDevice>& device, std::function<V1_2::Model(void)> create_model, 48 std::function<bool(int)> is_ignored, const std::vector<MixedTypedExample>& examples,
|
/hardware/interfaces/wifi/1.3/default/ |
D | wifi_legacy_hal.h | 87 std::function<void(transaction_id, const NanResponseMsg&)> 90 std::function<void(const NanPublishTerminatedInd&)> 92 std::function<void(const NanMatchInd&)> on_event_match; 93 std::function<void(const NanMatchExpiredInd&)> on_event_match_expired; 94 std::function<void(const NanSubscribeTerminatedInd&)> 96 std::function<void(const NanFollowupInd&)> on_event_followup; 97 std::function<void(const NanDiscEngEventInd&)> on_event_disc_eng_event; 98 std::function<void(const NanDisabledInd&)> on_event_disabled; 99 std::function<void(const NanTCAInd&)> on_event_tca; 100 std::function<void(const NanBeaconSdfPayloadInd&)> [all …]
|
D | hidl_return_util.h | 45 const std::function<void(const WifiStatus&)>& hidl_cb, Args&&... args) { in validateAndCall() 61 const std::function<void(const WifiStatus&)>& hidl_cb, Args&&... args) { in validateAndCallWithLock() 76 const std::function<void(const WifiStatus&, ReturnT)>& hidl_cb, in validateAndCall() 97 const std::function<void(const WifiStatus&, ReturnT1, ReturnT2)>& hidl_cb, in validateAndCall()
|
/hardware/libhardware/modules/camera/3_4/ |
D | function_thread.h | 28 FunctionThread(std::function<bool()> function) : function_(function){}; in FunctionThread() argument 36 std::function<bool()> function_;
|
/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/usb/gadget/1.0/ |
D | types.hal | 26 * Android Debug Bridge function. 31 * Android open accessory protocol function. 36 * Media Transfer protocol function. 41 * Peripheral mode USB Midi function. 46 * Picture transfer protocol function. 51 * Tethering function. 56 * AOAv2.0 - Audio Source function.
|
/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/wifi/offload/1.0/vts/functional/ |
D | 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/hostapd/1.0/vts/functional/ |
D | hostapd_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/qcom/msm8998/json-c/ |
D | config.h.in | 53 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 60 /* Define to 1 if you have the `open' function. */ 63 /* Define to 1 if your system has a GNU libc compatible `realloc' function, 67 /* Define to 1 if you have the `setlocale' function. */ 70 /* Define to 1 if you have the `snprintf' function. */ 82 /* Define to 1 if you have the `strcasecmp' function. */ 85 /* Define to 1 if you have the `strdup' function. */ 88 /* Define to 1 if you have the `strerror' function. */ 97 /* Define to 1 if you have the `strncasecmp' function. */ 118 /* Define to 1 if you have the `vasprintf' function. */ [all …]
|
/hardware/interfaces/configstore/utils/include/configstore/ |
D | Utils.h | 66 (std::function<void(const V&)>)> 117 (std::function<void(const OptionalBool&)>)> 123 (std::function<void(const OptionalInt32&)>)> 129 (std::function<void(const OptionalUInt32&)>)> 135 (std::function<void(const OptionalInt64&)>)> 141 (std::function<void(const OptionalUInt64&)>)> 147 (std::function<void(const OptionalString&)>)> 153 std::function<void(const OptionalDisplayOrientation&)>)>
|
/hardware/qcom/sdm845/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/qcom/sdm845/gps/sdm845/gnss/ |
D | Agps.h | 42 typedef std::function<void( 47 typedef std::function<void(int handle, int isSuccess)> AgpsAtlCloseStatusCb; 51 typedef std::function<int(bool isDueToSSR)> AgpsDSClientInitFn; 52 typedef std::function<int()> AgpsDSClientOpenAndStartDataCallFn; 53 typedef std::function<void()> AgpsDSClientStopDataCallFn; 54 typedef std::function<void()> AgpsDSClientCloseDataCallFn; 55 typedef std::function<void()> AgpsDSClientReleaseFn; 58 typedef std::function<void(LocMsg* msg)> SendMsgToAdapterMsgQueueFn;
|
/hardware/qcom/gps/msm8909w_3100/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/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/google/pixel/usb/ |
D | UsbGadgetUtils.cpp | 29 struct dirent *function; in unlinkFunctions() local 38 while (((function = readdir(config)) != NULL)) { in unlinkFunctions() 39 if ((strstr(function->d_name, FUNCTION_NAME) == NULL)) in unlinkFunctions() 42 sprintf(filepath, "%s/%s", path, function->d_name); in unlinkFunctions() 68 int linkFunction(const char *function, int index) { in linkFunction() argument 72 sprintf(functionPath, "%s%s", FUNCTIONS_PATH, function); in linkFunction()
|
/hardware/qcom/gps/msm8909w_3100/location/ |
D | LocationAPI.h | 658 typedef std::function<void( 664 typedef std::function<void( 672 typedef std::function<void( 681 typedef std::function<void( 688 typedef std::function<void( 694 typedef std::function<void( 702 typedef std::function<void( 708 typedef std::function<void( 714 typedef std::function<void( 720 typedef std::function<void( [all …]
|
/hardware/qcom/sdm845/gps/msm8998/location/ |
D | LocationAPI.h | 626 typedef std::function<void( 632 typedef std::function<void( 640 typedef std::function<void( 649 typedef std::function<void( 656 typedef std::function<void( 664 typedef std::function<void( 670 typedef std::function<void( 676 typedef std::function<void( 682 typedef std::function<void( 690 typedef std::function<void( [all …]
|
/hardware/qcom/gps/msm8998/location/ |
D | LocationAPI.h | 628 typedef std::function<void( 634 typedef std::function<void( 642 typedef std::function<void( 651 typedef std::function<void( 658 typedef std::function<void( 666 typedef std::function<void( 672 typedef std::function<void( 678 typedef std::function<void( 684 typedef std::function<void( 692 typedef std::function<void( [all …]
|
/hardware/interfaces/broadcastradio/common/vts/utils/include/broadcastradio-vts-utils/ |
D | mock-timeout.h | 58 static T EGMockFlippedComma_(std::function<T()> returned, std::function<void()> discarded) { in EGMockFlippedComma_() 65 inline void EGMockFlippedComma_(std::function<void()> returned, std::function<void()> discarded) { in EGMockFlippedComma_()
|
/hardware/qcom/sdm845/gps/sdm845/location/ |
D | LocationDataTypes.h | 977 typedef std::function<void( 983 typedef std::function<void( 991 typedef std::function<void( 1000 typedef std::function<void( 1007 typedef std::function<void( 1013 typedef std::function<void( 1021 typedef std::function<void( 1027 typedef std::function<void( 1033 typedef std::function<void( 1039 typedef std::function<void( [all …]
|
/hardware/interfaces/audio/effect/4.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 …]
|
/hardware/interfaces/audio/effect/5.0/ |
D | types.hal | 41 * | | | 2 replace: replaces track process function; 63 * | Sample input | 12..13 | 1 direct: process() function or 66 * | | | 2 provider: process() function uses the 72 * | Sample output | 14..15 | 1 direct: process() function or 75 * | | | 2 provider: process() function uses the 83 * | | | function reads the samples, send them to HW 88 * | | | function is transparent. The effect interface 105 * | Process | 23 | 0 The effect implements a process function. 106 * | function | | 1 The effect does not implement a process 107 * | not | | function: enabling the effect has no impact [all …]
|
/hardware/google/pixel/powerstats/include/pixelpowerstats/ |
D | GenericStateResidencyDataProvider.h | 19 std::function<uint64_t(uint64_t)> entryCountTransform; 23 std::function<uint64_t(uint64_t)> totalTimeTransform; 27 std::function<uint64_t(uint64_t)> lastEntryTransform;
|