/drivers/hdf_core/framework/support/platform/src/adc/ |
H A D | adc_core.c | 93 unsigned int infos[ADC_TRACE_BASIC_PARAM_NUM]; in AdcDeviceStart() local 94 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_1 - 1] = device->devNum; in AdcDeviceStart() 95 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_2 - 1] = device->chanNum; in AdcDeviceStart() 97 infos, ADC_TRACE_BASIC_PARAM_NUM); in AdcDeviceStart() 125 unsigned int infos[ADC_TRACE_PARAM_STOP_NUM]; in AdcDeviceStop() local 126 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_1 - 1] = device->devNum; in AdcDeviceStop() 127 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_2 - 1] = device->chanNum; in AdcDeviceStop() 129 infos, ADC_TRACE_PARAM_STOP_NUM); in AdcDeviceStop()
|
/drivers/hdf_core/framework/support/platform/src/dac/ |
H A D | dac_core.c | 301 unsigned int infos[DAC_TRACE_BASIC_PARAM_NUM]; in DacDeviceStart() local 302 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_1 - 1] = device->devNum; in DacDeviceStart() 303 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_2 - 1] = device->chanNum; in DacDeviceStart() 305 PLATFORM_TRACE_MODULE_DAC, PLATFORM_TRACE_MODULE_DAC_FUN_START, infos, DAC_TRACE_BASIC_PARAM_NUM); in DacDeviceStart() 333 unsigned int infos[DAC_TRACE_PARAM_STOP_NUM]; in DacDeviceStop() local 334 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_1 - 1] = device->devNum; in DacDeviceStop() 335 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_2 - 1] = device->chanNum; in DacDeviceStop() 337 PLATFORM_TRACE_MODULE_DAC, PLATFORM_TRACE_MODULE_DAC_FUN_STOP, infos, DAC_TRACE_PARAM_STOP_NUM); in DacDeviceStop()
|
/drivers/hdf_core/framework/support/platform/src/timer/ |
H A D | timer_core.c | 141 unsigned int infos[TIMER_TRACE_BASIC_PARAM_NUM]; in TimerCntrlStart() local 142 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_1 - 1] = cntrl->info.number; in TimerCntrlStart() 143 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_2 - 1] = cntrl->info.useconds; in TimerCntrlStart() 144 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_3 - 1] = cntrl->info.isPeriod; in TimerCntrlStart() 146 PLATFORM_TRACE_MODULE_TIMER, PLATFORM_TRACE_MODULE_TIMER_FUN_START, infos, TIMER_TRACE_BASIC_PARAM_NUM); in TimerCntrlStart() 171 unsigned int infos[TIMER_TRACE_PARAM_STOP_NUM]; in TimerCntrlStop() local 172 infos[0] = cntrl->info.number; in TimerCntrlStop() 174 PLATFORM_TRACE_MODULE_TIMER, PLATFORM_TRACE_MODULE_TIMER_FUN_STOP, infos, TIMER_TRACE_PARAM_STOP_NUM); in TimerCntrlStop()
|
/drivers/peripheral/display/interfaces/include/ |
H A D | display_gralloc.h | 146 * @param num Indicates the size of infos array. 147 * @param infos Indicates the pointer to the VerifyAllocInfo array. 155 int32_t (*IsSupportedAlloc)(uint32_t num, const VerifyAllocInfo *infos, bool *supporteds);
|
/drivers/hdf_core/framework/support/platform/src/pin/ |
H A D | pin_core.c | 232 unsigned int infos[PIN_TRACE_BASIC_PARAM_NUM]; in PinCntlrSetPinPull() local 233 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_1 - 1] = cntlr->number; in PinCntlrSetPinPull() 234 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_2 - 1] = cntlr->pinCount; in PinCntlrSetPinPull() 236 infos, PIN_TRACE_BASIC_PARAM_NUM); in PinCntlrSetPinPull() 277 unsigned int infos[PIN_TRACE_PARAM_GET_NUM]; in PinCntlrGetPinPull() local 278 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_1 - 1] = cntlr->number; in PinCntlrGetPinPull() 279 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_2 - 1] = cntlr->pinCount; in PinCntlrGetPinPull() 281 infos, PIN_TRACE_PARAM_GET_NUM); in PinCntlrGetPinPull()
|
/drivers/peripheral/display/hdi_service/gralloc/client/ |
H A D | display_gralloc_client.cpp | 144 int32_t DisplayGrallocClient::IsSupportedAlloc(const std::vector<VerifyAllocInfo> &infos, in IsSupportedAlloc() argument 147 (void)infos; in IsSupportedAlloc()
|
H A D | display_gralloc_client.h | 43 int32_t IsSupportedAlloc(const std::vector<VerifyAllocInfo> &infos,
|
/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal_cmd.c | 58 if (memcpy_s(networkList->ifName, IFNAME_MAX_LEN, networkInfo.infos[i].name, in HalCmdGetAvailableNetwork() 59 strlen(networkInfo.infos[i].name)) != EOK) { in HalCmdGetAvailableNetwork() 65 networkInfo.infos[i].supportMode, PROTOCOL_80211_IFTYPE_NUM) != EOK) { in HalCmdGetAvailableNetwork() 200 if (memcpy_s(staInfo, count * sizeof(*staInfo), result.infos, in HalCmdGetAssociatedStas()
|
/drivers/interface/display/buffer/v1_0/include/ |
H A D | idisplay_buffer.h | 118 * @param infos Indicates the VerifyAllocInfo array. 127 const std::vector<VerifyAllocInfo>& infos, std::vector<bool>& supporteds) const = 0;
|
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | display_buffer_vdi_impl.h | 39 virtual int32_t IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos,
|
H A D | display_buffer_vdi_impl.cpp | 77 int32_t DisplayBufferVdiImpl::IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos, in IsSupportedAlloc() argument
|
/drivers/peripheral/display/hdi_service/gralloc/include/ |
H A D | idisplay_gralloc.h | 137 * @param infos Indicates the VerifyAllocInfo array. 145 virtual int32_t IsSupportedAlloc(const std::vector<VerifyAllocInfo> &infos,
|
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/ |
H A D | stream_operator_vdi_impl.cpp | 131 const std::vector<VdiStreamInfo> &infos, VdiStreamSupportType &type) in IsStreamsSupported() 136 if (infos.empty() || modeSetting.empty()) { in IsStreamsSupported() 144 for (auto it : infos) { in IsStreamsSupported() 159 DynamicStreamSwitchMode method = CheckStreamsSupported(mode, settings, infos); in IsStreamsSupported() 192 const std::vector<VdiStreamInfo> &infos) in CheckStreamsSupported() 196 for (auto &it : infos) { in CheckStreamsSupported() 675 void StreamOperatorVdiImpl::OnCaptureEnded(int32_t captureId, const std::vector<VdiCaptureEndedInfo> &infos) 678 int32_t ret = callback_->OnCaptureEnded(captureId, infos); 693 void StreamOperatorVdiImpl::OnCaptureError(int32_t captureId, const std::vector<VdiCaptureErrorInfo> &infos) 696 callback_->OnCaptureError(captureId, infos); 130 IsStreamsSupported(VdiOperationMode mode, const std::vector<uint8_t> &modeSetting, const std::vector<VdiStreamInfo> &infos, VdiStreamSupportType &type) IsStreamsSupported() argument 189 CheckStreamsSupported( VdiOperationMode mode, const std::shared_ptr<CameraMetadata> &modeSetting, const std::vector<VdiStreamInfo> &infos) CheckStreamsSupported() argument [all...] |
/drivers/peripheral/audio/hdi_service/primary_impl/src/ |
H A D | audio_adapter.c | 592 if (hwAdapter->infos.renderCnt < MAX_AUDIO_STREAM_NUM) { in GetAvailableRenderID() 593 renderId = hwAdapter->infos.renderCnt; in GetAvailableRenderID() 594 hwAdapter->infos.renderCnt++; in GetAvailableRenderID() 597 if (hwAdapter->infos.renderServicePtr[index] == NULL) { in GetAvailableRenderID() 649 hwAdapter->infos.renderServicePtr[*renderId] = hwRender; in AudioAdapterCreateRender() 665 struct IAudioRender *render = (struct IAudioRender *)hwAdapter->infos.renderServicePtr[renderId]; in AudioAdapterDestroyRender() 701 hwAdapter->infos.renderServicePtr[renderId] = NULL; in AudioAdapterDestroyRender() 966 if (hwAdapter->infos.captureCnt < MAX_AUDIO_STREAM_NUM) { in GetAvailableCaptureID() 967 captureId = hwAdapter->infos.captureCnt; in GetAvailableCaptureID() 968 hwAdapter->infos in GetAvailableCaptureID() [all...] |
/drivers/hdf_core/framework/support/platform/include/fwk/ |
H A D | platform_trace.h | 98 void PlatformTraceAddUintMsg(int module, int moduleFun, const unsigned int infos[], uint8_t size);
|
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/ |
H A D | user_auth_hdi_fuzzer.cpp | 341 std::vector<CredentialInfo> infos; in FuzzGetCredential() local 342 FillFuzzCredentialInfoVector(parcel, infos); in FuzzGetCredential() 343 g_service.GetCredential(userId, authType, infos); in FuzzGetCredential() 353 std::vector<EnrolledInfo> infos; in FuzzGetSecureInfo() local 354 FillFuzzEnrolledInfoVector(parcel, infos); in FuzzGetSecureInfo() 355 g_service.GetUserInfo(userId, secureUid, pinSubType, infos); in FuzzGetSecureInfo()
|
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/ |
H A D | dstream_operator.h | 58 const std::vector<StreamInfo_V1_1> &infos, StreamSupportType &type) override; 63 const std::vector<StreamInfo> &infos, StreamSupportType &type) override; 145 bool IsStreamInfosInvalid(const std::vector<StreamInfo> &infos);
|
/drivers/peripheral/camera/hdi_service/v1_0/include/ |
H A D | stream_operator_service.h | 35 const std::vector<StreamInfo> &infos, StreamSupportType &type) override;
|
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/ |
H A D | istream_operator_vdi.h | 41 const std::vector<VdiStreamInfo> &infos, VdiStreamSupportType &type) = 0;
|
/drivers/peripheral/display/buffer/hdi_service/include/ |
H A D | idisplay_buffer_vdi.h | 112 * @param infos Indicates the VerifyAllocInfo array. 121 const std::vector<VerifyAllocInfo>& infos, std::vector<bool>& supporteds) const = 0;
|
/drivers/peripheral/display/buffer/vdi_base/include/ |
H A D | display_buffer_vdi_impl.h | 40 virtual int32_t IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos,
|
/drivers/peripheral/display/buffer/vdi_base/src/ |
H A D | display_buffer_vdi_impl.cpp | 77 int32_t DisplayBufferVdiImpl::IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos, in IsSupportedAlloc() argument
|
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_hal_p2p_struct.h | 96 P2pNetworkInfo *infos; member
|
/drivers/hdf_core/adapter/khdf/linux/platform/fwk/ |
H A D | platform_trace.c | 57 void PlatformTraceAddUintMsg(int module, int moduleFun, const unsigned int infos[], uint8_t size) in PlatformTraceAddUintMsg() argument 91 "%d, ", infos[i]); in PlatformTraceAddUintMsg()
|
/drivers/interface/display/buffer/v1_0/hdi_impl/ |
H A D | display_buffer_hdi_impl.h | 191 int32_t IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos, 194 (void)infos; variable
|