Searched defs:fn (Results 1 – 11 of 11) sorted by relevance
| /device/google/cuttlefish/host/libs/web/http_client/ |
| D | http_client.cc | 272 auto fn = [&, this]() { return inner_client_.GetToString(url, headers); }; in GetToString() local 279 auto fn = [&, this]() { in PostToString() local 287 auto fn = [&, this]() { in DeleteToString() local 296 auto fn = [&, this]() { in PostToJson() local 305 auto fn = [&, this]() { in PostToJson() local 314 auto fn = [&, this]() { in DownloadToFile() local 322 auto fn = [&, this]() { in DownloadToJson() local 331 auto fn = [&, this]() { in DownloadToCallback() local 340 auto fn = [&, this]() { return inner_client_.DeleteToJson(url, headers); }; in DeleteToJson() local
|
| /device/google/cuttlefish/common/libs/utils/ |
| D | flag_parser.cpp | 106 Flag& Flag::Getter(std::function<std::string()> fn) & { in Getter() 110 Flag Flag::Getter(std::function<std::string()> fn) && { in Getter() 115 Flag& Flag::Setter(std::function<bool(const FlagMatch&)> fn) & { in Setter() 119 Flag Flag::Setter(std::function<bool(const FlagMatch&)> fn) && { in Setter()
|
| D | scope_guard.cpp | 24 ScopeGuard::ScopeGuard(std::function<void()> fn) : fn_(std::move(fn)) {} in ScopeGuard()
|
| /device/google/contexthub/firmware/lib/libm/ |
| D | ef_rem_pio2.c | 105 float z,w,t,r,fn; local
|
| /device/google/cuttlefish/host/commands/secure_env/ |
| D | tpm_hmac.cpp | 156 auto fn = data_size > TPM2_MAX_DIGEST_BUFFER ? SegmentedHmac : OneshotHmac; in TpmHmac() local
|
| /device/linaro/dragonboard/qcom/qrtr/src/ |
| D | waiter.c | 116 void (* fn)(void *data, struct waiter_ticket *); member
|
| /device/generic/goldfish/wifi/wifi_hal/ |
| D | wifi_hal.cpp | 399 wifi_error init_wifi_vendor_hal_func_table(wifi_hal_fn* fn) in init_wifi_vendor_hal_func_table()
|
| /device/generic/goldfish-opengl/system/vulkan_enc_unit_tests/ |
| D | CommandBufferStagingStream_test.cpp | 666 auto fn = readCompleteCall.AsStdFunction(); in TEST() local
|
| /device/linaro/poplar/wifi/wifi_hal/ |
| D | wifi_hal.cpp | 158 wifi_error init_wifi_vendor_hal_func_table(wifi_hal_fn *fn) in init_wifi_vendor_hal_func_table()
|
| /device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/ |
| D | Xlibint.h | 1250 XConnectionWatchProc fn; member
|
| /device/generic/goldfish-opengl/system/profiler/ |
| D | perfetto.cpp | 6529 void ThreadTaskRunner::PostTaskAndWaitForTesting(std::function<void()> fn) { in PostTaskAndWaitForTesting()
|