/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | stream_v20.c | 322 if (dev->ispp_sdev.state != ISPP_STOP) {
in rkispp_module_work_event() 337 if (dev->ispp_sdev.state == ISPP_STOP) {
in rkispp_module_work_event() 371 if (dev->inp != INP_ISP || ispp_sdev->state) {
in start_isp()
|
H A D | stream.c | 349 int rkispp_frame_end(struct rkispp_stream *stream, u32 state) in rkispp_frame_end() argument 358 if (state == FRAME_IRQ && dev->stream_vdev.is_done_early) { in rkispp_frame_end() 574 /* enable dma immediately, config in idle state */ in secure_config_mb() 652 if (dev->ispp_sdev.state == ISPP_STOP) { in config_mb() 960 static void destroy_buf_queue(struct rkispp_stream *stream, enum vb2_buffer_state state) in destroy_buf_queue() argument 975 vb2_buffer_done(&buf->vb.vb2_buf, state); in destroy_buf_queue() 980 if (queue->bufs[i]->state == VB2_BUF_STATE_ACTIVE) { in destroy_buf_queue() 1556 if (dev->ispp_sdev.state == ISPP_STOP || monitor->retry > 3) { in restart_module() 1564 if (dev->ispp_sdev.state == ISPP_STOP) { in restart_module() 1655 if (dev->hw_dev->is_shutdown || dev->ispp_sdev.state in restart_monitor() [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_wlfc.h | 211 uint16 pktgen_rcv_state; /* receive state */ 305 uint8 state; member 362 uint8 state; /**< eg WLFC_STATE_OPEN */ member 387 /** flag. TRUE when remote MAC is in suppressed state */ 557 /** ON/OFF state for flow control to the host network interface */ 780 int dhd_wlfc_flowcontrol(dhd_pub_t *dhdp, bool state, bool bAcquireLock);
|
/device/soc/rockchip/rk3588/kernel/drivers/pci/ |
H A D | pci.h | 58 * @set_state: invokes the platform firmware to set the device's power state 60 * @get_state: queries the platform firmware for a device's current power state 62 * @refresh_state: asks the platform to refresh the device's power state data 64 * @choose_state: returns PCI power state of given device preferred by the 66 * sleeping state to the working state and vice versa 80 int (*set_state)(struct pci_dev *dev, pci_power_t state); 89 void pci_update_current_state(struct pci_dev *dev, pci_power_t state); 115 /* Wait 100 ms before the system can be put into a sleep state. */ in pci_wakeup_event() 349 * pci_dev_set_io_state - Set the new error state i [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
H A D | stream_v20.c | 330 if (dev->ispp_sdev.state != ISPP_STOP) in rkispp_module_work_event() 345 if (dev->ispp_sdev.state == ISPP_STOP) { in rkispp_module_work_event() 378 if (dev->inp != INP_ISP || ispp_sdev->state) in start_isp()
|
H A D | stream.c | 339 int rkispp_frame_end(struct rkispp_stream *stream, u32 state) in rkispp_frame_end() argument 348 if (state == FRAME_IRQ && dev->stream_vdev.is_done_early) in rkispp_frame_end() 577 /* enable dma immediately, config in idle state */ in secure_config_mb() 657 if (dev->ispp_sdev.state == ISPP_STOP) in config_mb() 991 enum vb2_buffer_state state) in destroy_buf_queue() 1007 vb2_buffer_done(&buf->vb.vb2_buf, state); in destroy_buf_queue() 1012 if (queue->bufs[i]->state == VB2_BUF_STATE_ACTIVE) in destroy_buf_queue() 1626 if (dev->ispp_sdev.state == ISPP_STOP || monitor->retry > 3) { in restart_module() 1634 if (dev->ispp_sdev.state == ISPP_STOP) { in restart_module() 1727 if (dev->hw_dev->is_shutdown || dev->ispp_sdev.state in restart_monitor() 990 destroy_buf_queue(struct rkispp_stream *stream, enum vb2_buffer_state state) destroy_buf_queue() argument [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/ |
H A D | form_extension_provider_client.cpp | 372 FormState state = FormState::UNKNOWN; in NotifyFormExtensionAcquireState() local 377 state = ownerFormExtension->OnAcquireFormState(wantArg); in NotifyFormExtensionAcquireState() 379 HandleAcquireStateResult(state, provider, wantArg, want, callerToken); in NotifyFormExtensionAcquireState()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
H A D | ability_mgr_feature.cpp | 303 int32 state = static_cast<int32>(ret); in AbilityTransactionDoneInvoke() local 307 transactionState->state = state; in AbilityTransactionDoneInvoke()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_connect_manager.h | 155 void OnAbilityRequestDone(const sptr<IRemoteObject> &token, const int32_t state); 163 * @param state, the state of ability lift cycle. 166 int AbilityTransitionDone(const sptr<IRemoteObject> &token, int state); 437 * @param state. 439 int DispatchInactive(const std::shared_ptr<AbilityRecord> &abilityRecord, int state);
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | render_list_item.cpp | 367 std::string state = sticky ? "true" : "false"; in ResetFocusEffect() local 368 std::string param = std::string(R"("sticky",{"state":)").append(state).append("},null"); in ResetFocusEffect()
|
/foundation/arkui/ace_engine/frameworks/core/components/refresh/ |
H A D | render_refresh.cpp | 31 const char PULL_DOWN_START[] = "start"; // Pull-down event, state is start 32 const char PULL_DOWN_END[] = "end"; // Pull-down event, state is end 182 LOGI("RenderRefresh Initialize state:%{public}d", refreshing_); in Initialize() 322 void RenderRefresh::FirePullDownEvent(const std::string& state) const in FirePullDownEvent() 325 LOGI("PullDown Event, state is %{public}s", state.c_str()); in FirePullDownEvent() 326 std::string param = std::string(R"("pulldown",{"state":")").append(state).append("\"},null"); in FirePullDownEvent()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_animator.cpp | 159 JSClass<JSAnimator>::StaticMethod("state", &JSAnimator::SetState, opt); in JSBind() 207 void JSAnimator::SetState(int32_t state) in SetState() argument 212 TAG_LOGW(AceLogTag::ACE_ANIMATION, "animator component setState failed, id:%{public}s, state:%{public}d", in SetState() 213 animatorId_.c_str(), state); in SetState() 218 auto operation = static_cast<AnimationStatus>(state); in SetState()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_profile.h | 40 * @brief This struct provides a set of pointers for informing the state change. 50 * @brief Informs that the connection state is changed. 53 * @param[in] state The connection state. Refer to <b>BTConnectState</b>. 55 std::function<void(const RawAddress &rawAddr, int state)> onConnectionStateChanged; 434 * @brief Gets the connection state of the specified bluetooth device. 437 * @return The connection state. Refer to <b>BTConnectState</b>. 1084 * @param[in] state The value of the key state. Refer to <b>AvrcTgKeyState</b>. 1087 void ProcessPassTimeout(RawAddress rawAddr, uint8_t button, uint8_t state, uint8_ [all...] |
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | camera_capture_video.cpp | 114 static int32_t SwitchMode(std::shared_ptr<CameraCaptureVideo> testObj, State state) in SwitchMode() argument 118 if (testObj->currentState_ != state) { in SwitchMode() 120 testObj->currentState_ = state; in SwitchMode()
|
/foundation/multimodalinput/input/intention/drag/client/src/ |
H A D | drag_client.cpp | 499 int32_t state = 0; in OnStateChangedMessage() local 500 pkt >> state; in OnStateChangedMessage() local 507 listener->OnDragMessage(static_cast<DragState>(state)); in OnStateChangedMessage()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | system_ability_manager.h | 60 ListenerState state = ListenerState::INIT; member 62 :listener(lst), callingPid(cpid), state(sta) {} in SAListener() 248 AbilityState state = AbilityState::INIT; member
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/ |
H A D | lnn_network_manager.c | 230 LNN_LOGE(LNN_BUILDER, "wifi user background state change evt handler get invalid param"); in NetUserStateEventHandler() 260 LNN_LOGE(LNN_BUILDER, "wifi user background state change evt handler get invalid param"); in NetLockStateEventHandler() 287 LNN_LOGE(LNN_BUILDER, "OOBE state change evt handler get invalid param"); in NetOOBEStateEventHandler() 291 SoftBusOOBEState state = (SoftBusOOBEState)event->status; in NetOOBEStateEventHandler() local 292 switch (state) { in NetOOBEStateEventHandler() 299 LNN_LOGI(LNN_BUILDER, "wifi handle oobe state=%{public}d", state); in NetOOBEStateEventHandler() 577 LNN_LOGE(LNN_BUILDER, "account state change evt handler get invalid param"); in NetAccountStateChangeEventHandler() 634 LNN_LOGE(LNN_BUILDER, "Net regist OOBE state evt handler fail"); in LnnRegisterEvent() 748 "wifi condition state in LnnIsAutoNetWorkingEnabled() [all...] |
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/ |
H A D | wifi_scan_stub.cpp | 404 bool state = false; in OnGetScanOnlyAvailable() local 405 ErrCode ret = GetScanOnlyAvailable(state); in OnGetScanOnlyAvailable() 409 reply.WriteBool(state); in OnGetScanOnlyAvailable()
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/ |
H A D | daudio_source_manager.cpp | 366 const int32_t state) in OnHardwareStateChanged() 368 DHLOGI("On distributed hardware state changed devId: %{public}s, dhId: %{public}s, ret: %{public}d.", in OnHardwareStateChanged() 369 GetAnonyString(devId).c_str(), dhId.c_str(), state); in OnHardwareStateChanged() 372 return ipcCallback_->OnHardwareStateChanged(devId, dhId, state); in OnHardwareStateChanged() 365 OnHardwareStateChanged(const std::string &devId, const std::string &dhId, const int32_t state) OnHardwareStateChanged() argument
|
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/ |
H A D | dspeaker_client.cpp | 367 DHLOGD("On state change. type: %{public}d", type); in OnStateChange() 482 void DSpeakerClient::OnStateChange(const AudioStandard::RendererState state, in OnStateChange() argument 485 DHLOGD("On render state change. state: %{public}d", state); in OnStateChange() 494 cJSON_AddStringToObject(jParam, KEY_STATE, std::to_string(state).c_str()); in OnStateChange() 504 DHLOGD("Audio render state changes notification result, event: %{public}s.", str.c_str()); in OnStateChange()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen_manager.cpp | 269 DHLOGI("dScreen state Already is ENABLED or ENABLING."); in EnableDistributedScreen() 305 DHLOGE("dScreen state is invalid."); in DisableDistributedScreen() 377 DScreenState state = dScreen->GetState(); in GetScreenDumpInfo() local 379 stateMap.find(state) == stateMap.end() ? "unknown state" : stateMap.find(state)->second; in GetScreenDumpInfo() 385 " \"state\" : \"" + screenState + "\"\n"; in GetScreenDumpInfo() 487 DHLOGE("videoParam is null, back to enabled state screedId: %{public}" PRIu64, dScreen->GetScreenId()); in NotifyRemoteSinkSetUp() 494 DHLOGE("mapRelation not found, back to enabled state screedId: %{public}" PRIu64, dScreen->GetScreenId()); in NotifyRemoteSinkSetUp()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 1258 int32_t InputManagerImpl::SetHoverScrollState(bool state) in SetHoverScrollState() argument 1263 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->SetHoverScrollState(state); in SetHoverScrollState() 1265 MMI_HILOGE("Set mouse hover scroll state failed, ret:%{public}d", ret); in SetHoverScrollState() 1274 int32_t InputManagerImpl::GetHoverScrollState(bool &state) in GetHoverScrollState() argument 1279 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetHoverScrollState(state); in GetHoverScrollState() 1281 MMI_HILOGE("Get mouse hover scroll state failed, ret:%{public}d", ret); in GetHoverScrollState() 1757 bool state { false }; in GetFunctionKeyState() 1758 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetFunctionKeyState(funcKey, state); in GetFunctionKeyState() 1762 return state; in GetFunctionKeyState() 1902 int32_t InputManagerImpl::SetTouchpadScrollDirection(bool state) in SetTouchpadScrollDirection() argument 1918 GetTouchpadScrollDirection(bool &state) GetTouchpadScrollDirection() argument [all...] |
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 199 singleKnuckleGesture_.state = false; in HandlePointerActionDownEvent() 200 doubleKnuckleGesture_.state = false; in HandlePointerActionDownEvent() 383 singleKnuckleGesture_.state = false; in SingleKnuckleGestureProcesser() 391 doubleKnuckleGesture_.state = false; in DoubleKnuckleGestureProcesser() 420 knuckleGesture.state = true; in KnuckleGestureProcessor() 643 touchEvent->GetPointerIds().size() != SINGLE_KNUCKLE_SIZE || singleKnuckleGesture_.state) { in CheckKnuckleCondition() 2112 int32_t state = NapProcess::GetInstance()->GetNapClientPid(); in LaunchAbility() local 2113 if (state == REMOVE_OBSERVER) { in LaunchAbility() 2114 MMI_HILOGW("nap client status:%{public}d", state); in LaunchAbility() 2408 "| GestureAction: %s \t", singleKnuckleGesture_.state in PrintGestureInfo() [all...] |
/foundation/window/window_manager/wmserver/src/ |
H A D | window_node_container.cpp | 1702 void WindowNodeContainer::ProcessWindowStateChange(WindowState state, WindowStateChangeReason reason) in ProcessWindowStateChange() argument 1707 TraverseAndUpdateWindowState(state, topPriority); in ProcessWindowStateChange() 1715 void WindowNodeContainer::TraverseAndUpdateWindowState(WindowState state, int32_t topPriority) in TraverseAndUpdateWindowState() argument 1719 UpdateWindowState(node, topPriority, state); in TraverseAndUpdateWindowState() 1723 void WindowNodeContainer::UpdateWindowState(sptr<WindowNode> node, int32_t topPriority, WindowState state) in UpdateWindowState() argument 1732 node->GetWindowToken()->UpdateWindowState(state); in UpdateWindowState() 1734 HandleKeepScreenOn(node, state); in UpdateWindowState() 1738 UpdateWindowState(childNode, topPriority, state); in UpdateWindowState() 1742 void WindowNodeContainer::HandleKeepScreenOn(const sptr<WindowNode>& node, WindowState state) in HandleKeepScreenOn() argument 1748 if (state in HandleKeepScreenOn() [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_tlstream.c | 178 * @autoflush_counter: counter tracking stream's autoflush state
306 {KBASE_TL_ATTRIB_ATOM_STATE, __stringify(KBASE_TL_ATTRIB_ATOM_STATE), "atom state", "@pI", "atom,state"},
322 {KBASE_AUX_PM_STATE, __stringify(KBASE_AUX_PM_STATE), "PM state", "@IL", "core_type,core_state_bitset"},
1686 void __kbase_tlstream_tl_attrib_atom_state(void *atom, u32 state)
in __kbase_tlstream_tl_attrib_atom_state() argument 1689 const size_t msg_size = sizeof(msg_id) + sizeof(u64) + sizeof(atom) + sizeof(state);
in __kbase_tlstream_tl_attrib_atom_state() 1700 pos = kbasep_tlstream_write_bytes(buffer, pos, &state, sizeof(state));
in __kbase_tlstream_tl_attrib_atom_state() 1845 void __kbase_tlstream_aux_pm_state(u32 core_type, u64 state)
in __kbase_tlstream_aux_pm_state() argument 1848 const size_t msg_size = sizeof(msg_id) + sizeof(u64) + sizeof(core_type) + sizeof(state);
in __kbase_tlstream_aux_pm_state() [all...] |