Home
last modified time | relevance | path

Searched refs:state (Results 6876 - 6900 of 21466) sorted by relevance

1...<<271272273274275276277278279280>>...859

/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/
H A Dopenharmony_buffer_queue_itf.cpp50 SLresult GetState(SLOHBufferQueueItf self, SLOHBufferQueueState *state) in GetState() argument
57 AudioPlayerAdapter::GetInstance()->GetStateAdapter(thiz->mId, state); in GetState()
59 AudioCapturerAdapter::GetInstance()->GetStateAdapter(thiz->mId, state); in GetState()
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_touch_manager.cpp47 // register state callback
74 std::string HgmTouchManager::State2String(State state) const in State2String()
81 if (auto iter = stateStringMap.find(state); iter != stateStringMap.end()) { in State2String()
84 return std::to_string(state); in State2String()
/foundation/multimodalinput/input/service/device_state_manager/src/
H A Ddevice_event_monitor.cpp94 int32_t state = eventData.GetWant().GetIntParam("state", -1); in SetCallState() local
95 if (hasHandleRingMute_ && (state == CALL_STATUS_INCOMING || state == CALL_STATUS_DISCONNECTED)) { in SetCallState()
100 callState = eventData.GetWant().GetIntParam("state", -1); in SetCallState()
101 MMI_HILOGI("state %{public}d", callState); in SetCallState()
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Di_cooperate_state.h33 virtual void TransiteTo(Context &context, CooperateState state) = 0;
63 void TransiteTo(Context &context, CooperateState state);
93 void TransiteTo(Context &context, CooperateState state);
/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dapp_state_subscriber.cpp45 void AppStateSubscriber::OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) {} in OnAppStateChanged() argument
93 void AppStateSubscriber::AppStateSubscriberImpl::OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) in OnAppStateChanged() argument
101 subscriber_.OnAppStateChanged(pid, uid, state); in OnAppStateChanged()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_entity.h74 void ChangeState(P2pEntityState *state, const std::shared_ptr<P2pOperation> &operation);
76 void OnP2pStateChangeEvent(P2pState state);
90 void UpdateInterfaceManagerWhenStateChanged(P2pState state);
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_common_utils.c36 SoftBusOOBEState state = SOFTBUS_OOBE_RUNNING; in IsOOBEState() local
37 if (LnnGetOOBEState(&state) != SOFTBUS_OK) { in IsOOBEState()
38 LNN_LOGE(LNN_STATE, "get oobe state fail"); in IsOOBEState()
41 return state != SOFTBUS_OOBE_END; in IsOOBEState()
/foundation/communication/wifi/wifi/utils/inc/
H A Dwifi_hisysevent.h69 void WriteWifiApStateHiSysEvent(int32_t state);
71 void WriteWifiP2pStateHiSysEvent(const std::string& inter, int32_t type, int32_t state);
126 void WriteWifiWpaStateHiSysEvent(int state);
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dself_cure_interface_test.cpp77 OperateResState state = OperateResState::CONNECT_AP_CONNECTED; in DealStaConnChangedTest() local
80 pSelfCureInterface->DealStaConnChanged(state, info, instId); in DealStaConnChangedTest()
82 pSelfCureInterface->DealStaConnChanged(state, info, instId); in DealStaConnChangedTest()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Difeeding_smoother.h52 void SetBaselineInitState(const bool state);
53 void SetProcessDynamicBalanceState(const bool state);
54 void SetTimeInitState(const bool state);
/foundation/filemanagement/dfs_service/utils/system/include/
H A Dutils_directory.h68 StageRes state; member
81 const std::string &peerSssionName, int32_t errCode, StageRes state);
84 const std::string &peerSssionName, int32_t errCode, StageRes state);
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_snk_test.cpp34 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged() argument
101 * @tc.desc: Get device playing state by address when peer device is on connected
109 int state = profile_->GetPlayingState(device); in HWTEST_F() local
110 EXPECT_EQ(state, BT_SUCCESS); in HWTEST_F()
177 * @tc.desc: Get device connection state by address
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_inst.h40 // configuration state
44 // busy state, bit used
51 uint8_t state; member
134 uint8_t state; member
149 uint8_t state; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dnet.h72 FILLP_UINT8 state; member
95 void FillpNetconnSetState(struct FtNetconn *conn, FILLP_UINT8 state);
97 #define NETCONN_GET_STATE(_conn) ((_conn)->state)
/kernel/linux/linux-5.10/drivers/clk/zynqmp/
H A Dclk-gate-zynqmp.c69 * zynqmp_clk_gate_is_enable() - Check clock state
79 int state, ret; in zynqmp_clk_gate_is_enabled() local
81 ret = zynqmp_pm_clock_getstate(clk_id, &state); in zynqmp_clk_gate_is_enabled()
83 pr_warn_once("%s() clock get state failed for %s, ret = %d\n", in zynqmp_clk_gate_is_enabled()
88 return state ? 1 : 0; in zynqmp_clk_gate_is_enabled()
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H A Dfault.c110 pr_debug("ctx %p: ea %016llx, dsisr %016llx state %d\n", ctx, ea, in spufs_handle_class1()
111 dsisr, ctx->state); in spufs_handle_class1()
114 if (ctx->state == SPU_STATE_RUNNABLE) in spufs_handle_class1()
145 * state, restart the DMA. in spufs_handle_class1()
153 if (ctx->state == SPU_STATE_RUNNABLE) { in spufs_handle_class1()
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
H A Dinit.c34 /* Flush out any pending x87 state: */ in fpu__init_cpu_generic()
37 fpstate_init_soft(&current->thread.fpu.state.soft); in fpu__init_cpu_generic()
133 * Size of the FPU context state. All tasks in the system use the
135 * This is inherent to the XSAVE architecture which puts all state
159 * Subtract off the static size of the register state. in fpu__init_task_struct_size()
162 task_size -= sizeof(((struct task_struct *)0)->thread.fpu.state); in fpu__init_task_struct_size()
165 * Add back the dynamically-calculated register state in fpu__init_task_struct_size()
177 CHECK_MEMBER_AT_END_OF(struct fpu, state); in fpu__init_task_struct_size()
238 * FPU state that is later cloned into all processes:
/kernel/linux/linux-5.10/drivers/acpi/nfit/
H A Dintel.h66 u8 state; member
131 u8 state; member
151 u8 state; member
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Delanfreq.c106 unsigned int state) in elanfreq_target()
130 outb_p(elan_multiplier[state].val80h, REG_CSCDR); in elanfreq_target()
134 outb_p(elan_multiplier[state].val40h, REG_CSCDR); in elanfreq_target()
105 elanfreq_target(struct cpufreq_policy *policy, unsigned int state) elanfreq_target() argument
/kernel/linux/linux-5.10/drivers/extcon/
H A Dextcon-gpio.c3 * extcon_gpio.c - Single-state GPIO extcon driver based on extcon class
23 * struct gpio_extcon_data - A simple GPIO-controlled extcon device state container.
31 * @check_on_resume: Boolean describing whether to check the state of gpio
46 int state; in gpio_extcon_work() local
51 state = gpiod_get_value_cansleep(data->gpiod); in gpio_extcon_work()
52 extcon_set_state_sync(data->edev, data->extcon_id, state); in gpio_extcon_work()
/kernel/linux/linux-5.10/drivers/net/dsa/b53/
H A Db53_serdes.h112 struct phylink_link_state *state);
114 const struct phylink_link_state *state);
120 struct phylink_link_state *state);
/kernel/linux/linux-5.10/drivers/mux/
H A Dgpio.c22 static int mux_gpio_set(struct mux_control *mux, int state) in mux_gpio_set() argument
25 DECLARE_BITMAP(values, BITS_PER_TYPE(state)); in mux_gpio_set()
27 values[0] = state; in mux_gpio_set()
76 ret = device_property_read_u32(dev, "idle-state", (u32 *)&idle_state); in mux_gpio_probe()
79 dev_err(dev, "invalid idle-state %u\n", idle_state); in mux_gpio_probe()
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Dsha1.c24 void powerpc_sha_transform(u32 *state, const u8 *src);
47 powerpc_sha_transform(sctx->state, src); in powerpc_sha1_update()
79 /* Store state in digest */ in powerpc_sha1_final()
81 dst[i] = cpu_to_be32(sctx->state[i]); in powerpc_sha1_final()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H A Dfault.c110 pr_debug("ctx %p: ea %016llx, dsisr %016llx state %d\n", ctx, ea, in spufs_handle_class1()
111 dsisr, ctx->state); in spufs_handle_class1()
114 if (ctx->state == SPU_STATE_RUNNABLE) in spufs_handle_class1()
145 * state, restart the DMA. in spufs_handle_class1()
153 if (ctx->state == SPU_STATE_RUNNABLE) { in spufs_handle_class1()
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/
H A Dcpufreq.sh211 if [ ! -d $SYSFS/power/ -o ! -f $SYSFS/power/state ]; then
212 printf "$SYSFS/power/state not available\n"
226 present=$(cat $SYSFS/power/state | grep $filename)
229 printf "Tried to $1 but $filename isn't present in $SYSFS/power/state\n"
235 echo $filename > $SYSFS/power/state
238 printf "Do basic tests after finishing $1 to verify cpufreq state\n\n"

Completed in 24 milliseconds

1...<<271272273274275276277278279280>>...859