Home
last modified time | relevance | path

Searched defs:res (Results 1 – 22 of 22) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/adaptor/src/
Dadaptor_time.c27 int res = clock_gettime(CLOCK_MONOTONIC, &curTime); in GetRtcTime() local
38 int res = clock_gettime(CLOCK_MONOTONIC, &curTime); in GetSystemTime() local
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
Dadaptor_time.c27 int res = clock_gettime(CLOCK_MONOTONIC, &curTime); in GetRtcTime() local
38 int res = clock_gettime(CLOCK_MONOTONIC, &curTime); in GetSystemTime() local
/drivers/peripheral/secure_element/vendor_adaptor/
Dse_vendor_adaptions.cpp60 uint8_t res[RES_BUFFER_MAX_LENGTH] = {0}; in getAtr() local
92 uint8_t res[RES_BUFFER_MAX_LENGTH] = {0}; in openLogicalChannel() local
116 uint8_t res[RES_BUFFER_MAX_LENGTH] = {0}; in openBasicChannel() local
146 uint8_t res[RES_BUFFER_MAX_LENGTH] = {0}; in transmit() local
/drivers/peripheral/distributed_camera/hdi_service/src/utils/
Danonymous_string.cpp27 std::string res; in GetAnonyString() local
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
Ddrm_device.cpp147 void DrmDevice::FindAllCrtc(const drmModeResPtr &res) in FindAllCrtc()
169 void DrmDevice::FindAllEncoder(const drmModeResPtr &res) in FindAllEncoder()
186 void DrmDevice::FindAllConnector(const drmModeResPtr &res) in FindAllConnector()
283 drmModeResPtr res = drmModeGetResources(GetDrmFd()); in DiscoveryDisplay() local
/drivers/peripheral/wlan/client/src/
Dwifi_driver_client.c181 void FreeScanResult(WifiScanResult *res) in FreeScanResult()
197 void FreeScanResults(WifiScanResults *res) in FreeScanResults()
/drivers/peripheral/usb/test/moduletest/common/
Dusb_host_performance_test.cpp76 FILE *res = nullptr; variable
Dusb_device_performance_test.cpp75 FILE *res = nullptr; variable
/drivers/peripheral/user_auth/test/unittest/attribute_test/
Dattribute_test.cpp58 void *res = malloc(size); in __anon25f2d4540102() local
280 void *res = malloc(size); in __anon25f2d4540302() local
386 void *res = malloc(size); in __anon25f2d4540502() local
462 void *res = malloc(size); in __anon25f2d4540702() local
/drivers/hdf_core/adapter/uhdf2/hdi/test/smq_test/
Dsmq_test.cpp88 FILE *res = popen(cmdStr.str().c_str(), "r"); in QueryPidOfHostName() local
118 FILE *res = popen(cmdStr.str().c_str(), "r"); in QueryOpendFdsByHostPid() local
/drivers/peripheral/user_auth/test/unittest/base_test/src/
Dbuffer_test.cpp236 Buffer *res = CreateBufferBySize(4); variable
/drivers/peripheral/pin_auth/test/uinttest/pin_auth/common/src/
Dbuffer_test.cpp260 Buffer *res = CreateBufferBySize(4); variable
/drivers/peripheral/usb/ddk/host/src/
Dddk_sysfs_device.c84 int64_t res = strtoll(buf, NULL, DdkSysfsGetBase(propName)); in DdkSysfsReadProperty() local
Dddk_device_manager.c63 struct UsbDdkDeviceInfo *res = NULL; in DdkDevMgrIsDevExists() local
/drivers/peripheral/codec/test/demo/jpeg/src/
Djpeg_decoder.cpp214 auto res = memcpy_s(bufferHandle->virAddr, compDataLen_, compressBuffer_.get(), compDataLen_); in Decode() local
/drivers/peripheral/thermal/interfaces/hdi_service/src/
Dthermal_dfx.cpp126 char res[LOG_INDEX_LEN]; in GetFileNameIndex() local
157 std::string res(resolvedPath); in CanonicalizeSpecPath() local
/drivers/hdf_core/framework/tools/hc-gen/src/
Dtext_gen.cpp234 bool res = GenObjectDefinitionGen(termIt); in GenNodeDefinition() local
698 auto res = Ast::WalkRound( in TemplateVariableGen() local
/drivers/peripheral/codec/hal/idl_service/src/
Dcodec_component_service.cpp201 errno_t res = strncpy_s(reinterpret_cast<char *>(role.cRole), OMX_MAX_STRINGNAME_SIZE, in SetComponentRole() local
/drivers/peripheral/codec/hal/src/
Dcodec_adapter.cpp293 errno_t res = strncpy_s(reinterpret_cast<char *>(role.cRole), OMX_MAX_STRINGNAME_SIZE, in OmxAdapterSetComponentRole() local
/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/
Dservice_manager_hdi_c_test.cpp445 bool res = HdfRemoteServiceSetInterfaceDesc(sampleService, TEST_SERVICE_INTERFACE_DESC); variable
Dservice_manager_hdi_test.cpp396 bool res = data.WriteInterfaceToken(TEST_SERVICE_INTERFACE_DESC); in TestSampleService() local
/drivers/hdf_core/framework/model/audio/usb/src/
Daudio_usb_mixer.c137 int32_t min, max, res; /* min & max is volume range, res is volume reset state */ member