Home
last modified time | relevance | path

Searched refs:control (Results 1 – 25 of 1196) sorted by relevance

12345678910>>...48

/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/
H A Dv4l2_control.cpp50 for (auto itr = control.begin(); itr != control.end(); itr++) { in V4L2SetCtrls()
78 auto iter = control.begin(); in V4L2VidiocGExtCtrls()
111 for (auto itr = control.begin(); itr != control.end(); itr++) { in V4L2GetCtrls()
209 control.push_back(ctrl); in V4L2SetValue()
261 V4L2SetValue(fd, control, ctrl, qCtrl); in V4L2EnumExtControls()
265 control.push_back(ctrl); in V4L2EnumExtControls()
312 control.push_back(ctrl); in V4L2GetControl()
324 rc = V4L2GetControl(fd, control, id); in V4L2EnumControls()
330 rc = V4L2GetControl(fd, control, id); in V4L2EnumControls()
354 V4L2EnumControls(fd, control); in V4L2GetControls()
[all …]
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-thermal_control.md7control feature. If a device becomes overheated during usage, thermal control measures need to be …
41 **Table 1** Configuration items for thermal control
45 | name="airplane" | Airplane mode control| N/A| N/A| N/A| N/A|
46 | name="cpu_big" | Big-core CPU control (big-core CPU frequency)| N/A| N/A| N/A| N/A|
48 | name="cpu_lit" | Small-core CPU control (small-core CPU frequency)| N/A| N/A| N/A| N/A|
49 | name="gpu" | GPU control (GPU frequency)| N/A| N/A| N/A| N/A|
52 | name="lcd" | LCD control (screen brightness)| N/A| N/A| N/A| N/A|
53 | name="volume" | Sound control (volume)| uid | User ID| int | Product-specific|
62 | name="popup" | Pop-up window control (pop-up window display)| N/A| N/A| N/A| N/A|
136 2. Obtain the current thermal control information.
[all …]
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/include/
H A Dv4l2_control.h38 RetCode V4L2GetControls(int fd, std::vector<DeviceControl>& control);
39 RetCode V4L2SetCtrls(int fd, std::vector<DeviceControl>& control, const int numControls);
41 v4l2_ext_control *cList, std::vector<DeviceControl>& control);
42 RetCode V4L2GetCtrls(int fd, std::vector<DeviceControl>& control, const int numControls);
45 void V4L2SetValue(int fd, std::vector<DeviceControl>& control, DeviceControl& ctrl,
49 void V4L2EnumExtControls(int fd, std::vector<DeviceControl>& control);
50 void V4L2EnumControls(int fd, std::vector<DeviceControl>& control);
51 int V4L2GetControl(int fd, std::vector<DeviceControl>& control, unsigned int id);
/ohos5.0/docs/zh-cn/application-dev/onlyfortest/media/
H A Dauto-service-test-dev.md13 | controller | number | No | Controller bound to the component to control the page turning.|
23 | controller | number | No | Controller bound to the component to control the page turning.<br>**…
39 | controller | number | No | Controller bound to the component to control the page turning.|
50 | controller | number | No | Controller bound to the component to control the page turning.<br>**…
60 | controller | number | No | Controller bound to the component to control the page turning.<br>**…
74 | controller | number | No | Controller bound to the component to control the page turning.|
84 | controller | number | No | Controller bound to the component to control the page turning.|
94 | controller | number | No | Controller bound to the component to control the page turning.|
104 | controller | number | No | Controller bound to the component to control the page turning.<br>**…
114 | controller | number | No | Controller bound to the component to control the page turning.|
[all …]
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/src/
H A Dcamera_control.cpp82 isFailed |= !HdfSbufWriteUint32(reqData, ctrl.control.id); in CameraQueryConfig()
98 "get defaultValue = %{public}d\n", ctrl.control.ctrlInfo.ctrlId, ctrl.control.ctrlInfo.max, in CameraQueryConfig()
99 ctrl.control.ctrlInfo.min, ctrl.control.ctrlInfo.step, ctrl.control.ctrlInfo.defaultValue); in CameraQueryConfig()
118 isFailed |= !HdfSbufWriteUint32(reqData, ctrl.control.id); in CameraSetConfig()
119 isFailed |= !HdfSbufWriteUint32(reqData, ctrl.control.value); in CameraSetConfig()
145 isFailed |= !HdfSbufWriteUint32(reqData, ctrl.control.id); in CameraGetConfig()
154 isFailed |= !HdfSbufReadUint32(respData, &(ctrl.control.value)); in CameraGetConfig()
172 ctrls.control.id = itr->control.id; in CameraGetConfigs()
178 itr->control.value = ctrls.control.value; in CameraGetConfigs()
195 ctrls.control.id = itr->control.id; in CameraSetConfigs()
[all …]
/ohos5.0/docs/zh-cn/application-dev/onlyfortest/reference/
H A Dauto-service-test.md13 | controller | number | No | Controller bound to the component to control the page turning.|
23 | controller | number | No | Controller bound to the component to control the page turning.<br>**…
39 | controller | number | No | Controller bound to the component to control the page turning.|
50 | controller | number | No | Controller bound to the component to control the page turning.<br>**…
60 | controller | number | No | Controller bound to the component to control the page turning.<br>**…
74 | controller | number | No | Controller bound to the component to control the page turning.|
84 | controller | number | No | Controller bound to the component to control the page turning.|
94 | controller | number | No | Controller bound to the component to control the page turning.|
104 | controller | number | No | Controller bound to the component to control the page turning.<br>**…
114 | controller | number | No | Controller bound to the component to control the page turning.|
[all …]
/ohos5.0/foundation/multimedia/av_session/
H A DREADME.md5 …nt provides unified media control capabilities for the system. It enables users to use the system'…
9 The AVSession component aims to provide unified local and distributed media playback control capabi…
11 The component uses a global playback control entry to fully present media information and distribut…
13 …a applications and easily access Media Controller to use distributed playback control capabilities.
24 …an obtain the playback status and metadata of the session, remotely send control commands to the s…
26 | AVPlaybackCommand(Playback control commands) | Used to describe the audio and video broadcast…
27 | AVSessionEvent(Playback control events) | A utility class that describes audio and video…
33 | RemoteSessionSource(Distributed session control) | Used to send local sessions to the remote end …
34 | RemoteSessionSink(Distributed session control) | Used to receive remote sessions and synchroniz…
36 …e through sessions. AVSessionService receives control commands(Playback control events and Playbac…
[all …]
/ohos5.0/docs/zh-cn/device-dev/guide/
H A DReadme-CN.md5 - [LED外设控制](device-wlan-led-control.md)
9 - [概述](device-camera-control-overview.md)
11 - [拍照开发指导](device-camera-control-demo-photoguide.md)
12 - [录像开发指导](device-camera-control-demo-videoguide.md)
13 - [预览开发指导](device-camera-control-demo-previewguide.md)
14 - [应用实例](device-camera-control-example.md)
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.5/
H A Dchangelogs-ability.md29 | on(type: 'systemAutoStartup', callback: AutoStartupCallback)| No permission control| The **ohos.p…
30 | off(type: 'systemAutoStartup', callback: AutoStartupCallback)| No permission control| The **ohos.…
31 …tup(info: AutoStartupInfo, callback: AsyncCallback<void>)| No permission control| The **ohos.permi…
32 | setApplicationAutoStartup(info: AutoStartupInfo)| No permission control| The **ohos.permission.MA…
33 …tup(info: AutoStartupInfo, callback: AsyncCallback<void>)| No permission control| The **ohos.permi…
34 | cancelApplicationAutoStartup(info: AutoStartupInfo)| No permission control| The **ohos.permission…
35 …ons(info: AutoStartupInfo, callback: AsyncCallback<void>)| No permission control| The **ohos.permi…
36 | queryAllAutoStartupApplications(info: AutoStartupInfo)| No permission control| The **ohos.permiss…
/ohos5.0/docs/en/readme/
H A Dapp-access-control.md5 The application access control subsystem implements permission control and isolated access control
7 Open capabilities of the application access control subsystem include the sandbox management (**San…
11 **Figure 1** Application access control architecture
15 APIs: APIs exposed externally by the application access control subsystem. Some APIs are available …
26 …function for enabling rules. This module depends on the mandatory access control (MAC) mechanism o…
40 Application access control subsystem
/ohos5.0/docs/en/device-dev/guide/
H A DReadme-EN.md5 - [LED Peripheral Control](device-wlan-led-control.md)
9 - [Overview](device-camera-control-overview.md)
11 - [Photographing](device-camera-control-demo-photoguide.md)
12 - [Video Recording](device-camera-control-demo-videoguide.md)
13 - [Previewing](device-camera-control-demo-previewguide.md)
14 - [Use Case](device-camera-control-example.md)
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-mini-basic-ipc-event.md21control block is a structure in the event initialization function. It passes in event identifies f…
40 When an event is written to the event control block, the event control block updates the event set,…
60 The event control block can be destroyed to release resources.
72 | Initializing an event control block | LOS_EventInit | Initializes an event control block.|
74 | Writing an event | LOS_EventWrite | Writes an event to the event control block.|
76 | Destroying events | LOS_EventDestroy | Destroys an event control block.|
83 1. Initialize an event control block.
91 5. Handle the event control block.
93 6. Destroy an event control block.
131 /* Event control struct */
[all …]
H A Dkernel-small-basic-trans-event.md16 - A task triggers or waits for an event by creating an event control block.
22 …e event type to an event control block multiple times is equivalent to writing the event type only…
37 * Event control block data structure
54 When an event is written to the event control block, the event control block updates the event set,…
74 The event control block can be destroyed to release resources.
92 | Initializing an event| **LOS_EventInit**: initializes an event control block.|
96 | Destroying events | **LOS_EventDestroy**: destroys an event control block.|
103 1. Initialize an event control block.
111 5. Handle the event control block.
113 6. Destroy an event control block.
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_effect_v1_0/foo/audio/effect/v1_0/
H A DIEffectControl.idl25 * @param control Indicates the pointer to the effect control to operate.
39 * @param control Indicates the pointer to the effect control to operate.
56 * @param control Indicates the pointer to the effect control to operate.
71 * @param control Indicates the pointer to the effect control to operate.
/ohos5.0/drivers/interface/audio/effect/v1_0/
H A DIEffectControl.idl25 * @param control Indicates the pointer to the effect control to operate.
39 * @param control Indicates the pointer to the effect control to operate.
56 * @param control Indicates the pointer to the effect control to operate.
71 * @param control Indicates the pointer to the effect control to operate.
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A DBUILD.gn19 "control/config/include",
20 "control/db/include",
21 "control/include",
52 "control/config/daily_config.cpp",
53 "control/daily_controller.cpp",
54 "control/db/daily_db_helper.cpp",
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/
H A Dinterface_i_effect_control.md49 | control | 指向要调用该接口的音效控件,该指针参数在编译为C接口后产生。 |
76 | control | 指向要调用该接口的音效控件,该指针参数在编译为C接口后产生。 |
101 | control | 指向要调用该接口的音效控件,该指针参数在编译为C接口后产生。 |
125 | control | 指向要调用该接口的音效控件,该指针参数在编译为C接口后产生。 |
/ohos5.0/docs/en/application-dev/media/avsession/
H A Davsession-overview.md3 …ner. You can use the kit to quickly build unified audio and video display and control capabilities.
31 …For AVSession, one end is the audio and video applications under control, and the other end is a c…
35 …ck state, to AVSession. Through AVSession, the application also receives control commands from the…
39control on audio and video playback behavior. Typical controllers are Media Controller and AI Voic…
47 … an **AVSession** object, create an **AVSessionController** object, send control commands, and lis…
57 … and controller in the local device, so as to implement unified playback control and media informa…
61control and media information display for audio and video applications in the system. For example,…
H A Davsession-access-scene.md3 … provided by AVSession Kit for display and control purposes. This topic describes typical display …
23 5. [Register control commands](#registering-control-commands). The control commands include **play*…
48 // Call activate() after the metadata and control commands are registered.
266 The application can register different control commands through **on()** to implement control opera…
269 > After an AVSession object is created, register control commands supported by the application befo…
271 The table below lists the control commands supported by media assets.
289 | commonCommand | Customizes a control command.|
291 The table below lists the control commands for calling applications.
301control command supported by the system, for example, the **playPrevious** command, it can use **o…
437 … can further supports progress control. To support progress control, the application must respond …
[all …]
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_adapter.cpp33 hwRender->common.control.Start = FastRenderStart; in GetFastRenderFuncs()
34 hwRender->common.control.Stop = FastRenderStop; in GetFastRenderFuncs()
35 hwRender->common.control.Pause = FastRenderPause; in GetFastRenderFuncs()
36 hwRender->common.control.Resume = FastRenderResume; in GetFastRenderFuncs()
37 hwRender->common.control.Flush = FastRenderFlush; in GetFastRenderFuncs()
71 hwRender->common.control.Start = AudioRenderStart; in GetNormalRenderFuncs()
72 hwRender->common.control.Stop = AudioRenderStop; in GetNormalRenderFuncs()
73 hwRender->common.control.Pause = AudioRenderPause; in GetNormalRenderFuncs()
74 hwRender->common.control.Resume = AudioRenderResume; in GetNormalRenderFuncs()
75 hwRender->common.control.Flush = AudioRenderFlush; in GetNormalRenderFuncs()
[all …]
/ohos5.0/base/telephony/cellular_call/
H A DBUILD.gn34 "services/control/src/control_base.cpp",
35 "services/control/src/cs_control.cpp",
36 "services/control/src/ims_control.cpp",
37 "services/control/src/ims_video_call_control.cpp",
38 "services/control/src/satellite_control.cpp",
66 "services/control/include",
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_mixer.c154 int32_t control; member
191 int32_t control; member
301 … (control == 0 || usbMixerNameMap->control == 0 || control == usbMixerNameMap->control)) { in AudioUsbFindMap()
1036 int32_t control; member
1322 if (g_audioFeatureInfo[i].control == control) { in AudioUsbGetFeatureControlInfo()
1337 mixElemInfo->control = featureControl->control; in AudioUsbFeatureCtlInit()
1436 switch (featureControl->control) { in AudioUsbSetKctlItermName()
1599 featureControl.control = g_audioFeatureInfo[i].control; in AudioUsbParseFeatureUnit()
1720 uint8_t *control = NULL; in AudioUsbParseMixerUnitSub() local
1724 …if (control != NULL && AudioUsbCheckMatrixBitmap(control, itemChannels, outChannel, mixCtlParam.nu… in AudioUsbParseMixerUnitSub()
[all …]
/ohos5.0/docs/en/application-dev/napi/
H A Dusb-ddk-guidelines.md5 …terfaces, and performing non-isochronous transfer, isochronous transfer, control transfer, and int…
27 …\*setup, uint32_t timeout, uint8_t \*data, uint32_t \*dataLen) | Sends a control read transfer req…
28 …tup \*setup, uint32_t, const uint8_t \*data, uint32_t dataLen) | Sends a control write transfer re…
94 4. Send control read requests and control write requests.
96 …t** of **usb_ddk_api.h** to send a control read request, or call **OH_Usb_SendControlWriteRequest*…
110 // Send a control read request.
121 // Send a control write request.
/ohos5.0/base/update/updater/services/ui/
H A DBUILD.gn26 "${updater_path}/services/ui/control",
46 "control/callback_manager.cpp",
47 "control/event_listener.cpp",
48 "control/event_manager.cpp",
89 "${updater_path}/services/ui/control",
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Ddgram_socket_server.cpp33 std::array<char, CMSG_SPACE(sizeof(struct ucred))> control = {0}; in RecvPacket() local
44 msgh.msg_control = control.data(); in RecvPacket()
45 msgh.msg_controllen = control.size(); in RecvPacket()

12345678910>>...48