/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/ |
H A D | softbus_adapter_ble_gatt_server.h | 138 int32_t handle; // the id of start server member 146 int32_t handle; // the id of start server member
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/arkApi/ |
H A D | arkUIAPi.cpp | 192 ArkUI_NodeContentHandle handle = OH_ArkUI_NodeContentEvent_GetNodeContentHandle(nullptr);
in testArkUI018() local
|
/test/xts/acts/graphic/graphicnapitest/ |
H A D | NativeWindowTest.cpp | 43 OHExtDataHandle *handle = static_cast<OHExtDataHandle *>(malloc(handleSize)); in AllocOHExtDataHandle() local 61 static void FreeOHExtDataHandle(OHExtDataHandle *handle) in FreeOHExtDataHandle() argument 1450 OHExtDataHandle *handle = AllocOHExtDataHandle(reserveInts); HWTEST_F() local 1465 OHExtDataHandle *handle = AllocOHExtDataHandle(reserveInts); HWTEST_F() local [all...] |
/test/xts/acts/multimedia/media/media_ndk_standard/avPlayerDrmNdk/entry/src/main/cpp/ |
H A D | hello.cpp | 359 OH_AVCodec *handle = OH_AudioCodec_CreateByName("OH.Media.Codec.Decoder.Audio.AAC");
in Test_AudioCodec_SetDecryptionConfig() local 416 OH_AVCodec *handle = OH_VideoDecoder_CreateByName(name);
in Test_VideoDecoder_SetDecryptionConfig() local [all...] |
/test/xts/hats/hdf/display/composer/unittest/ |
H A D | hdi_composer_ut.cpp | 83 HdiGrallocBuffer* handle = layer->GetFrontBuffer(); in CreateTestLayer() local 599 HdiGrallocBuffer* handle = layer->GetBackBuffer(); // the backbuffer has not present now in HWTEST_F() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | libxvid.c | 120 static int xvid_ff_2pass_create(xvid_plg_create_t *param, void **handle) in xvid_ff_2pass_create() argument
|
H A D | qsv.c | 732 mfxHDL handle = NULL; in ff_qsv_init_session_device() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | qsvvpp.c | 493 mfxHDL handle; in init_vpp_session() local
|
H A D | af_lv2.c | 126 static LV2_URID uri_table_map(LV2_URID_Map_Handle handle, const char *uri) in uri_table_map() argument 156 static const char *uri_table_unmap(LV2_URID_Map_Handle handle, LV2_URID urid) in uri_table_unmap() argument
|
H A D | vf_scale_qsv.c | 273 mfxHDL handle = NULL; in init_out_session() local
|
/third_party/glfw/src/ |
H A D | window.c | 468 GLFWAPI void glfwDestroyWindow(GLFWwindow* handle) in glfwDestroyWindow() argument 502 GLFWAPI int glfwWindowShouldClose(GLFWwindow* handle) in glfwWindowShouldClose() argument 512 GLFWAPI void glfwSetWindowShouldClose(GLFWwindow* handle, int value) in glfwSetWindowShouldClose() argument 522 GLFWAPI const char* glfwGetWindowTitle(GLFWwindow* handle) in glfwGetWindowTitle() argument 532 GLFWAPI void glfwSetWindowTitle(GLFWwindow* handle, const char* title) in glfwSetWindowTitle() argument 548 glfwSetWindowIcon(GLFWwindow* handle, int count, const GLFWimage* images) glfwSetWindowIcon() argument 582 glfwGetWindowPos(GLFWwindow* handle, int* xpos, int* ypos) glfwGetWindowPos() argument 597 glfwSetWindowPos(GLFWwindow* handle, int xpos, int ypos) glfwSetWindowPos() argument 610 glfwGetWindowSize(GLFWwindow* handle, int* width, int* height) glfwGetWindowSize() argument 625 glfwSetWindowSize(GLFWwindow* handle, int width, int height) glfwSetWindowSize() argument 641 glfwSetWindowSizeLimits(GLFWwindow* handle, int minwidth, int minheight, int maxwidth, int maxheight) glfwSetWindowSizeLimits() argument 686 glfwSetWindowAspectRatio(GLFWwindow* handle, int numer, int denom) glfwSetWindowAspectRatio() argument 716 glfwGetFramebufferSize(GLFWwindow* handle, int* width, int* height) glfwGetFramebufferSize() argument 731 glfwGetWindowFrameSize(GLFWwindow* handle, int* left, int* top, int* right, int* bottom) glfwGetWindowFrameSize() argument 752 glfwGetWindowContentScale(GLFWwindow* handle, float* xscale, float* yscale) glfwGetWindowContentScale() argument 768 glfwGetWindowOpacity(GLFWwindow* handle) glfwGetWindowOpacity() argument 778 glfwSetWindowOpacity(GLFWwindow* handle, float opacity) glfwSetWindowOpacity() argument 798 glfwIconifyWindow(GLFWwindow* handle) glfwIconifyWindow() argument 808 glfwRestoreWindow(GLFWwindow* handle) glfwRestoreWindow() argument 818 glfwMaximizeWindow(GLFWwindow* handle) glfwMaximizeWindow() argument 831 glfwShowWindow(GLFWwindow* handle) glfwShowWindow() argument 847 glfwRequestWindowAttention(GLFWwindow* handle) glfwRequestWindowAttention() argument 857 glfwHideWindow(GLFWwindow* handle) glfwHideWindow() argument 870 glfwFocusWindow(GLFWwindow* handle) glfwFocusWindow() argument 880 glfwGetWindowAttrib(GLFWwindow* handle, int attrib) glfwGetWindowAttrib() argument 943 glfwSetWindowAttrib(GLFWwindow* handle, int attrib, int value) glfwSetWindowAttrib() argument 989 glfwGetWindowMonitor(GLFWwindow* handle) glfwGetWindowMonitor() argument 1039 glfwSetWindowUserPointer(GLFWwindow* handle, void* pointer) glfwSetWindowUserPointer() argument 1049 glfwGetWindowUserPointer(GLFWwindow* handle) glfwGetWindowUserPointer() argument 1059 glfwSetWindowPosCallback(GLFWwindow* handle, GLFWwindowposfun cbfun) glfwSetWindowPosCallback() argument 1071 glfwSetWindowSizeCallback(GLFWwindow* handle, GLFWwindowsizefun cbfun) glfwSetWindowSizeCallback() argument 1083 glfwSetWindowCloseCallback(GLFWwindow* handle, GLFWwindowclosefun cbfun) glfwSetWindowCloseCallback() argument 1095 glfwSetWindowRefreshCallback(GLFWwindow* handle, GLFWwindowrefreshfun cbfun) glfwSetWindowRefreshCallback() argument 1107 glfwSetWindowFocusCallback(GLFWwindow* handle, GLFWwindowfocusfun cbfun) glfwSetWindowFocusCallback() argument 1119 glfwSetWindowIconifyCallback(GLFWwindow* handle, GLFWwindowiconifyfun cbfun) glfwSetWindowIconifyCallback() argument 1131 glfwSetWindowMaximizeCallback(GLFWwindow* handle, GLFWwindowmaximizefun cbfun) glfwSetWindowMaximizeCallback() argument 1143 glfwSetFramebufferSizeCallback(GLFWwindow* handle, GLFWframebuffersizefun cbfun) glfwSetFramebufferSizeCallback() argument 1155 glfwSetWindowContentScaleCallback(GLFWwindow* handle, GLFWwindowcontentscalefun cbfun) glfwSetWindowContentScaleCallback() argument [all...] |
/third_party/backends/backend/ |
H A D | cardscan.c | 693 sane_open (SANE_String_Const name, SANE_Handle * handle) in sane_open() argument 765 sane_get_option_descriptor (SANE_Handle handle, SANE_Int option) in sane_get_option_descriptor() argument 826 sane_control_option (SANE_Handle handle, SANE_Int option, in sane_control_option() argument 948 sane_get_parameters(SANE_Handle handle, SANE_Parameters * params) sane_get_parameters() argument 983 sane_start(SANE_Handle handle) sane_start() argument 1164 sane_read(SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len, SANE_Int * len) sane_read() argument 1377 sane_cancel(SANE_Handle handle) sane_cancel() argument 1440 sane_close(SANE_Handle handle) sane_close() argument [all...] |
H A D | dmc.c | 350 ValidateHandle(SANE_Handle handle) in ValidateHandle() argument 921 sane_open(SANE_String_Const name, SANE_Handle *handle) sane_open() argument 975 sane_close(SANE_Handle handle) sane_close() argument 1007 sane_get_option_descriptor(SANE_Handle handle, SANE_Int option) sane_get_option_descriptor() argument 1030 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *val, SANE_Int *info) sane_control_option() argument 1130 sane_get_parameters(SANE_Handle handle, SANE_Parameters *params) sane_get_parameters() argument 1173 sane_start(SANE_Handle handle) sane_start() argument 1292 sane_read(SANE_Handle handle, SANE_Byte *buf, SANE_Int max_len, SANE_Int *len) sane_read() argument 1384 sane_cancel(SANE_Handle handle) sane_cancel() argument 1393 sane_set_io_mode(SANE_Handle handle, SANE_Bool non_blocking) sane_set_io_mode() argument 1402 sane_get_select_fd(SANE_Handle handle, SANE_Int *fd) sane_get_select_fd() argument [all...] |
H A D | canon630u.c | 133 optionNumOptionsCallback (SANE_Option * option, SANE_Handle handle, in optionNumOptionsCallback() argument 168 optionCalibrateCallback (SANE_Option * option, SANE_Handle handle, in optionCalibrateCallback() argument 218 optionResolutionCallback (SANE_Option * option, SANE_Handle handle, in optionResolutionCallback() argument 268 optionGrayscaleCallback (SANE_Option * option, SANE_Handle handle, in optionGrayscaleCallback() argument 315 optionAGainCallback (SANE_Option * option, SANE_Handle handle, in optionAGainCallback() argument 357 optionGammaCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionGammaCallback() argument 418 optionTopLeftXCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionTopLeftXCallback() argument 461 optionTopLeftYCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionTopLeftYCallback() argument 505 optionBotRightXCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionBotRightXCallback() argument 549 optionBotRightYCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionBotRightYCallback() argument 606 dispatch_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *value, SANE_Int * info) dispatch_control_option() argument 813 sane_open(SANE_String_Const devicename, SANE_Handle * handle) sane_open() argument 871 sane_close(SANE_Handle handle) sane_close() argument 913 sane_get_option_descriptor(SANE_Handle handle, SANE_Int option) sane_get_option_descriptor() argument 924 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *value, SANE_Int * info) sane_control_option() argument 938 sane_get_parameters(SANE_Handle handle, SANE_Parameters * params) sane_get_parameters() argument 974 sane_start(SANE_Handle handle) sane_start() argument 1008 sane_read(SANE_Handle handle, SANE_Byte * data, SANE_Int max_length, SANE_Int * length) sane_read() argument 1017 sane_cancel(SANE_Handle handle) sane_cancel() argument 1025 sane_set_io_mode(SANE_Handle handle, SANE_Bool non_blocking) sane_set_io_mode() argument 1036 sane_get_select_fd(SANE_Handle handle, SANE_Int * fd) sane_get_select_fd() argument [all...] |
H A D | canon_lide70.c | 484 sane_open (SANE_String_Const devicename, SANE_Handle * handle) in sane_open() argument 612 sane_close (SANE_Handle handle) in sane_close() argument 657 sane_get_option_descriptor(SANE_Handle handle, SANE_Int option) sane_get_option_descriptor() argument 676 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *value, SANE_Int * info) sane_control_option() argument 861 sane_get_parameters(SANE_Handle handle, SANE_Parameters * params) sane_get_parameters() argument 910 sane_start(SANE_Handle handle) sane_start() argument 929 sane_read(SANE_Handle handle, SANE_Byte * data, SANE_Int max_length, SANE_Int * length) sane_read() argument 938 sane_cancel(SANE_Handle handle) sane_cancel() argument 946 sane_set_io_mode(SANE_Handle handle, SANE_Bool non_blocking) sane_set_io_mode() argument 957 sane_get_select_fd(SANE_Handle handle, SANE_Int * fd) sane_get_select_fd() argument [all...] |
H A D | epson2-ops.c | 325 e2_set_cmd_level(SANE_Handle handle, unsigned char *level) in e2_set_cmd_level() argument 1883 color_shuffle(SANE_Handle handle, int *new_length) in color_shuffle() argument
|
H A D | as6e.c | 129 sane_read (SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len, in sane_read() argument 298 sane_start (SANE_Handle handle) in sane_start() argument 348 sane_get_parameters (SANE_Handle handle, SANE_Parameters * params) in sane_get_parameters() argument 410 sane_control_option (SANE_Handle handle, SANE_Int option, in sane_control_option() argument 485 sane_get_option_descriptor (SANE_Handle handle, SANE_Int option) in sane_get_option_descriptor() argument 497 sane_close(SANE_Handle handle) sane_close() argument 883 sane_open(SANE_String_Const devicename, SANE_Handle * handle) sane_open() argument 934 sane_set_io_mode(SANE_Handle handle, SANE_Bool non_blocking) sane_set_io_mode() argument 942 sane_get_select_fd(SANE_Handle handle, SANE_Int * fd) sane_get_select_fd() argument [all...] |
H A D | canon-sane.c | 137 sane_open (SANE_String_Const devnam, SANE_Handle * handle) in sane_open() argument 239 sane_close (SANE_Handle handle) in sane_close() argument 279 sane_get_option_descriptor (SANE_Handle handle, SANE_Int option) in sane_get_option_descriptor() argument 296 sane_control_option (SANE_Handle handle, SANE_Int option, in sane_control_option() argument 1023 sane_get_parameters (SANE_Handle handle, SANE_Parameters *params) in sane_get_parameters() argument 1105 sane_start(SANE_Handle handle) sane_start() argument 1649 sane_read_direct(SANE_Handle handle, SANE_Byte *buf, SANE_Int max_len, SANE_Int *len) sane_read_direct() argument 1690 read_fs2710(SANE_Handle handle, SANE_Byte *buf, SANE_Int max_len, SANE_Int *len) read_fs2710() argument 1785 read_fb620(SANE_Handle handle, SANE_Byte *buf, SANE_Int max_len, SANE_Int *len) read_fb620() argument 1892 read_fb1200(SANE_Handle handle, SANE_Byte *buf, SANE_Int max_len, SANE_Int *len) read_fb1200() argument 2126 sane_read(SANE_Handle handle, SANE_Byte *buf, SANE_Int max_len, SANE_Int *len) sane_read() argument 2153 sane_cancel(SANE_Handle handle) sane_cancel() argument 2181 sane_set_io_mode(SANE_Handle __sane_unused__ handle, SANE_Bool __sane_unused__ non_blocking) sane_set_io_mode() argument 2192 sane_get_select_fd(SANE_Handle __sane_unused__ handle, SANE_Int __sane_unused__ * fd) sane_get_select_fd() argument [all...] |
H A D | kodak.c | 754 sane_open (SANE_String_Const name, SANE_Handle * handle) in sane_open() argument 946 sane_get_option_descriptor (SANE_Handle handle, SANE_Int option) in sane_get_option_descriptor() argument 1257 sane_control_option (SANE_Handle handle, SANE_In argument 1554 sane_get_parameters(SANE_Handle handle, SANE_Parameters * params) sane_get_parameters() argument 1686 sane_start(SANE_Handle handle) sane_start() argument 2226 sane_read(SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len, SANE_Int * len) sane_read() argument 2435 sane_cancel(SANE_Handle handle) sane_cancel() argument 2468 sane_close(SANE_Handle handle) sane_close() argument [all...] |
H A D | plustek-usbhw.c | 1520 int handle = -1; in usb_LampSwitch() local 1737 int handle = -1; in usb_UpdateButtonStatus() local [all...] |
H A D | sm3600.c | 453 sane_open (SANE_String_Const devicename, SANE_Handle *handle) in sane_open() argument 491 sane_close (SANE_Handle handle) in sane_close() argument 536 sane_get_option_descriptor (SANE_Handle handle, SANE_Int iOpt) in sane_get_option_descriptor() argument 545 sane_control_option (SANE_Handle handle, SANE_In argument 671 sane_get_parameters(SANE_Handle handle, SANE_Parameters *p) sane_get_parameters() argument 706 sane_start(SANE_Handle handle) sane_start() argument 730 sane_read(SANE_Handle handle, SANE_Byte *puchBuffer, SANE_Int cchMax, SANE_Int *pcchRead) sane_read() argument 759 sane_cancel(SANE_Handle handle) sane_cancel() argument 793 sane_get_select_fd(SANE_Handle handle, SANE_Int *fd) sane_get_select_fd() argument [all...] |
H A D | teco1.c | 1542 sane_open (SANE_String_Const devicename, SANE_Handle * handle) in sane_open() argument 1612 sane_get_option_descriptor (SANE_Handle handle, SANE_Int option) in sane_get_option_descriptor() argument 1629 sane_control_option (SANE_Handle handle, SANE_Int option, in sane_control_option() argument 1846 sane_get_parameters (SANE_Handle handle, SANE_Parameters * params) in sane_get_parameters() argument 1948 sane_start (SANE_Handle handle) in sane_start() argument 2093 sane_read(SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len, SANE_Int * len) sane_read() argument 2160 sane_set_io_mode(SANE_Handle __sane_unused__ handle, SANE_Bool __sane_unused__ non_blocking) sane_set_io_mode() argument 2187 sane_get_select_fd(SANE_Handle __sane_unused__ handle, SANE_Int __sane_unused__ *fd) sane_get_select_fd() argument 2197 sane_cancel(SANE_Handle handle) sane_cancel() argument 2209 sane_close(SANE_Handle handle) sane_close() argument [all...] |
H A D | stv680.c | 1609 sane_open (SANE_String_Const devicename, SANE_Handle * handle) in sane_open() argument 1661 sane_get_option_descriptor (SANE_Handle handle, SANE_Int option) in sane_get_option_descriptor() argument 1678 sane_control_option (SANE_Handle handle, SANE_Int option, in sane_control_option() argument 1843 sane_get_parameters (SANE_Handle handle, SANE_Parameters * params) in sane_get_parameters() argument 1939 sane_start (SANE_Handle handle) in sane_start() argument 1982 sane_read(SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len, SANE_Int * len) sane_read() argument 2071 sane_set_io_mode(SANE_Handle handle, SANE_Bool non_blocking) sane_set_io_mode() argument 2086 sane_get_select_fd(SANE_Handle handle, SANE_Int * fd) sane_get_select_fd() argument 2099 sane_cancel(SANE_Handle handle) sane_cancel() argument 2120 sane_close(SANE_Handle handle) sane_close() argument [all...] |
H A D | tamarack.c | 985 sane_open (SANE_String_Const devicename, SANE_Handle *handle) in sane_open() argument 1033 sane_close (SANE_Handle handle) in sane_close() argument 1063 sane_get_option_descriptor(SANE_Handle handle, SANE_Int option) sane_get_option_descriptor() argument 1090 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *val, SANE_Int *info) sane_control_option() argument 1268 sane_get_parameters(SANE_Handle handle, SANE_Parameters *params) sane_get_parameters() argument 1325 sane_start(SANE_Handle handle) sane_start() argument 1408 sane_read(SANE_Handle handle, SANE_Byte *buf, SANE_Int max_len, SANE_Int *len) sane_read() argument 1441 sane_cancel(SANE_Handle handle) sane_cancel() argument 1452 sane_set_io_mode(SANE_Handle handle, SANE_Bool non_blocking) sane_set_io_mode() argument 1467 sane_get_select_fd(SANE_Handle handle, SANE_Int *fd) sane_get_select_fd() argument [all...] |
H A D | umax_pp.c | 1057 sane_open (SANE_String_Const devicename, SANE_Handle * handle) in sane_open() argument 1243 sane_close (SANE_Handle handle) in sane_close() argument 1312 sane_get_option_descriptor (SANE_Handle handle, SANE_In argument 1330 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *val, SANE_Int * info) sane_control_option() argument 1835 sane_get_parameters(SANE_Handle handle, SANE_Parameters * params) sane_get_parameters() argument 1995 sane_start(SANE_Handle handle) sane_start() argument 2164 sane_read(SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len, SANE_Int * len) sane_read() argument 2337 sane_cancel(SANE_Handle handle) sane_cancel() argument 2375 sane_set_io_mode(SANE_Handle handle, SANE_Bool non_blocking) sane_set_io_mode() argument 2386 sane_get_select_fd(SANE_Handle handle, SANE_Int * fd) sane_get_select_fd() argument [all...] |