/drivers/peripheral/input/udriver/include/ |
H A D | input_device_manager.h | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 111 void dumpInfoList(InputDevListNode in) in dumpInfoList() argument 114 in.index, in.status, in.fd, in.devPathNode); in dumpInfoList() 119 in.detailInfo.devIndex, in.detailInfo.devType, in dumpInfoList() 120 in in dumpInfoList() [all...] |
/drivers/external_device_manager/test/moduletest/bus_extension_usb_mt/ |
H A D | bus_extension_usb_mt.cpp | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 50 string in; in Entry() local 51 cin >> in; in Entry() local 52 if (in == "q") { in Entry() 54 } else if (in == "p") { in Entry() 57 cout << in; in Entry() local
|
/drivers/external_device_manager/test/moduletest/bus_extension_core_mt/ |
H A D | bus_extension_core_mt.cpp | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 64 std::string in; in main() local 65 cin >> in; in main() local 66 if (in == "q") { in main() 68 } else if (in == "p") { in main() 71 cout << in; in main() local
|
H A D | ext_device_manager_mt.cpp | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 78 std::string in; in main() local 79 cin >> in; in main() local 80 if (in == "q") { in main() 82 } else if (in == "p") { in main() 85 cout << in; in main() local
|
/drivers/external_device_manager/test/moduletest/drivers_pkg_manager_mt/ |
H A D | drivers_pkg_manager_mt.cpp | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 70 std::string in; in main() local 71 cin >> in; in main() local 72 if (in == "q") { in main() 74 } else if (in == "p") { in main()
|
/drivers/peripheral/user_auth/hdi_service/service/ |
H A D | user_auth_interface_service.cpp | 4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
109 static bool CopyScheduleInfo(const CoAuthSchedule *in, HdiScheduleInfo *out)
in CopyScheduleInfo() argument 112 if (in->executorSize == 0 || (in->templateIds.data == NULL && in->templateIds.len != 0)) {
in CopyScheduleInfo() 118 out->scheduleId = in->scheduleId;
in CopyScheduleInfo() 119 out->authType = static_cast<AuthType>(in->authType);
in CopyScheduleInfo() 120 for (uint32_t i = 0; i < in->templateIds.len; ++i) {
in CopyScheduleInfo() 121 out->templateIds.push_back(in in CopyScheduleInfo() 424 CopyAuthScheduleInfo(AuthParamHal paramHal, const CoAuthSchedule *in, HdiScheduleInfo *out) CopyAuthScheduleInfo() argument 917 CopyCredentialInfo(const CredentialInfoHal &in, HdiCredentialInfo &out) CopyCredentialInfo() argument 1185 verifyExecutorRegisterInfo(const HdiExecutorRegisterInfo &in, ExecutorInfoHal &out) verifyExecutorRegisterInfo() argument 1198 CopyExecutorInfo(const HdiExecutorRegisterInfo &in, ExecutorInfoHal &out) CopyExecutorInfo() argument 1426 CopyHdiScheduleInfo(const ScheduleInfoParam *in, HdiScheduleInfo *out) CopyHdiScheduleInfo() argument 1571 CopyHdiAuthResultInfo(const AuthResultParam *in, HdiAuthResultInfo *out, const std::vector<uint8_t>& message) CopyHdiAuthResultInfo() argument [all...] |
/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | bytecode_gen.cpp | 6 * See the LICENSE file in the root of this repository for complete details. 259 bool ByteCodeGen::HexdumpInitialize(FILE *&in, FILE *&out) 264 in = fopen(outFileName_.data(), "rb"); 265 if (in == nullptr) { 272 fclose(in); 273 in = nullptr; 282 FILE *in = nullptr; 284 if (!HexdumpInitialize(in, out)) { 288 auto ret = HexdumpOutput(in, out); 289 (void)fclose(in); [all...] |
H A D | bytecode_gen.h | 6 * See the LICENSE file in the root of this repository for complete details. 63 bool HexdumpInitialize(FILE *&in, FILE *&out); 65 static bool HexdumpOutput(FILE *in, FILE *out);
|
/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/ |
H A D | fork_node.cpp | 4 * you may not use this file except in compliance with the License. 7 * Unless required by applicable law or agreed to in writing, software 44 for (const auto& in : inPutPorts_) { in Start() 46 if (out->format_.streamId_ != in->format_.streamId_) { in Start() 170 for (auto& in : inPutPorts_) { in Capture() 171 CAMERA_LOGI("PcForkNode::Capture in->format_.streamId_ = %{public}d", in->format_.streamId_); in Capture() 172 if (streamId == in->format_.streamId_) { in Capture()
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/fork_node/ |
H A D | fork_node.cpp | 4 * you may not use this file except in compliance with the License. 7 * Unless required by applicable law or agreed to in writing, software 45 for (const auto& in : inPutPorts_) { in Start() 47 if (out->format_.streamId_ != in->format_.streamId_) { in Start() 162 CAMERA_LOGI("fork node deliver buffer streamid = %{public}d, in alone thread, index = %{public}d", in DeliverBuffer() 182 for (auto& in : inPutPorts_) { in Capture() 183 CAMERA_LOGI("ForkNode::Capture in->format_.streamId_ = %{public}d", in->format_.streamId_); in Capture() 184 if (streamId == in->format_.streamId_) { in Capture()
|
/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | coauth.c | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 274 LOG_INFO("mount all-in-one executor"); in MountExecutor() 277 LOG_INFO("all-in-one executor is not found"); in MountExecutor() 284 LOG_ERROR("identification only supports all in one"); in MountExecutor() 377 ResultCode CopyTemplateArrays(const Uint64Array *in, Uint64Array *out) in CopyTemplateArrays() argument 379 if (!IsTemplateArraysValid(in) || out == NULL || out->data != NULL) { in CopyTemplateArrays() 383 if (in->len == 0) { in CopyTemplateArrays() 387 out->len = in->len; in CopyTemplateArrays() 394 if (memcpy_s(out->data, (sizeof(uint64_t) * out->len), in in CopyTemplateArrays() [all...] |
/drivers/hdf_core/adapter/khdf/liteos/network/include/ |
H A D | net_device_adapter.h | 4 * Redistribution and use in source and binary forms, with or without modification, 10 * 2. Redistributions in binary form must reproduce the above copyright notice, this list 11 * of conditions and the following disclaimer in the documentation and/or other materials 37 #include <netinet/in.h>
|
/drivers/hdf_core/adapter/khdf/liteos_m/network/include/ |
H A D | net_device_adapter.h | 4 * Redistribution and use in source and binary forms, with or without modification, 10 * 2. Redistributions in binary form must reproduce the above copyright notice, this list 11 * of conditions and the following disclaimer in the documentation and/or other materials 37 #include <netinet/in.h>
|
/drivers/peripheral/pin_auth/hdi_service/common/src/ |
H A D | attribute.c | 4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
62 IAM_STATIC uint32_t Ntohl32(uint32_t in)
in Ntohl32() argument 64 return in;
in Ntohl32() 67 IAM_STATIC uint32_t Htonl32(uint32_t in)
in Htonl32() argument 69 return in;
in Htonl32() 72 IAM_STATIC uint64_t Ntohl64(uint64_t in)
in Ntohl64() argument 74 return in;
in Ntohl64() 77 IAM_STATIC uint64_t Htonl64(uint64_t in)
in Htonl64() argument 79 return in;
in Htonl64() [all...] |
/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_callback_if.h | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 40 #include <netinet/in.h> 54 * 2. Callback invoked when the input port processes data in the buffer. For details, see {@link EmptyBufferDone}. 58 * 2. {@link SetCallbacks} when the component is in the OMX_StateLoaded state. 69 * and indicates a port in other cases. 93 * @brief Reports an event indicating that the encoding or decoding in the input buffer is complete.
|
/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | attribute.c | 4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
81 IAM_STATIC uint32_t Ntohl32(uint32_t in)
in Ntohl32() argument 83 return in;
in Ntohl32() 86 IAM_STATIC uint32_t Htonl32(uint32_t in)
in Htonl32() argument 88 return in;
in Htonl32() 91 IAM_STATIC uint64_t Ntohl64(uint64_t in)
in Ntohl64() argument 93 return in;
in Ntohl64() 96 IAM_STATIC uint64_t Htonl64(uint64_t in)
in Htonl64() argument 98 return in;
in Htonl64() [all...] |
/drivers/peripheral/input/hal/src/ |
H A D | input_controller.c | 4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
28 static bool FillSbufData(struct HdfSBuf *data, int32_t cmd, const void *in)
in FillSbufData() argument 35 ret = HdfSbufWriteUint32(data, *(uint32_t *)(in));
in FillSbufData() 38 ret = HdfSbufWriteString(data, ((InputExtraCmd *)in)->cmdCode);
in FillSbufData() 40 ret = HdfSbufWriteString(data, ((InputExtraCmd *)in)->cmdValue);
in FillSbufData() 166 static int32_t IoServiceOps(struct HdfIoService *service, int32_t cmd, const void *in, void *out, uint32_t outLen)
in IoServiceOps() argument 176 if (in != NULL) {
in IoServiceOps() 177 if (!FillSbufData(data, cmd, in)) {
in IoServiceOps() 504 HDF_LOGE("%s: memcpy_s failed in gettin in GetDeviceAbility() [all...] |
/drivers/hdf_core/adapter/khdf/linux/ |
H A D | Makefile | 8 # This program is distributed in the hope that it will be useful, 32 $(error miss hcs config in $(HCS_ABS_DIR) for small system\
|
/drivers/hdf_core/adapter/khdf/liteos/ |
H A D | hdf_driver.mk | 3 # Redistribution and use in source and binary forms, with or without modification, 9 # 2. Redistributions in binary form must reproduce the above copyright notice, this list 10 # of conditions and the following disclaimer in the documentation and/or other materials 45 $(HIDE)echo gen hdf built-in config
|
/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_netlink_monitor.cpp | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 18 #include <netinet/in.h>
|
/drivers/peripheral/user_auth/hdi_service/coauth/inc/ |
H A D | coauth.h | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 95 ResultCode CopyTemplateArrays(const Uint64Array *in, Uint64Array *out);
|
/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | iface_tool.cpp | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 20 #include <netinet/in.h>
|
/drivers/peripheral/audio/test/audio_utils/audio_mixer/ |
H A D | audio_mixer_main.c | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 672 ERR_LOG("The argument passed in was incorrect!\n"); in main() 710 DEBUG_LOG("The parameter passed in is incorrect, argc = %i, optind = %i\n", argc, optind); in main()
|
/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | test_camera_base.cpp | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 294 unsigned char* in = p; in ProcessImage() local 318 y0 = in[yPos]; in ProcessImage() 319 u = in[uPos] - 128; // 128:display size in ProcessImage() 320 v = in[vPos] - 128; // 128:display size in ProcessImage() 340 in += istride; // add one y number of rows at a time in ProcessImage() 462 std::cout << "No usb camera plugged in" << std::endl; in OpenUsbCamera()
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/main_test/ |
H A D | v4l2_main.cpp | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 226 const unsigned char* in = p; in ProcessImage() local 247 y0 = in[yPos]; in ProcessImage() 248 u = in[uPos] - 128; // 128:offset of u in ProcessImage() 249 v = in[vPos] - 128; // 128:offset of v in ProcessImage() 267 in += istride; in ProcessImage()
|