Home
last modified time | relevance | path

Searched defs:cmd (Results 1201 - 1225 of 1679) sorted by relevance

1...<<41424344454647484950>>...68

/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A Drga2_drv.c101 static const char *rga2_get_cmd_mode_str(u32 cmd) in rga2_get_cmd_mode_str() argument
1173 static long rga_ioctl(struct file *file, uint32_t cmd, unsigned long arg) in rga_ioctl() argument
1356 static long compat_rga_ioctl(struct file *file, uint32_t cmd, unsigned long arg) in compat_rga_ioctl() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Dcif-scale.c240 static long rkcif_scale_ioctl_default(struct file *file, void *fh, bool valid_prio, unsigned int cmd, void *arg) in rkcif_scale_ioctl_default() argument
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dcapture.c1292 static long rkisp_ioctl_default(struct file *file, void *fh, bool valid_prio, unsigned int cmd, void *arg) in rkisp_ioctl_default() argument
/device/soc/rockchip/common/sdk_linux/ipc/
H A Dmsg.c390 static int msgctl_down(struct ipc_namespace *ns, int msqid, int cmd, struct ipc64_perm *perm, int msg_qbytes) in msgctl_down() argument
464 static int msgctl_info(struct ipc_namespace *ns, int msqid, int cmd, struct msginfo *msginfo) in msgctl_info() argument
500 static int msgctl_stat(struct ipc_namespace *ns, int msqid, int cmd, struct msqid64_ds *p) in msgctl_stat() argument
580 ksys_msgctl(int msqid, int cmd, struct msqid_ds __user *buf, int version) ksys_msgctl() argument
634 ksys_old_msgctl(int msqid, int cmd, struct msqid_ds __user *buf) ksys_old_msgctl() argument
722 compat_ksys_msgctl(int msqid, int cmd, void __user *uptr, int version) compat_ksys_msgctl() argument
776 compat_ksys_old_msgctl(int msqid, int cmd, void __user *uptr) compat_ksys_old_msgctl() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/mfd/
H A Drk808.c911 char cmd; in rk8xx_dbg_store() local
1034 rk817_reboot_notifier_handler(struct notifier_block *nb, unsigned long action, void *cmd) rk817_reboot_notifier_handler() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_kcpu.c161 kbase_jit_add_to_pending_alloc_list( struct kbase_kcpu_command_queue *queue, struct kbase_kcpu_command *cmd) kbase_jit_add_to_pending_alloc_list() argument
200 kbase_kcpu_jit_allocate_process( struct kbase_kcpu_command_queue *queue, struct kbase_kcpu_command *cmd) kbase_kcpu_jit_allocate_process() argument
399 kbase_kcpu_jit_allocate_finish( struct kbase_kcpu_command_queue *queue, struct kbase_kcpu_command *cmd) kbase_kcpu_jit_allocate_finish() argument
443 kbase_kcpu_jit_free_process(struct kbase_kcpu_command_queue *queue, struct kbase_kcpu_command *const cmd) kbase_kcpu_jit_free_process() argument
1546 struct kbase_kcpu_command *cmd = kcpu_queue_process() local
1833 KBASE_TLSTREAM_TL_KBASE_KCPUQUEUE_ENQUEUE_COMMAND( const struct kbase_kcpu_command_queue *queue, const struct kbase_kcpu_command *cmd) KBASE_TLSTREAM_TL_KBASE_KCPUQUEUE_ENQUEUE_COMMAND() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_escan.c362 int cmd = 0; in wl_escan_notify_complete() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dcif-scale.c255 rkcif_scale_ioctl_default(struct file *file, void *fh, bool valid_prio, unsigned int cmd, void *arg) rkcif_scale_ioctl_default() argument
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_dash.h73 __u32 cmd; member
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga3_reg_info.c2046 int32_t m, *cmd; in rga3_set_reg() local
/device/soc/rockchip/rk3588/kernel/include/uapi/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt_reader.h452 __u16 cmd; member
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Dcapture.c1296 rkisp_ioctl_default(struct file *file, void *fh, bool valid_prio, unsigned int cmd, void *arg) rkisp_ioctl_default() argument
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger.c436 char *cmd; in fiq_debugger_work() local
414 fiq_debugger_schedule_work(struct fiq_debugger_state *state, char *cmd) fiq_debugger_schedule_work() argument
464 fiq_debugger_irq_exec(struct fiq_debugger_state *state, char *cmd) fiq_debugger_irq_exec() argument
623 fiq_debugger_fiq_exec(struct fiq_debugger_state *state, const char *cmd, const struct pt_regs *regs, void *svc_sp) fiq_debugger_fiq_exec() argument
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/
H A Djs_ability_delegator.cpp659 std::string cmd; in OnExecuteShellCommand() local
1282 ParseExecuteShellCommandPara( napi_env env, NapiCallbackInfo& info, std::string &cmd, TimeoutCallback &opt, int64_t &timeout) ParseExecuteShellCommandPara() argument
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp335 DrawCmd cmd; in DrawLine() local
367 DrawCmd cmd; in DrawCurve() local
461 DrawCmd cmd; DrawRectSetCmd() local
486 DrawCmd cmd; StrokeRect() local
547 DrawCmd cmd; DrawCircle() local
635 DrawCmd cmd; DrawArc() local
673 DrawCmd cmd; DrawLabel() local
698 DrawCmd cmd; DrawImage() local
733 DrawCmd cmd; DrawImage() local
813 DrawCmd cmd; DrawPath() local
855 DrawCmd cmd; FillPath() local
1432 DrawCmd cmd; StrokeText() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.cpp645 void A2dpProfilePeer::SetCurrentCmd(uint8_t cmd) in SetCurrentCmd() argument
/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_impl.cpp92 Status OnCallback(const std::shared_ptr<Pipeline::Filter>& filter, Pipeline::FilterCallBackCommand cmd, in OnCallback() argument
892 void HiTransCoderImpl::OnCallback(std::shared_ptr<Pipeline::Filter> filter, const Pipeline::FilterCallBackCommand cmd, in OnCallback() argument
/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp52 Status OnCallback(const std::shared_ptr<Pipeline::Filter>& filter, Pipeline::FilterCallBackCommand cmd, in OnCallback() argument
534 Status HiRecorderImpl::OnCallback(std::shared_ptr<Pipeline::Filter> filter, const Pipeline::FilterCallBackCommand cmd, in OnCallback() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedia_datashare_ext_ability.cpp269 static void CollectPermissionInfo(MediaLibraryCommand &cmd, const string &mode, in CollectPermissionInfo() argument
284 static int32_t CheckOpenFilePermission(MediaLibraryCommand &cmd, string &mode) in CheckOpenFilePermission() argument
313 AddHiddenAlbumPermission(MediaLibraryCommand &cmd, vector<string> &outPerms) AddHiddenAlbumPermission() argument
321 SystemApiCheck(MediaLibraryCommand &cmd) SystemApiCheck() argument
370 HandleNoPermCheck(MediaLibraryCommand &cmd) HandleNoPermCheck() argument
392 HandleSecurityComponentPermission(MediaLibraryCommand &cmd) HandleSecurityComponentPermission() argument
423 HandleRestorePermission(MediaLibraryCommand &cmd) HandleRestorePermission() argument
431 UserFileMgrPermissionCheck(MediaLibraryCommand &cmd, const bool isWrite) UserFileMgrPermissionCheck() argument
460 PhotoAccessHelperPermCheck(MediaLibraryCommand &cmd, const bool isWrite) PhotoAccessHelperPermCheck() argument
516 HandleSpecialObjectPermission(MediaLibraryCommand &cmd, bool isWrite) HandleSpecialObjectPermission() argument
533 UnifyOprnObject(MediaLibraryCommand &cmd) UnifyOprnObject() argument
554 MediatoolPermCheck(MediaLibraryCommand &cmd) MediatoolPermCheck() argument
566 CheckPermFromUri(MediaLibraryCommand &cmd, bool isWrite) CheckPermFromUri() argument
606 CheckIsOwner(const Uri &uri, MediaLibraryCommand &cmd, const string &mode) CheckIsOwner() argument
635 AddOwnerCheck(MediaLibraryCommand &cmd, DataSharePredicates &appidPredicates) AddOwnerCheck() argument
[all...]
H A Dmedialibrary_analysis_album_operations.cpp492 QueryGroupPhotoAlbum( MediaLibraryCommand &cmd, const std::vector<std::string> &columns) QueryGroupPhotoAlbum() argument
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dmanual_ondemand_helper.cpp1142 std::string cmd = ""; in TestProcess() local
1144 cin >> cmd; in TestProcess() local
1163 std::string cmd = ""; in TestSystemAbility() local
1165 cin >> cmd; in TestSystemAbility() local
1306 std::string cmd = ""; TestOnDemandPolicy() local
1308 cin >> cmd; TestOnDemandPolicy() local
1416 std::string cmd = ""; TestOnDemandPolicy1() local
1418 cin >> cmd; TestOnDemandPolicy1() local
1466 std::string cmd = ""; TestCommonEvent() local
1468 cin >> cmd; TestCommonEvent() local
1504 std::string cmd = ""; TestCheckSystemAbility() local
1506 cin >> cmd; TestCheckSystemAbility() local
1520 TestIntCommand(OHOS::OnDemandHelper& ondemandHelper, string& cmd) TestIntCommand() argument
1547 TestStringCommand(OHOS::OnDemandHelper& ondemandHelper, string& cmd) TestStringCommand() argument
1578 string cmd = "load"; main() local
1584 cin >> cmd; main() local
[all...]
H A Dondemand_helper.cpp1137 std::string cmd = ""; in TestProcess() local
1453 std::string cmd = ""; in TestCheckSystemAbility() local
1528 int32_t cmd = atoi(argv[FIRST_NUM]); in main() local
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp992 int DBinderDatabusInvoker::TranslateIRemoteObject(int32_t cmd, const sptr<IRemoteObject> &obj) in TranslateIRemoteObject() argument
/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp482 std::vector<const char *> FormatCmd(const std::vector<std::string> &cmd) in FormatCmd() argument
583 const std::vector<std::string> cmd = Split(command, CMD_SEP); in ForkExec() local
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/hostapd_hal/
H A Dwifi_hostapd_hal.c354 static int WpaCtrlCommand(struct wpa_ctrl *ctrl, const char *cmd, char *buf, size_t bufSize) in WpaCtrlCommand() argument
389 char cmd[BUFSIZE_CMD] = {0}; in SetApName() local
404 char cmd[BUFSIZE_CMD] = {0}; in SetApRsnPairwise() local
418 char cmd[BUFSIZE_CMD] = {0}; SetApWpaPairwise() local
432 char cmd[BUFSIZE_CMD] = {0}; SetApWpaKeyMgmt() local
444 char cmd[BUFSIZE_CMD] = {0}; SetApWpaValue() local
488 char cmd[BUFSIZE_CMD] = {0}; SetApPasswd() local
499 char cmd[BUFSIZE_CMD] = {0}; SetApChannel() local
510 char cmd[BUFSIZE_CMD] = {0}; SetApWmm() local
521 char cmd[BUFSIZE_CMD] = {0}; SetAp80211n() local
532 char cmd[BUFSIZE_CMD] = {0}; SetApBand() local
562 int cmd = 0; SendPrivateCmd() local
651 AddParam(unsigned int position, const char *cmd, const char *arg, char outDataBuf[], unsigned int outSize) AddParam() argument
729 char cmd[BUFSIZE_CMD] = {0}; SetApMaxConn() local
802 char cmd[BUFSIZE_CMD] = {0}; ModBlockList() local
827 char cmd[BUFSIZE_CMD] = {0}; AddBlocklist() local
852 char cmd[BUFSIZE_CMD] = {0}; DelBlocklist() local
913 char cmd[BUFSIZE_CMD] = {0}; ShowConnectedDevList() local
965 char cmd[BUFSIZE_CMD] = {0}; DisConnectedDev() local
979 char cmd[BUFSIZE_CMD] = {0}; SetCountryCode() local
[all...]

Completed in 42 milliseconds

1...<<41424344454647484950>>...68