/third_party/nghttp2/lib/ |
H A D | nghttp2_submit.c | 46 static int detect_self_dependency(nghttp2_session *session, int32_t stream_id, in detect_self_dependency() argument 67 static int32_t submit_headers_shared(nghttp2_session *session, uint8_t flags, in submit_headers_shared() argument 142 static int32_t submit_headers_shared_nva(nghttp2_session *session, in submit_headers_shared_nva() argument 171 nghttp2_submit_trailer(nghttp2_session *session, int32_t stream_id, const nghttp2_nv *nva, size_t nvlen) nghttp2_submit_trailer() argument 182 nghttp2_submit_headers(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec, const nghttp2_nv *nva, size_t nvlen, void *stream_user_data) nghttp2_submit_headers() argument 215 nghttp2_submit_ping(nghttp2_session *session, uint8_t flags, const uint8_t *opaque_data) nghttp2_submit_ping() argument 221 nghttp2_submit_priority(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec) nghttp2_submit_priority() argument 273 nghttp2_submit_rst_stream(nghttp2_session *session, uint8_t flags, int32_t stream_id, uint32_t error_code) nghttp2_submit_rst_stream() argument 284 nghttp2_submit_goaway(nghttp2_session *session, uint8_t flags, int32_t last_stream_id, uint32_t error_code, const uint8_t *opaque_data, size_t opaque_data_len) nghttp2_submit_goaway() argument 297 nghttp2_submit_shutdown_notice(nghttp2_session *session) nghttp2_submit_shutdown_notice() argument 309 nghttp2_submit_settings(nghttp2_session *session, uint8_t flags, const nghttp2_settings_entry *iv, size_t niv) nghttp2_submit_settings() argument 315 nghttp2_submit_push_promise(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_nv *nva, size_t nvlen, void *promised_stream_user_data) nghttp2_submit_push_promise() argument 380 nghttp2_submit_window_update(nghttp2_session *session, uint8_t flags, int32_t stream_id, int32_t window_size_increment) nghttp2_submit_window_update() argument 426 nghttp2_session_set_local_window_size(nghttp2_session *session, uint8_t flags, int32_t stream_id, int32_t window_size) nghttp2_session_set_local_window_size() argument 502 nghttp2_submit_altsvc(nghttp2_session *session, uint8_t flags, int32_t stream_id, const uint8_t *origin, size_t origin_len, const uint8_t *field_value, size_t field_value_len) nghttp2_submit_altsvc() argument 587 nghttp2_submit_origin(nghttp2_session *session, uint8_t flags, const nghttp2_origin_entry *ov, size_t nov) nghttp2_submit_origin() argument 670 nghttp2_submit_priority_update(nghttp2_session *session, uint8_t flags, int32_t stream_id, const uint8_t *field_value, size_t field_value_len) nghttp2_submit_priority_update() argument 756 nghttp2_submit_request(nghttp2_session *session, const nghttp2_priority_spec *pri_spec, const nghttp2_nv *nva, size_t nvlen, const nghttp2_data_provider *data_prd, void *stream_user_data) nghttp2_submit_request() argument 792 nghttp2_submit_response(nghttp2_session *session, int32_t stream_id, const nghttp2_nv *nva, size_t nvlen, const nghttp2_data_provider *data_prd) nghttp2_submit_response() argument 810 nghttp2_submit_data(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_data_provider *data_prd) nghttp2_submit_data() argument 865 nghttp2_submit_extension(nghttp2_session *session, uint8_t type, uint8_t flags, int32_t stream_id, void *payload) nghttp2_submit_extension() argument [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_live_check.cc | 306 auto session = tls::reuse_tls_session(addr_->tls_session_cache); in initiate_connection() local 718 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback() argument 734 int on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_recv_callback() argument
|
H A D | app_helper.cc | 388 int verbose_on_header_callback(nghttp2_session *session, in verbose_on_header_callback() argument 409 int verbose_on_frame_recv_callback(nghttp2_session *session, in verbose_on_frame_recv_callback() argument 419 int verbose_on_invalid_frame_recv_callback(nghttp2_session *session, in verbose_on_invalid_frame_recv_callback() argument 431 int verbose_on_frame_send_callback(nghttp2_session *session, in verbose_on_frame_send_callback() argument 441 int verbose_on_data_chunk_recv_callback(nghttp2_session *session, uint8_t flags, in verbose_on_data_chunk_recv_callback() argument 457 int verbose_error_callback(nghttp2_session *session, int lib_error_code, in verbose_error_callback() argument
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_test_helper.c | 265 static nghttp2_stream *open_stream_with_all(nghttp2_session *session, in open_stream_with_all() argument 285 nghttp2_stream *open_stream(nghttp2_session *session, int32_t stream_id) { in open_stream() argument 290 nghttp2_stream *open_stream_with_dep(nghttp2_session *session, in open_stream_with_dep() argument 297 nghttp2_stream *open_stream_with_dep_weight(nghttp2_session *session, in open_stream_with_dep_weight() argument 303 nghttp2_stream *open_stream_with_dep_excl(nghttp2_session *session, in open_stream_with_dep_excl() argument 319 open_sent_stream(nghttp2_session *session, int32_t stream_id) open_sent_stream() argument 327 open_sent_stream2(nghttp2_session *session, int32_t stream_id, nghttp2_stream_state initial_state) open_sent_stream2() argument 336 open_sent_stream3(nghttp2_session *session, int32_t stream_id, uint8_t flags, nghttp2_priority_spec *pri_spec_in, nghttp2_stream_state initial_state, void *stream_user_data) open_sent_stream3() argument 355 open_sent_stream_with_dep(nghttp2_session *session, int32_t stream_id, nghttp2_stream *dep_stream) open_sent_stream_with_dep() argument 362 open_sent_stream_with_dep_weight(nghttp2_session *session, int32_t stream_id, int32_t weight, nghttp2_stream *dep_stream) open_sent_stream_with_dep_weight() argument 380 open_recv_stream(nghttp2_session *session, int32_t stream_id) open_recv_stream() argument 388 open_recv_stream2(nghttp2_session *session, int32_t stream_id, nghttp2_stream_state initial_state) open_recv_stream2() argument 397 open_recv_stream3(nghttp2_session *session, int32_t stream_id, uint8_t flags, nghttp2_priority_spec *pri_spec_in, nghttp2_stream_state initial_state, void *stream_user_data) open_recv_stream3() argument 414 open_recv_stream_with_dep(nghttp2_session *session, int32_t stream_id, nghttp2_stream *dep_stream) open_recv_stream_with_dep() argument 421 open_recv_stream_with_dep_weight(nghttp2_session *session, int32_t stream_id, int32_t weight, nghttp2_stream *dep_stream) open_recv_stream_with_dep_weight() argument [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_submit.c | 46 static int detect_self_dependency(nghttp2_session *session, int32_t stream_id, in detect_self_dependency() argument 67 static int32_t submit_headers_shared(nghttp2_session *session, uint8_t flags, in submit_headers_shared() argument 142 static int32_t submit_headers_shared_nva(nghttp2_session *session, in submit_headers_shared_nva() argument 171 nghttp2_submit_trailer(nghttp2_session *session, int32_t stream_id, const nghttp2_nv *nva, size_t nvlen) nghttp2_submit_trailer() argument 182 nghttp2_submit_headers(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec, const nghttp2_nv *nva, size_t nvlen, void *stream_user_data) nghttp2_submit_headers() argument 215 nghttp2_submit_ping(nghttp2_session *session, uint8_t flags, const uint8_t *opaque_data) nghttp2_submit_ping() argument 221 nghttp2_submit_priority(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec) nghttp2_submit_priority() argument 273 nghttp2_submit_rst_stream(nghttp2_session *session, uint8_t flags, int32_t stream_id, uint32_t error_code) nghttp2_submit_rst_stream() argument 284 nghttp2_submit_goaway(nghttp2_session *session, uint8_t flags, int32_t last_stream_id, uint32_t error_code, const uint8_t *opaque_data, size_t opaque_data_len) nghttp2_submit_goaway() argument 297 nghttp2_submit_shutdown_notice(nghttp2_session *session) nghttp2_submit_shutdown_notice() argument 309 nghttp2_submit_settings(nghttp2_session *session, uint8_t flags, const nghttp2_settings_entry *iv, size_t niv) nghttp2_submit_settings() argument 315 nghttp2_submit_push_promise(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_nv *nva, size_t nvlen, void *promised_stream_user_data) nghttp2_submit_push_promise() argument 380 nghttp2_submit_window_update(nghttp2_session *session, uint8_t flags, int32_t stream_id, int32_t window_size_increment) nghttp2_submit_window_update() argument 426 nghttp2_session_set_local_window_size(nghttp2_session *session, uint8_t flags, int32_t stream_id, int32_t window_size) nghttp2_session_set_local_window_size() argument 502 nghttp2_submit_altsvc(nghttp2_session *session, uint8_t flags, int32_t stream_id, const uint8_t *origin, size_t origin_len, const uint8_t *field_value, size_t field_value_len) nghttp2_submit_altsvc() argument 587 nghttp2_submit_origin(nghttp2_session *session, uint8_t flags, const nghttp2_origin_entry *ov, size_t nov) nghttp2_submit_origin() argument 670 nghttp2_submit_priority_update(nghttp2_session *session, uint8_t flags, int32_t stream_id, const uint8_t *field_value, size_t field_value_len) nghttp2_submit_priority_update() argument 756 nghttp2_submit_request(nghttp2_session *session, const nghttp2_priority_spec *pri_spec, const nghttp2_nv *nva, size_t nvlen, const nghttp2_data_provider *data_prd, void *stream_user_data) nghttp2_submit_request() argument 792 nghttp2_submit_response(nghttp2_session *session, int32_t stream_id, const nghttp2_nv *nva, size_t nvlen, const nghttp2_data_provider *data_prd) nghttp2_submit_response() argument 810 nghttp2_submit_data(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_data_provider *data_prd) nghttp2_submit_data() argument 865 nghttp2_submit_extension(nghttp2_session *session, uint8_t type, uint8_t flags, int32_t stream_id, void *payload) nghttp2_submit_extension() argument [all...] |
/third_party/lwip/src/netif/ppp/ |
H A D | pppoe.c | 320 static struct pppoe_softc* pppoe_find_softc_by_session(u_int session, struct netif *rcvif) { in pppoe_find_softc_by_session() argument 373 u16_t session, plen; in pppoe_disc_input() local 651 u16_t session, plen; pppoe_data_input() local 1031 pppoe_send_padt(struct netif *outgoing_if, u_int session, const u8_t *dest) pppoe_send_padt() argument [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
H A D | sessions.c | 138 struct Session *session; member 266 add_session_cookie(struct Session *session, struct MHD_Response *response) add_session_cookie() argument 296 serve_simple_form(const void *cls, const char *mime, struct Session *session, struct MHD_Connection *connection) serve_simple_form() argument 330 fill_v1_form(const void *cls, const char *mime, struct Session *session, struct MHD_Connection *connection) fill_v1_form() argument 372 fill_v1_v2_form(const void *cls, const char *mime, struct Session *session, struct MHD_Connection *connection) fill_v1_v2_form() argument 415 not_found_page(const void *cls, const char *mime, struct Session *session, struct MHD_Connection *connection) not_found_page() argument 481 struct Session *session = request->session; post_iterator() local 565 struct Session *session; create_response() local [all...] |
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_spdy.c | 67 spdy_cb_data_source_read(spdylay_session *session, int32_t stream_id, uint8_t *buf, size_t length, int *eof, spdylay_data_source *source, void *user_data) in spdy_cb_data_source_read() argument 136 spdy_cb_send(spdylay_session *session, in spdy_cb_send() argument 219 spdy_cb_recv(spdylay_session *session, in spdy_cb_recv() argument 286 spdy_cb_before_ctrl_send(spdylay_session *session, in spdy_cb_before_ctrl_send() argument 321 spdy_cb_on_ctrl_recv(spdylay_session *session, in spdy_cb_on_ctrl_recv() argument 386 spdy_cb_on_stream_close(spdylay_session *session, int32_t stream_id, spdylay_status_code status_code, void *user_data) spdy_cb_on_stream_close() argument 419 spdy_cb_on_data_chunk_recv(spdylay_session *session, uint8_t flags, int32_t stream_id, const uint8_t *data, size_t len, void *user_data) spdy_cb_on_data_chunk_recv() argument 464 spdy_cb_on_data_recv(spdylay_session *session, uint8_t flags, int32_t stream_id, int32_t length, void *user_data) spdy_cb_on_data_recv() argument [all...] |
H A D | post_example.c | 116 struct Session *session; member 244 add_session_cookie(struct Session *session, struct MHD_Response *response) add_session_cookie() argument 274 serve_simple_form(const void *cls, const char *mime, struct Session *session, struct MHD_Connection *connection) serve_simple_form() argument 310 fill_v1_form(const void *cls, const char *mime, struct Session *session, struct MHD_Connection *connection) fill_v1_form() argument 353 fill_v1_v2_form(const void *cls, const char *mime, struct Session *session, struct MHD_Connection *connection) fill_v1_v2_form() argument 397 not_found_page(const void *cls, const char *mime, struct Session *session, struct MHD_Connection *connection) not_found_page() argument 465 struct Session *session = request->session; post_iterator() local 548 struct Session *session; create_response() local [all...] |
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | applicationlayer.c | 669 SPDY_get_remote_addr(struct SPDY_Session * session, struct sockaddr ** addr) SPDY_get_remote_addr() argument 698 SPDY_get_cls_from_session(struct SPDY_Session * session) SPDY_get_cls_from_session() argument 711 SPDY_set_cls_to_session(struct SPDY_Session * session, void * cls) SPDY_set_cls_to_session() argument [all...] |
H A D | session.c | 44 spdyf_handler_read_syn_stream (struct SPDY_Session *session) in spdyf_handler_read_syn_stream() argument 181 spdyf_handler_read_goaway(struct SPDY_Session *session) spdyf_handler_read_goaway() argument 260 spdyf_handler_read_rst_stream(struct SPDY_Session *session) spdyf_handler_read_rst_stream() argument 332 spdyf_handler_read_data(struct SPDY_Session *session) spdyf_handler_read_data() argument 422 SPDYF_handler_write_syn_reply(struct SPDY_Session *session) SPDYF_handler_write_syn_reply() argument 517 SPDYF_handler_write_goaway(struct SPDY_Session *session) SPDYF_handler_write_goaway() argument 570 SPDYF_handler_write_data(struct SPDY_Session *session) SPDYF_handler_write_data() argument 742 SPDYF_handler_write_rst_stream(struct SPDY_Session *session) SPDYF_handler_write_rst_stream() argument 787 SPDYF_handler_write_window_update(struct SPDY_Session *session) SPDYF_handler_write_window_update() argument 830 SPDYF_handler_ignore_frame(struct SPDY_Session *session) SPDYF_handler_ignore_frame() argument 866 SPDYF_session_read(struct SPDY_Session *session) SPDYF_session_read() argument 981 SPDYF_session_write(struct SPDY_Session *session, bool only_one_frame) SPDYF_session_write() argument 1155 SPDYF_session_idle(struct SPDY_Session *session) SPDYF_session_idle() argument 1360 SPDYF_session_close(struct SPDY_Session *session) SPDYF_session_close() argument 1393 struct SPDY_Session *session = NULL; SPDYF_session_accept() local 1494 SPDYF_queue_response(struct SPDYF_Response_Queue *response_to_queue, struct SPDY_Session *session, int consider_priority) SPDYF_queue_response() argument 1575 SPDYF_session_destroy(struct SPDY_Session *session) SPDYF_session_destroy() argument 1617 SPDYF_prepare_goaway(struct SPDY_Session *session, enum SPDY_GOAWAY_STATUS status, bool in_front) SPDYF_prepare_goaway() argument 1665 SPDYF_prepare_rst_stream(struct SPDY_Session *session, struct SPDYF_Stream * stream, enum SPDY_RST_STREAM_STATUS status) SPDYF_prepare_rst_stream() argument 1721 SPDYF_prepare_window_update(struct SPDY_Session *session, struct SPDYF_Stream * stream, int32_t delta_window_size) SPDYF_prepare_window_update() argument [all...] |
/third_party/pulseaudio/src/modules/rtp/ |
H A D | rtsp_client.c | 79 char *session; member [all...] |
/foundation/ability/ability_runtime/test/unittest/ability_manager_proxy_test/ |
H A D | ability_manager_proxy_test.cpp | 593 sptr<SessionInfo> session = new (std::nothrow) SessionInfo(); in HWTEST_F() local 2762 sptr<SessionInfo> session = new (std::nothrow) SessionInfo(); in HWTEST_F() local
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/ |
H A D | ability_manager_service_first_test.cpp | 1136 sptr<SessionInfo> session = new (std::nothrow) SessionInfo(); in HWTEST_F() local
|
/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/ |
H A D | ui_ability_lifecycle_manager_test.cpp | 1619 sptr<Rosen::ISession> session = new Rosen::Session(info); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
H A D | window_scene_layout_manager.cpp | 228 auto session = windowPattern->GetSession(); in NoNeedSyncScenePanelGlobalPosition() local 273 auto session = windowPattern->GetSession(); in IsRecentContainerState() local 347 auto session = windowPattern->GetSession(); GetWindowIdInner() local 392 auto session = windowPattern->GetSession(); GetWindowNameInner() local [all...] |
/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/ |
H A D | capture_session_fuzzer.cpp | 78 auto session = manager->CreateCaptureSession(g_sceneMode);
in Test() local 129 TestWhiteBalance(sptr<CaptureSession> session, uint8_t *rawData, size_t size) TestWhiteBalance() argument 135 TestExposure(sptr<CaptureSession> session, uint8_t *rawData, size_t size) TestExposure() argument 172 TestFocus(sptr<CaptureSession> session, uint8_t *rawData, size_t size) TestFocus() argument 202 TestZoom(sptr<CaptureSession> session, uint8_t *rawData, size_t size) TestZoom() argument 226 TestCallback(sptr<CaptureSession> session, uint8_t *rawData, size_t size) TestCallback() argument 253 TestStabilization(sptr<CaptureSession> session, uint8_t *rawData, size_t size) TestStabilization() argument 273 TestFlash(sptr<CaptureSession> session, uint8_t *rawData, size_t size) TestFlash() argument 296 TestCreateMediaLibrary(sptr<CaptureSession> session, uint8_t *rawData, size_t size) TestCreateMediaLibrary() argument 309 TestProcess(sptr<CaptureSession> session, uint8_t *rawData, size_t size) TestProcess() argument 336 TestAperture(sptr<CaptureSession> session, uint8_t *rawData, size_t size) TestAperture() argument 365 TestBeauty(sptr<CaptureSession> session, uint8_t *rawData, size_t size) TestBeauty() argument 398 TestOther(sptr<CaptureSession> session, uint8_t *rawData, size_t size) TestOther() argument 433 TestOther2(sptr<CaptureSession> session, uint8_t *rawData, size_t size) TestOther2() argument 456 TestSession(sptr<CaptureSession> session, uint8_t *rawData, size_t size) TestSession() argument [all...] |
/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/ |
H A D | time_lapse_photo_session_fuzzer.cpp | 53 sptr<TimeLapsePhotoSession> session;
member [all...] |
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | profession_session.cpp | 925 auto session = session_.promote(); in ProcessCallbacks() local [all...] |
H A D | time_lapse_photo_session.cpp | 59 auto session = session_.promote();
in ProcessCallbacks() local
|
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/ |
H A D | hcamera_service_stub.cpp | 363 sptr<ICaptureSession> session = nullptr; in HandleCreateCaptureSession() local 379 sptr<DeferredProcessing::IDeferredPhotoProcessingSession> session = nullptr; in HandleCreateDeferredPhotoProcessingSession() local 401 sptr<DeferredProcessing::IDeferredVideoProcessingSession> session = nullptr; in HandleCreateDeferredVideoProcessingSession() local
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | preview_output.cpp | 178 auto session = GetSession(); in OnSketchStatusChanged() local 198 auto session = GetSession(); in Start() local 244 auto session = GetSession(); in IsSketchSupported() local 263 auto session = GetSession(); GetSketchRatio() local 281 auto session = GetSession(); CreateSketchWrapper() local 300 auto session = GetSession(); EnableSketch() local 323 auto session = GetSession(); AttachSketchSurface() local 388 auto session = GetSession(); SetFrameRate() local 397 auto session = GetSession(); GetSupportedFrameRates() local 431 auto session = GetSession(); StartSketch() local 445 auto session = GetSession(); StopSketch() local 457 auto session = GetSession(); GetDeviceMetadata() local 470 auto session = GetSession(); FindSketchSize() local 553 auto session = GetSession(); OnControlMetadataChanged() local 567 auto session = GetSession(); OnResultMetadataChanged() local 586 auto session = GetSession(); OnNativeRegisterCallback() local 628 auto session = GetSession(); canSetFrameRateRange() local 653 auto session = GetSession(); GetPreviewRotation() local 681 auto session = GetSession(); SetPreviewRotation() local [all...] |
H A D | video_output.cpp | 131 auto session = GetSession(); in Start() local 168 auto session = GetSession(); in Stop() local 303 auto session = GetSession(); GetSupportedFrameRates() local 333 auto session = GetSession(); enableMirror() local 347 auto session = GetSession(); IsMirrorSupported() local 433 auto session = GetSession(); canSetFrameRateRange() local 459 auto session = GetSession(); GetVideoRotation() local [all...] |
/foundation/multimedia/camera_framework/frameworks/native/ndk/ |
H A D | capture_session.cpp | 25 Camera_ErrorCode OH_CaptureSession_RegisterCallback(Camera_CaptureSession* session, CaptureSession_Callbacks* callback) in OH_CaptureSession_RegisterCallback() argument 36 Camera_ErrorCode OH_CaptureSession_UnregisterCallback(Camera_CaptureSession* session, in OH_CaptureSession_UnregisterCallback() argument 48 Camera_ErrorCode OH_CaptureSession_RegisterSmoothZoomInfoCallback(Camera_CaptureSession* session, in OH_CaptureSession_RegisterSmoothZoomInfoCallback() argument 58 OH_CaptureSession_UnregisterSmoothZoomInfoCallback(Camera_CaptureSession* session, OH_CaptureSession_OnSmoothZoomInfo smoothZoomInfoCallback) OH_CaptureSession_UnregisterSmoothZoomInfoCallback() argument 68 OH_CaptureSession_SetSessionMode(Camera_CaptureSession* session, Camera_SceneMode sceneMode) OH_CaptureSession_SetSessionMode() argument 75 OH_CaptureSession_AddSecureOutput(Camera_CaptureSession* session, Camera_PreviewOutput* previewOutput) OH_CaptureSession_AddSecureOutput() argument 83 OH_CaptureSession_BeginConfig(Camera_CaptureSession* session) OH_CaptureSession_BeginConfig() argument 90 OH_CaptureSession_CommitConfig(Camera_CaptureSession* session) OH_CaptureSession_CommitConfig() argument 97 OH_CaptureSession_AddInput(Camera_CaptureSession* session, Camera_Input* cameraInput) OH_CaptureSession_AddInput() argument 106 OH_CaptureSession_RemoveInput(Camera_CaptureSession* session, Camera_Input* cameraInput) OH_CaptureSession_RemoveInput() argument 115 OH_CaptureSession_AddPreviewOutput(Camera_CaptureSession* session, Camera_PreviewOutput* previewOutput) OH_CaptureSession_AddPreviewOutput() argument 125 OH_CaptureSession_RemovePreviewOutput(Camera_CaptureSession* session, Camera_PreviewOutput* previewOutput) OH_CaptureSession_RemovePreviewOutput() argument 135 OH_CaptureSession_AddPhotoOutput(Camera_CaptureSession* session, Camera_PhotoOutput* photoOutput) OH_CaptureSession_AddPhotoOutput() argument 145 OH_CaptureSession_RemovePhotoOutput(Camera_CaptureSession* session, Camera_PhotoOutput* photoOutput) OH_CaptureSession_RemovePhotoOutput() argument 155 OH_CaptureSession_AddMetadataOutput(Camera_CaptureSession* session, Camera_MetadataOutput* metadataOutput) OH_CaptureSession_AddMetadataOutput() argument 166 OH_CaptureSession_RemoveMetadataOutput(Camera_CaptureSession* session, Camera_MetadataOutput* metadataOutput) OH_CaptureSession_RemoveMetadataOutput() argument 177 OH_CaptureSession_IsVideoStabilizationModeSupported(Camera_CaptureSession* session, Camera_VideoStabilizationMode mode, bool* isSupported) OH_CaptureSession_IsVideoStabilizationModeSupported() argument 194 OH_CaptureSession_GetVideoStabilizationMode(Camera_CaptureSession* session, Camera_VideoStabilizationMode* mode) OH_CaptureSession_GetVideoStabilizationMode() argument 204 OH_CaptureSession_SetVideoStabilizationMode(Camera_CaptureSession* session, Camera_VideoStabilizationMode mode) OH_CaptureSession_SetVideoStabilizationMode() argument 219 OH_CaptureSession_GetZoomRatioRange(Camera_CaptureSession* session, float* minZoom, float* maxZoom) OH_CaptureSession_GetZoomRatioRange() argument 229 OH_CaptureSession_GetZoomRatio(Camera_CaptureSession* session, float* zoom) OH_CaptureSession_GetZoomRatio() argument 238 OH_CaptureSession_SetZoomRatio(Camera_CaptureSession* session, float zoom) OH_CaptureSession_SetZoomRatio() argument 246 OH_CaptureSession_IsFocusModeSupported(Camera_CaptureSession* session, Camera_FocusMode focusMode, bool* isSupported) OH_CaptureSession_IsFocusModeSupported() argument 262 OH_CaptureSession_GetFocusMode(Camera_CaptureSession* session, Camera_FocusMode* focusMode) OH_CaptureSession_GetFocusMode() argument 271 OH_CaptureSession_SetFocusMode(Camera_CaptureSession* session, Camera_FocusMode focusMode) OH_CaptureSession_SetFocusMode() argument 284 OH_CaptureSession_SetFocusPoint(Camera_CaptureSession* session, Camera_Point focusPoint) OH_CaptureSession_SetFocusPoint() argument 292 OH_CaptureSession_GetFocusPoint(Camera_CaptureSession* session, Camera_Point* focusPoint) OH_CaptureSession_GetFocusPoint() argument 301 OH_CaptureSession_AddVideoOutput(Camera_CaptureSession* session, Camera_VideoOutput* videoOutput) OH_CaptureSession_AddVideoOutput() argument 310 OH_CaptureSession_RemoveVideoOutput(Camera_CaptureSession* session, Camera_VideoOutput* videoOutput) OH_CaptureSession_RemoveVideoOutput() argument 319 OH_CaptureSession_Start(Camera_CaptureSession* session) OH_CaptureSession_Start() argument 326 OH_CaptureSession_Stop(Camera_CaptureSession* session) OH_CaptureSession_Stop() argument 333 OH_CaptureSession_Release(Camera_CaptureSession* session) OH_CaptureSession_Release() argument 344 OH_CaptureSession_HasFlash(Camera_CaptureSession* session, bool* hasFlash) OH_CaptureSession_HasFlash() argument 352 OH_CaptureSession_IsFlashModeSupported(Camera_CaptureSession* session, Camera_FlashMode flashMode, bool* isSupported) OH_CaptureSession_IsFlashModeSupported() argument 362 OH_CaptureSession_GetFlashMode(Camera_CaptureSession* session, Camera_FlashMode* flashMode) OH_CaptureSession_GetFlashMode() argument 370 OH_CaptureSession_SetFlashMode(Camera_CaptureSession* session, Camera_FlashMode flashMode) OH_CaptureSession_SetFlashMode() argument 381 OH_CaptureSession_IsExposureModeSupported(Camera_CaptureSession* session, Camera_ExposureMode exposureMode, bool* isSupported) OH_CaptureSession_IsExposureModeSupported() argument 394 OH_CaptureSession_GetExposureMode(Camera_CaptureSession* session, Camera_ExposureMode* exposureMode) OH_CaptureSession_GetExposureMode() argument 403 OH_CaptureSession_SetExposureMode(Camera_CaptureSession* session, Camera_ExposureMode exposureMode) OH_CaptureSession_SetExposureMode() argument 415 OH_CaptureSession_GetMeteringPoint(Camera_CaptureSession* session, Camera_Point* point) OH_CaptureSession_GetMeteringPoint() argument 423 OH_CaptureSession_SetMeteringPoint(Camera_CaptureSession* session, Camera_Point point) OH_CaptureSession_SetMeteringPoint() argument 433 OH_CaptureSession_GetExposureBiasRange(Camera_CaptureSession* session, float* minExposureBias, float* maxExposureBias, float* step) OH_CaptureSession_GetExposureBiasRange() argument 446 OH_CaptureSession_SetExposureBias(Camera_CaptureSession* session, float exposureBias) OH_CaptureSession_SetExposureBias() argument 452 OH_CaptureSession_GetExposureBias(Camera_CaptureSession* session, float* exposureBias) OH_CaptureSession_GetExposureBias() argument 461 OH_CaptureSession_CanAddInput(Camera_CaptureSession* session, Camera_Input* cameraInput, bool* isSuccessful) OH_CaptureSession_CanAddInput() argument 475 OH_CaptureSession_CanAddPreviewOutput(Camera_CaptureSession* session, Camera_PreviewOutput* cameraOutput, bool* isSuccessful) OH_CaptureSession_CanAddPreviewOutput() argument 489 OH_CaptureSession_CanAddPhotoOutput(Camera_CaptureSession* session, Camera_PhotoOutput* cameraOutput, bool* isSuccessful) OH_CaptureSession_CanAddPhotoOutput() argument 503 OH_CaptureSession_CanAddVideoOutput(Camera_CaptureSession* session, Camera_VideoOutput* cameraOutput, bool* isSuccessful) OH_CaptureSession_CanAddVideoOutput() argument 517 OH_CaptureSession_CanPreconfig(Camera_CaptureSession* session, Camera_PreconfigType preconfigType, bool* canPreconfig) OH_CaptureSession_CanPreconfig() argument 529 OH_CaptureSession_CanPreconfigWithRatio(Camera_CaptureSession* session, Camera_PreconfigType preconfigType, Camera_PreconfigRatio preconfigRatio, bool* canPreconfig) OH_CaptureSession_CanPreconfigWithRatio() argument 541 OH_CaptureSession_Preconfig(Camera_CaptureSession* session, Camera_PreconfigType preconfigType) OH_CaptureSession_Preconfig() argument 550 OH_CaptureSession_PreconfigWithRatio(Camera_CaptureSession* session, Camera_PreconfigType preconfigType, Camera_PreconfigRatio preconfigRatio) OH_CaptureSession_PreconfigWithRatio() argument 564 OH_CaptureSession_GetExposureValue(Camera_CaptureSession* session, float* exposureValue) OH_CaptureSession_GetExposureValue() argument 579 OH_CaptureSession_GetFocalLength(Camera_CaptureSession* session, float* focalLength) OH_CaptureSession_GetFocalLength() argument 594 OH_CaptureSession_SetSmoothZoom(Camera_CaptureSession *session, float targetZoom, Camera_SmoothZoomMode smoothZoomMode) OH_CaptureSession_SetSmoothZoom() argument 608 OH_CaptureSession_GetSupportedColorSpaces(Camera_CaptureSession* session, OH_NativeBuffer_ColorSpace** colorSpace, uint32_t* size) OH_CaptureSession_GetSupportedColorSpaces() argument 626 OH_CaptureSession_DeleteColorSpaces(Camera_CaptureSession* session, OH_NativeBuffer_ColorSpace* colorSpace) OH_CaptureSession_DeleteColorSpaces() argument 642 OH_CaptureSession_GetActiveColorSpace(Camera_CaptureSession* session, OH_NativeBuffer_ColorSpace* colorSpace) OH_CaptureSession_GetActiveColorSpace() argument 658 OH_CaptureSession_SetActiveColorSpace(Camera_CaptureSession* session, OH_NativeBuffer_ColorSpace colorSpace) OH_CaptureSession_SetActiveColorSpace() argument 672 OH_CaptureSession_RegisterAutoDeviceSwitchStatusCallback(Camera_CaptureSession* session, OH_CaptureSession_OnAutoDeviceSwitchStatusChange autoDeviceSwitchStatusChange) OH_CaptureSession_RegisterAutoDeviceSwitchStatusCallback() argument 686 OH_CaptureSession_UnregisterAutoDeviceSwitchStatusCallback(Camera_CaptureSession* session, OH_CaptureSession_OnAutoDeviceSwitchStatusChange autoDeviceSwitchStatusChange) OH_CaptureSession_UnregisterAutoDeviceSwitchStatusCallback() argument 700 OH_CaptureSession_IsAutoDeviceSwitchSupported(Camera_CaptureSession* session, bool* isSupported) OH_CaptureSession_IsAutoDeviceSwitchSupported() argument 712 OH_CaptureSession_EnableAutoDeviceSwitch(Camera_CaptureSession* session, bool enabled) OH_CaptureSession_EnableAutoDeviceSwitch() argument [all...] |
/foundation/multimodalinput/input/service/device_manager/src/ |
H A D | input_device_manager.cpp | 849 void InputDeviceManager::OnSessionLost(SessionPtr session) in OnSessionLost() argument
|