| /drivers/peripheral/audio/hdi_service/vendor_interface/utils/ |
| D | audio_uhdf_log.h | 55 #define CHECK_NULL_PTR_RETURN_VALUE(pointer, ret) \ argument 57 if ((pointer) == NULL) { \ 65 #define CHECK_NULL_PTR_RETURN(pointer) \ argument 67 if ((pointer) == NULL) { \
|
| /drivers/peripheral/display/utils/include/ |
| D | display_log.h | 78 #define CHECK_NULLPOINTER_RETURN_VALUE(pointer, ret) \ argument 80 if ((pointer) == NULL) { \ 88 #define CHECK_NULLPOINTER_RETURN(pointer) \ argument 90 if ((pointer) == NULL) { \
|
| /drivers/peripheral/display/hal/default_standard/include/ |
| D | display_common.h | 84 #define CHECK_NULLPOINTER_RETURN_VALUE(pointer, ret) \ argument 86 if ((pointer) == NULL) { \ 94 #define CHECK_NULLPOINTER_RETURN(pointer) \ argument 96 if ((pointer) == NULL) { \
|
| /drivers/interface/audio/v1_0/ |
| D | IAudioAdapter.idl | 55 * @param adapter Indicates the pointer to the audio adapter to operate. 63 * @param adapter Indicates the pointer to the audio adapter to operate. 64 * @param desc Indicates the pointer to the descriptor of the audio adapter to start. 65 * @param attrs Indicates the pointer to the audio sampling attributes to open. 66 * @param render Indicates the double pointer to the <b>IAudioRender</b> object. 80 * @param adapter Indicates the pointer to the audio adapter to operate. 81 * @param render Indicates the pointer to the <b>IAudioRender</b> object to operate. 90 * @param adapter Indicates the pointer to the audio adapter to operate. 91 * @param desc Indicates the pointer to the descriptor of the audio adapter to start. 92 * @param attrs Indicates the pointer to the audio sampling attributes to open. [all …]
|
| D | IAudioManager.idl | 48 * @param manager Indicates the pointer to the audio adapter manager to operate. 49 * @param descs Indicates the double pointer to the audio adapter list. 50 * @param size Indicates the pointer to the length of the list. 61 * @param manager Indicates the pointer to the audio adapter manager to operate. 62 * @param desc Indicates the pointer to the descriptor of the audio adapter. 63 * @param adapter Indicates the double pointer to the audio adapter. 73 * @param manager Indicates the pointer to the audio adapter manager to operate. 74 * @param adapter Indicates the pointer to the audio adapter whose driver will be unloaded. 82 * @param object Indicates the pointer to the audio adapter manager to operate.
|
| D | IAudioRender.idl | 47 * @param render Indicates the pointer to the <b>IAudioRender</b> object to operate. 48 * @param ms Indicates the pointer to the latency (in milliseconds) to be obtained. 56 * @param render Indicates the pointer to the <b>IAudioRender</b> object to operate. 57 * @param frame Indicates the pointer to the frame to write. 59 …* @param replyBytes Indicates the pointer to the actual length (in bytes) of the audio data to wri… 67 * @param render Indicates the pointer to the <b>IAudioRender</b> object to operate. 68 * @param frames Indicates the pointer to the last number of output audio frames. 69 * @param time Indicates the pointer to the timestamp associated with the frame. 78 * @param render Indicates the pointer to the <b>IAudioRender</b> object to operate. 88 * @param render Indicates the pointer to the <b>IAudioRender</b> object to operate. [all …]
|
| D | IAudioCapture.idl | 46 * @param capture Indicates the pointer to the <b>IAudioCapture</b> object to operate. 47 * @param frame Indicates the pointer to the input data to read. 49 …* @param replyBytes Indicates the pointer to the actual length (in bytes) of the audio data to rea… 57 * @param capture Indicates the pointer to the <b>IAudioCapture</b> object to operate. 58 * @param frames Indicates the pointer to the last number of input audio frames. 59 * @param time Indicates the pointer to the timestamp associated with the frame. 69 * @param scene Indicates the pointer to the descriptor of the audio scene. 70 …* @param supported Indicates the pointer to the variable specifying whether the configuration is s… 94 * @param scene Indicates the pointer to the descriptor of the audio scene to select. 115 …* @param mute Indicates the pointer to the mute operation set for the audio. Value <b>true</b> mea… [all …]
|
| D | IAudioCallback.idl | 39 * @param reserved Indicates the pointer to a reserved field. 40 * @param cookie Indicates the pointer to the cookie for data transmission. 49 * @param reserved Indicates the pointer to a reserved field. 50 * @param cookie Indicates the pointer to the cookie for data transmission. 63 * @param cookie Indicates the pointer to the callback parameters;
|
| /drivers/peripheral/display/hal/ |
| D | disp_common.h | 26 #define CHECK_NULLPOINTER_RETURN_VALUE(pointer, ret) do { \ argument 27 if ((pointer) == NULL) { \ 33 #define CHECK_NULLPOINTER_RETURN(pointer) do { \ argument 34 if ((pointer) == NULL) { \
|
| /drivers/interface/display/buffer/v1_0/hdi_impl/ |
| D | display_buffer_hdi_impl.cpp | 46 #define CHECK_NULLPOINTER_RETURN_VALUE(pointer, ret) \ argument 48 if ((pointer) == NULL) { \ 56 #define CHECK_NULLPOINTER_RETURN(pointer) \ argument 58 if ((pointer) == NULL) { \
|
| /drivers/interface/codec/v1_0/ |
| D | ICodecComponent.idl | 72 …* @param verInfo Indicates the pointer to the component version information. For details, see {@li… 95 * @param cmdData Indicates the pointer to the <b>OMX_MARKTYPE</b> structure when <b>cmd</b> 116 …* @param inParamStruct Indicates the pointer to the application allocated structure to be filled b… 117 …* @param outParamStruct Indicates the pointer to the application allocated structure filled by the… 140 * @param paramStruct Indicates the pointer to the application allocated structure used to set 159 …* @param inCfgStruct Indicates the pointer to the application allocated structure to be filled by … 160 …* @param outCfgStruct Indicates the pointer to the application allocated structure filled by the c… 178 …* @param cfgStruct Indicates the pointer to the application allocated structure used to set the co… 214 * @param state Indicates the pointer to the state obtained. For details about the component 238 …* @param inTunnelSetup Indicates the pointer to the tunnel setup structure {@link OMX_TUNNELSETUPT… [all …]
|
| D | ICodecComponentManager.idl | 103 * @param component Indicates the pointer to the Codec component created. 106 …* @param appData Indicates the pointer to an application-defined value that will be returned by th… 107 * @param callbacks Indicates the pointer to the OMX_CALLBACKTYPE structure. For details,
|
| /drivers/hdf_core/framework/model/audio/common/src/ |
| D | audio_platform_base.c | 247 uint32_t pointer = 0; in AudioDmaBuffStatus() local 257 if (AudioPcmPointer(card, &pointer, streamType) != HDF_SUCCESS) { in AudioDmaBuffStatus() 262 data->renderBufInfo.pointer = pointer; in AudioDmaBuffStatus() 263 rptr = data->renderBufInfo.pointer * data->renderPcmInfo.frameSize; in AudioDmaBuffStatus() 277 wptr = pointer * data->capturePcmInfo.frameSize; in AudioDmaBuffStatus() 278 data->captureBufInfo.pointer = pointer; in AudioDmaBuffStatus() 369 wptr = data->captureBufInfo.pointer * data->capturePcmInfo.frameSize; in PcmReadData() 599 wPtr = data->captureBufInfo.pointer * data->capturePcmInfo.frameSize; in MmapReadData() 633 data->captureBufInfo.pointer = 0; in AudioCapturePlatformDataInit() 1249 platformData->renderBufInfo.pointer = 0; in AudioRenderPrepare() [all …]
|
| D | audio_dma_base.c | 88 …32_t AudioDmaPointer(struct PlatformData *data, enum AudioStreamType streamType, uint32_t *pointer) in AudioDmaPointer() argument 91 return data->ops->DmaPointer(data, streamType, pointer); in AudioDmaPointer()
|
| /drivers/hdf_core/framework/test/unittest/model/audio/src/ |
| D | audio_dma_base_test.c | 158 uint32_t pointer = 0; in AudioDmaPointerTest() local 164 if (AudioDmaPointer(&data, AUDIO_CAPTURE_STREAM, &pointer) == HDF_SUCCESS) { in AudioDmaPointerTest()
|
| /drivers/hdf_core/framework/model/audio/common/include/ |
| D | audio_platform_base.h | 56 uint32_t pointer; /* Read/write pointer position during playback and recording */ member 90 int32_t AudioPcmPointer(const struct AudioCard *card, uint32_t *pointer, enum AudioStreamType strea…
|
| D | audio_dma_base.h | 29 …2_t AudioDmaPointer(struct PlatformData *data, enum AudioStreamType streamType, uint32_t *pointer);
|
| /drivers/interface/vibrator/v1_1/ |
| D | IVibratorInterface.idl | 62 * @param effectType Indicates the pointer to the preset effect type. It is recommended that the 87 …* @param vibratorInfo Indicates the pointer to the vibration effect, For details, see {@link HdfVi… 117 * @param effect Indicates the pointer to the custom composite effect type. For details, 129 * @param effectType Indicates the pointer to the preset effect type. It is recommended that the 132 * @param effectInfo Indicates the pointer to the vibration effect information. For details,
|
| /drivers/hdf_core/framework/model/audio/usb/include/ |
| D | audio_usb_dma_ops.h | 21 …UsbPcmPointer(struct PlatformData *data, const enum AudioStreamType streamType, uint32_t *pointer);
|
| /drivers/interface/display/composer/v1_0/ |
| D | IDisplayComposer.idl | 69 …* @param info Indicates the pointer to the capabilities supported by the display device. For detai… 98 …* @param modeId indicates the pointer to the ID of the current display mode of the device. The dis… 126 …* @param status Indicates the pointer to the power status of the device. The status is written by … 152 …* @param level Indicates the pointer to the backlight value of the device. The backlight value is … 203 …* @param layerInfo Indicates the pointer to the layer information passed to open a layer, includin… 206 …* @param layerId Indicates the pointer to the layer ID, which uniquely identifies a layer. The lay… 226 …* @param layerInfo Indicates the pointer to the layer information passed to open a layer, includin… 229 …* @param layerId Indicates the pointer to the layer ID, which uniquely identifies a layer. The lay… 247 * @param rect Indicates the pointer to the cropped region of the client buffer. 275 * @param format Indicates the pointer to the pixel format of the display device. [all …]
|
| /drivers/hdf_core/framework/support/platform/test/fuzztest/ |
| D | fuzz.gni | 23 "-fno-omit-frame-pointer",
|
| /drivers/hdf_core/framework/include/audio/ |
| D | audio_platform_if.h | 184 …nter)(struct PlatformData *platformData, const enum AudioStreamType streamType, uint32_t *pointer);
|
| /drivers/peripheral/light/ |
| D | README.md | 36 …stem. **lightInfo** indicates the double pointer to the basic light information. **count** indicat… 37 …ht type. **type** indicates the light type, and **effect** indicates the pointer to the blinking e…
|
| /drivers/hdf_core/adapter/khdf/liteos/model/audio/ |
| D | BUILD.gn | 75 "-Wno-pointer-sign", 76 "-Wno-pointer-arith",
|
| /drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintinterfacestub_fuzzer/ |
| D | BUILD.gn | 24 "-fno-omit-frame-pointer",
|