Home
last modified time | relevance | path

Searched defs:info (Results 1 - 25 of 255) sorted by relevance

1234567891011

/drivers/peripheral/usb/test/UsbSubscriberTest/
H A DUsbSubscriberTest.cpp22 int32_t UsbSubscriberTest::DeviceEvent(const USBDeviceInfo &info) in DeviceEvent() argument
/drivers/external_device_manager/services/native/driver_extension/src/
H A Ddriver_extension_context.cpp39 std::shared_ptr<AppExecFwk::AbilityInfo> info = GetAbilityInfo(); in GetAbilityInfoType() local
/drivers/hdf_core/framework/sample/platform/uart/dev/
H A Dhello_uart_dev.c21 const char info[INFO_SIZE] = {" HELLO UART! "}; in main() local
/drivers/hdf_core/framework/sample/platform/uart/dispatch/
H A Dhello_uart_dispatch.c19 const char *info = " HELLO UART! "; in main() local
/drivers/hdf_core/framework/core/shared/include/
H A Dhdf_service_info.h22 static inline void HdfServiceInfoInit(struct HdfServiceInfo *info, const struct HdfDeviceNode *devNode) in HdfServiceInfoInit() argument
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/
H A Dstream_operator_callback.cpp26 OnCaptureEnded(int32_t captureId, const std::vector<std::shared_ptr<CaptureEndedInfo>> &info) OnCaptureEnded() argument
32 OnCaptureError(int32_t captureId, const std::vector<std::shared_ptr<CaptureErrorInfo>> &info) OnCaptureError() argument
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/parser/
H A Dconfig_parser.cpp17 std::optional<int32_t> ConfigParser::GetTypeId(const std::string& str, G_STREAM_INFO info, const int32_t& size) const in GetTypeId() argument
33 std::string ConfigParser::GetTypeStr(const int32_t& type, G_STREAM_INFO info, const int32_t& size) const in GetTypeStr() argument
[all...]
H A Dconfig_parser.h22 std::string CheckIdExsit(const int32_t& mode, T&& info, const int32_t& size) const in CheckIdExsit() argument
/drivers/peripheral/codec/hal/src/
H A Dcodec_callback_type_service.c20 CodecCallbackTypeEventHandler(struct CodecCallbackType *self, enum OMX_EVENTTYPE eEvent, struct EventInfo *info) CodecCallbackTypeEventHandler() argument
/drivers/peripheral/codec/test/demo/idl/src/
H A Dcodec_hdi_callback.cpp23 EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event, const OHOS::HDI::Codec::V3_0::EventInfo &info) EventHandler() argument
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccommonhdi_fuzzer/
H A Dcodeccallback_fuzzer.cpp21 EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event, const OHOS::HDI::Codec::V3_0::EventInfo &info) EventHandler() argument
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Dservstat_listener_stub.cpp57 const char *info = data.ReadCString(); in ServStatListenerStubOnReceive() local
/drivers/hdf_core/framework/core/shared/test/unittest/common/
H A Dhdf_core_shared_test.cpp58 HdfDeviceInfo *info = HdfDeviceInfoNewInstance(); in HWTEST_F() local
/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_method.cpp60 std::string info = parameter->Dump(prefix + TAB); in Dump() local
/drivers/hdf_core/framework/tools/hdi-gen/hash/
H A Dhash.cpp39 std::cout << info << "\n"; in FormatStdout() local
58 hashFile << info << "\n"; in FormatFile() local
/drivers/hdf_core/interfaces/inner_api/core/
H A Dhdf_service_status.h66 const char *info; member
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Dbluetooth_a2dp_src_observer.cpp42 OnConfigurationChanged(const OHOS::bluetooth::RawAddress &device, const OHOS::Bluetooth::BluetoothA2dpCodecInfo &info, int error) OnConfigurationChanged() argument
/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dstream_operator_callback_wrapper.cpp41 void StreamCBOnCaptureEnded(int captureId, CaptureEndedInfoCIF* info, int count) in StreamCBOnCaptureEnded() argument
64 void StreamCBOnCaptureError(int captureId, CaptureErrorInfoCIF* info, int count) in StreamCBOnCaptureError() argument
/drivers/peripheral/audio/effect/test/unittest/
H A Deffect_model_test.cpp158 struct EffectInfo info = { in HWTEST_F() local
178 struct EffectInfo info = { in HWTEST_F() local
200 struct EffectInfo info = { in HWTEST_F() local
/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/src/
H A Dhost_stream_impl.cpp32 HostStreamImpl::HostStreamImpl(const HostStreamInfo& info, BufferCb c) : info_(info), callBack_(c) in HostStreamImpl() argument
66 std::unique_ptr<HostStream> HostStream::Create(const HostStreamInfo& info, BufferCb c) in Create() argument
/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_callback_service.cpp23 int32_t CodecCallbackService::EventHandler(CodecEventType event, const EventInfo &info) in EventHandler() argument
/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_callback_service.cpp23 int32_t CodecCallbackService::EventHandler(CodecEventType event, const EventInfo &info) in EventHandler() argument
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Ddisplay_gralloc.cpp20 static int32_t AllocMem(const AllocInfo *info, BufferHandle **handle) in AllocMem() argument
/drivers/peripheral/display/hdi_service/gralloc/server/
H A Dallocator_service_stub.cpp36 AllocInfo info; in AllocaltorStubAllocMem() local
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameracreatestreams_fuzzer/
H A Ddcameracreatestreams_fuzzer.cpp45 StreamInfo info; in DcameraCreateStreamsFuzzTest() local
[all...]

Completed in 7 milliseconds

1234567891011