Home
last modified time | relevance | path

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

12345678910>>...17

/device/generic/goldfish-opengl/system/renderControl_enc/
DREADME10 This function queries the host renderer version number.
13 This function queries the host renderer for the EGL version
17 This function queries the host for EGL string (.i.e EGL_EXTENSIONS).
25 The function returns the number of supported configs and returns in
29 This function queries the host for the all set of supported configs
35 of required bytes is returned otherwise the function returns the number
43 This function triggers an eglChooseConfig on the host, to get a list of
56 This function creates a rendering context on the host and returns its
63 This function destroys a rendering context on the host.
67 This function creates a 'window' surface on the host which can be then
[all …]
/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/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/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/generic/vulkan-cereal/
Dandroid.cmake24 function(_check_target_tag TAG)
46 function(android_compile_for_host EXE SOURCE OUT_PATH)
95 function(android_nasm_compile)
134 # This function is the same as target_compile_definitions
138 function(android_target_compile_definitions TGT OS MODIFIER ITEMS)
149 # This function is the same as target_link_libraries
153 function(android_target_link_libraries TGT OS MODIFIER ITEMS)
177 # This function is the same as target_include_directories
181 function(android_target_include_directories TGT OS MODIFIER ITEMS)
192 # This function is the same as target_compile_options
[all …]
/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/google/bramble/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/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/cuttlefish/host/frontend/webrtc/libdevice/
Dconnection_observer.h54 std::function<bool(const uint8_t*, size_t)> adb_message_sender) = 0;
58 std::function<bool(const Json::Value)> control_message_sender) = 0;
73 std::function<bool(const uint8_t*, size_t)> bluetooth_message_sender) = 0;
76 std::function<bool(const uint8_t*, size_t)> location_message_sender) = 0;
80 std::function<bool(const uint8_t*, size_t)>
84 std::function<bool(const uint8_t*, size_t)>
Dclient_handler.h60 std::function<void(const Json::Value&)> send_client_cb,
61 std::function<void(bool)> on_connection_changed_cb);
99 std::function<void(const Json::Value&)> send_client_cb,
100 std::function<void(bool)> on_connection_changed_cb);
114 std::function<void(const Json::Value&)> send_to_client_;
115 std::function<void(bool)> on_connection_changed_cb_;
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
Daddress_space_graphics_types.h292 std::function<int()>;
296 std::function<char*(uint64_t)>;
304 std::function<void* (struct asg_context, ConsumerCallbacks)>;
306 std::function<void(void*)>;
308 std::function<void(void*, base::Stream*)>;
310 std::function<void(void*, base::Stream*)>;
/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/generic/vulkan-cereal/protocols/generic-apigen/
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.h80 Flag& Getter(std::function<std::string()>) &;
81 Flag Getter(std::function<std::string()>) &&;
83 Flag& Setter(std::function<bool(const FlagMatch&)>) &;
84 Flag Setter(std::function<bool(const FlagMatch&)>) &&;
122 std::optional<std::function<std::string()>> getter_;
123 std::optional<std::function<bool(const FlagMatch&)>> setter_;
/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/generic/goldfish-opengl/android-emu/aemu/base/
DAndroidHealthMonitorConsumer.h36 const char* function; member
51 EventHangMetadata(const char* file, const char* function, const char* msg, int line, in EventHangMetadata()
54 function(function), in EventHangMetadata()
DAndroidHealthMonitor.h91 std::optional<std::function<std::unique_ptr<HangAnnotations>()>>
114 std::optional<std::function<std::unique_ptr<HangAnnotations>()>>
144 std::optional<std::function<std::unique_ptr<HangAnnotations>()>> onHangAnnotationsCallback;
182 std::optional<std::function<std::unique_ptr<HangAnnotations>()>>
252 std::function<std::unique_ptr<HangAnnotations>()>(std::forward<F>(callback)); in setOnHangCallback()
275 std::optional<std::function<std::unique_ptr<HangAnnotations>()>> mOnHangCallback;
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/include/GLcommon/
DTextureUtils.h28 typedef std::function<void(GLenum target, GLint level,
89 void forEachEtc2Format(std::function<void(GLint format)>);
90 void forEachAstcFormat(std::function<void(GLint format)>);
91 void forEachBptcFormat(std::function<void(GLint format)>);
92 void forEachS3tcForamt(std::function<void(GLint format)>);
/device/generic/vulkan-cereal/stream-servers/
DSyncThread.h126 int sendAndWaitForResult(std::function<int(WorkerId)> job, std::string description);
127 void sendAsync(std::function<void(WorkerId)> job, std::string description);
132 void doSyncWait(gl::EmulatedEglFenceSync* fenceSync, std::function<void()> onComplete);
133 static int doSyncWaitVk(VkFence, std::function<void()> onComplete);
/device/generic/vulkan-cereal/stream-servers/vulkan/
Dvk_util.h333 std::function<void()> onVkErrorDeviceLost;
334 std::function<void(VkResult, const char*, int)> onVkErrorOutOfMemory;
335 std::function<void(VkResult, const char*, int, uint64_t)> onVkErrorOutOfMemoryOnAllocation;
344 void callIfExists(U function, Args&&... args) const { in callIfExists() argument
345 if (mCallbacks && (*mCallbacks.*function)) { in callIfExists()
346 (*mCallbacks.*function)(std::forward<Args>(args)...); in callIfExists()
418 std::function<void(const VkCommandBuffer& commandBuffer)> f) const { in runSingleTimeCommands()
475 const std::vector<std::function<std::remove_pointer_t<PFN_vkGetInstanceProcAddr>>>& in getVkInstanceProcAddrWithFallback()

12345678910>>...17