Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/device/google/coral/json-c/
Dconfig.h.in53 /* 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 …]
DChangeLog14 * Eliminate the mc_abort() function and MC_ABORT macro.
37 * Added a json_object_new_double_s() convenience function to allow
60 …* Add a json_set_serializer() function to allow the string output of a json_object to be customize…
62 * Add a json_tokener_set_flags() function and a JSON_TOKENER_STRICT flag.
65 * Add a json_object_object_length function.
70 * Add a json_object_to_json_string_ext() function to allow output to be
77 * Add a printbuf_memset() function to provide an effecient way to set and
90 * Add new json_object_array_sort() function.
94 * Add a json_type_to_name() function.
96 * Add a json_tokener_parse_verbose() function.
/device/google/sunfish/json-c/
Dconfig.h.in53 /* 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 …]
DChangeLog14 * Eliminate the mc_abort() function and MC_ABORT macro.
37 * Added a json_object_new_double_s() convenience function to allow
60 …* Add a json_set_serializer() function to allow the string output of a json_object to be customize…
62 * Add a json_tokener_set_flags() function and a JSON_TOKENER_STRICT flag.
65 * Add a json_object_object_length function.
70 * Add a json_object_to_json_string_ext() function to allow output to be
77 * Add a printbuf_memset() function to provide an effecient way to set and
90 * Add new json_object_array_sort() function.
94 * Add a json_type_to_name() function.
96 * Add a json_tokener_parse_verbose() function.
/device/google/redbull/json-c/
Dconfig.h.in53 /* 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 …]
DChangeLog14 * Eliminate the mc_abort() function and MC_ABORT macro.
37 * Added a json_object_new_double_s() convenience function to allow
60 …* Add a json_set_serializer() function to allow the string output of a json_object to be customize…
62 * Add a json_tokener_set_flags() function and a JSON_TOKENER_STRICT flag.
65 * Add a json_object_object_length function.
70 * Add a json_object_to_json_string_ext() function to allow output to be
77 * Add a printbuf_memset() function to provide an effecient way to set and
90 * Add new json_object_array_sort() function.
94 * Add a json_type_to_name() function.
96 * Add a json_tokener_parse_verbose() function.
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dconnection_observer.h59 std::function<bool(const uint8_t*, size_t)> adb_message_sender) = 0;
63 std::function<bool(const Json::Value)> control_message_sender) = 0;
79 std::function<bool(const uint8_t*, size_t)> bluetooth_message_sender) = 0;
82 std::function<bool(const uint8_t*, size_t)> sensors_message_sender) = 0;
86 std::function<bool(const Json::Value&)> lights_message_sender) = 0;
89 std::function<bool(const uint8_t*, size_t)> location_message_sender) = 0;
93 std::function<bool(const uint8_t*, size_t)>
97 std::function<bool(const uint8_t*, size_t)>
Dclient_handler.h61 std::function<void(const Json::Value&)> send_client_cb,
62 std::function<void(bool)> on_connection_changed_cb);
100 std::function<void(const Json::Value&)> send_client_cb,
101 std::function<void(bool)> on_connection_changed_cb);
115 std::function<void(const Json::Value&)> send_to_client_;
116 std::function<void(bool)> on_connection_changed_cb_;
Dclient_handler.cpp67 std::function<void(const Json::Value &)> send_to_client_cb, in Create()
68 std::function<void(bool)> on_connection_changed_cb) { in Create()
77 std::function<void(const Json::Value &)> send_to_client_cb, in ClientHandler()
78 std::function<void(bool)> on_connection_changed_cb) in ClientHandler()
/device/google/barbet/usb/gadget/
DUsbGadget.cpp252 char *function = strtok(const_cast<char *>(vendorFunctions.c_str()), ","); in setupFunctions() local
253 while (function != NULL) { in setupFunctions()
254 if (string(function) == "diag" && linkFunction("diag.diag", i++)) in setupFunctions()
256 if (string(function) == "diag_mdm" && linkFunction("diag.diag_mdm", i++)) in setupFunctions()
258 if (string(function) == "qdss" && linkFunction("qdss.qdss", i++)) in setupFunctions()
260 if (string(function) == "qdss_mdm" && linkFunction("qdss.qdss_mdm", i++)) in setupFunctions()
262 if (string(function) == "serial_cdev" && linkFunction("cser.dun.0", i++)) in setupFunctions()
264 if (string(function) == "dpl_gsi" && linkFunction("gsi.dpl", i++)) in setupFunctions()
266 if (string(function) == "rmnet_gsi" && linkFunction("gsi.rmnet", i++)) in setupFunctions()
268 function = strtok(NULL, ","); in setupFunctions()
/device/google/redfin/usb/gadget/
DUsbGadget.cpp252 char *function = strtok(const_cast<char *>(vendorFunctions.c_str()), ","); in setupFunctions() local
253 while (function != NULL) { in setupFunctions()
254 if (string(function) == "diag" && linkFunction("diag.diag", i++)) in setupFunctions()
256 if (string(function) == "diag_mdm" && linkFunction("diag.diag_mdm", i++)) in setupFunctions()
258 if (string(function) == "qdss" && linkFunction("qdss.qdss", i++)) in setupFunctions()
260 if (string(function) == "qdss_mdm" && linkFunction("qdss.qdss_mdm", i++)) in setupFunctions()
262 if (string(function) == "serial_cdev" && linkFunction("cser.dun.0", i++)) in setupFunctions()
264 if (string(function) == "dpl_gsi" && linkFunction("gsi.dpl", i++)) in setupFunctions()
266 if (string(function) == "rmnet_gsi" && linkFunction("gsi.rmnet", i++)) in setupFunctions()
268 function = strtok(NULL, ","); in setupFunctions()
/device/google/coral/usb/gadget/
DUsbGadget.cpp241 char *function = strtok(const_cast<char *>(vendorFunctions.c_str()), ","); in setupFunctions() local
242 while (function != NULL) { in setupFunctions()
243 if (string(function) == "diag" && linkFunction("diag.diag", i++)) in setupFunctions()
245 if (string(function) == "diag_mdm" && linkFunction("diag.diag_mdm", i++)) in setupFunctions()
247 if (string(function) == "qdss" && linkFunction("qdss.qdss", i++)) in setupFunctions()
249 if (string(function) == "qdss_mdm" && linkFunction("qdss.qdss_mdm", i++)) in setupFunctions()
251 if (string(function) == "serial_cdev" && linkFunction("cser.dun.0", i++)) in setupFunctions()
253 if (string(function) == "dpl_gsi" && linkFunction("gsi.dpl", i++)) in setupFunctions()
255 if (string(function) == "rmnet_gsi" && linkFunction("gsi.rmnet", i++)) in setupFunctions()
257 function = strtok(NULL, ","); in setupFunctions()
/device/google/sunfish/usb/gadget/
DUsbGadget.cpp252 char *function = strtok(const_cast<char *>(vendorFunctions.c_str()), ","); in setupFunctions() local
253 while (function != NULL) { in setupFunctions()
254 if (string(function) == "diag" && linkFunction("diag.diag", i++)) in setupFunctions()
256 if (string(function) == "diag_mdm" && linkFunction("diag.diag_mdm", i++)) in setupFunctions()
258 if (string(function) == "qdss" && linkFunction("qdss.qdss", i++)) in setupFunctions()
260 if (string(function) == "qdss_mdm" && linkFunction("qdss.qdss_mdm", i++)) in setupFunctions()
262 if (string(function) == "serial_cdev" && linkFunction("cser.dun.0", i++)) in setupFunctions()
264 if (string(function) == "dpl_gsi" && linkFunction("gsi.dpl", i++)) in setupFunctions()
266 if (string(function) == "rmnet_gsi" && linkFunction("gsi.rmnet", i++)) in setupFunctions()
268 function = strtok(NULL, ","); in setupFunctions()
/device/generic/opengl-transport/host/commands/emugen/
DREADME42 consider the following function call:
95 retval // sizeof(int) - the return value of the function;
121 retvalType - The function return value type
122 FuncName - function name
173 defined by the protocol. this File also includes a function call
174 ‘setContextAccessor(void *(*f)()). This function should be used to
175 provide a callback function that is used by the functions to access
186 api_client_context.cpp - defines an initialization function for
215 api_server_context.cpp - dispatch table initialization function
219 an intiailization function that uses a user provided callback to
[all …]
/device/google/cuttlefish/common/libs/utils/
Dflag_parser.h82 Flag& Getter(std::function<std::string()>) &;
83 Flag Getter(std::function<std::string()>) &&;
86 Flag& Setter(std::function<Result<void>(const FlagMatch&)>) &;
87 Flag Setter(std::function<Result<void>(const FlagMatch&)>) &&;
125 std::optional<std::function<std::string()>> getter_;
126 std::optional<std::function<Result<void>(const FlagMatch&)>> setter_;
Dsocket2socket_proxy.h29 ProxyServer(SharedFD server, std::function<SharedFD()> clients_factory);
46 void Proxy(SharedFD server, std::function<SharedFD()> conn_factory);
47 std::unique_ptr<ProxyServer> ProxyAsync(SharedFD server, std::function<SharedFD()> conn_factory);
Dsubprocess.h56 using SubprocessStopper = std::function<StopperResult(Subprocess*)>;
61 SubprocessStopper KillSubprocessFallback(std::function<StopperResult()>);
298 Command& AddPrerequisite(const std::function<Result<void>()>& prerequisite) &;
299 Command AddPrerequisite(const std::function<Result<void>()>& prerequisite) &&;
320 std::vector<std::function<Result<void>()>> prerequisites_;
/device/google/cuttlefish/host/commands/modem_simulator/
Dthread_looper.h29 std::function<void()> makeSafeCallback(T *me, std::function<void(T *)> f) { in makeSafeCallback()
38 std::function<void()> makeSafeCallback( in makeSafeCallback()
45 std::function<void()> makeSafeCallback( in makeSafeCallback()
59 typedef std::function<void()> Callback;
/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp117 void OnAdbChannelOpen(std::function<bool(const uint8_t *, size_t)> in OnAdbChannelOpen()
128 std::function<bool(const Json::Value)> control_message_sender) override { in OnControlChannelOpen()
188 void OnBluetoothChannelOpen(std::function<bool(const uint8_t *, size_t)> in OnBluetoothChannelOpen()
201 void OnSensorsChannelOpen(std::function<bool(const uint8_t *, size_t)> in OnSensorsChannelOpen()
231 std::function<bool(const Json::Value &)> lights_message_sender) override { in OnLightsChannelOpen()
242 void OnLocationChannelOpen(std::function<bool(const uint8_t *, size_t)> in OnLocationChannelOpen()
266 void OnKmlLocationsChannelOpen(std::function<bool(const uint8_t *, size_t)> in OnKmlLocationsChannelOpen()
278 void OnGpxLocationsChannelOpen(std::function<bool(const uint8_t *, size_t)> in OnGpxLocationsChannelOpen()
/device/google/zumapro/conf/
Dinit.zumapro.usb.rc13 # ffs function
28 # mtp function
31 # ptp function
34 # accessory function
37 # audio_source function
40 # rndis function
51 # midi function
54 # acm function
57 # dm function
60 # uts function
[all …]
/device/linaro/dragonboard-kernel/android-5.4/
Dmodules.builtin329 drivers/usb/gadget/function/usb_f_acm.ko
330 drivers/usb/gadget/function/u_serial.ko
331 drivers/usb/gadget/function/usb_f_serial.ko
332 drivers/usb/gadget/function/u_ether.ko
333 drivers/usb/gadget/function/usb_f_ncm.ko
334 drivers/usb/gadget/function/usb_f_rndis.ko
335 drivers/usb/gadget/function/usb_f_mass_storage.ko
336 drivers/usb/gadget/function/usb_f_fs.ko
337 drivers/usb/gadget/function/usb_f_midi.ko
338 drivers/usb/gadget/function/usb_f_hid.ko
[all …]
/device/linaro/hikey-kernel/hikey960/5.10/
Dmodules.builtin301 kernel/drivers/usb/gadget/function/usb_f_acm.ko
302 kernel/drivers/usb/gadget/function/u_serial.ko
303 kernel/drivers/usb/gadget/function/usb_f_serial.ko
304 kernel/drivers/usb/gadget/function/u_ether.ko
305 kernel/drivers/usb/gadget/function/usb_f_ncm.ko
306 kernel/drivers/usb/gadget/function/usb_f_ecm.ko
307 kernel/drivers/usb/gadget/function/usb_f_eem.ko
308 kernel/drivers/usb/gadget/function/usb_f_mass_storage.ko
309 kernel/drivers/usb/gadget/function/usb_f_fs.ko
310 kernel/drivers/usb/gadget/function/u_audio.ko
[all …]
/device/generic/goldfish-opengl/system/hwc3/
DDrmEventListener.h37 std::function<void()> callback);
42 DrmEventListener(std::function<void()> callback) : mOnEventCallback(std::move(callback)) {} in DrmEventListener()
49 std::function<void()> mOnEventCallback;
/device/linaro/dragonboard-kernel/android-5.10/
Dmodules.builtin299 kernel/drivers/usb/gadget/function/usb_f_acm.ko
300 kernel/drivers/usb/gadget/function/u_serial.ko
301 kernel/drivers/usb/gadget/function/usb_f_serial.ko
302 kernel/drivers/usb/gadget/function/u_ether.ko
303 kernel/drivers/usb/gadget/function/usb_f_ncm.ko
304 kernel/drivers/usb/gadget/function/usb_f_ecm.ko
305 kernel/drivers/usb/gadget/function/usb_f_eem.ko
306 kernel/drivers/usb/gadget/function/usb_f_mass_storage.ko
307 kernel/drivers/usb/gadget/function/usb_f_fs.ko
308 kernel/drivers/usb/gadget/function/u_audio.ko
[all …]
/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/hci/
Dh4_parser.h30 using PacketReadCallback = std::function<void(const std::vector<uint8_t>&)>;
31 using HciPacketReadyCallback = std::function<void(void)>;
32 using ClientDisconnectCallback = std::function<void()>;

12345678910>>...14