Home
last modified time | relevance | path

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

12

/drivers/peripheral/user_auth/hdi_service/adaptor/src/
Dadaptor_time.c28 int res = clock_gettime(CLOCK_MONOTONIC, &curTime); in GetRtcTime() local
39 int res = clock_gettime(CLOCK_MONOTONIC, &curTime); in GetSystemTime() local
50 int res = gettimeofday(&curTime, NULL); in GetReeTime() 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/wlan/chip/hdi_service/
Dwifi.cpp85 ErrorCode res = InitializVendorHal(); in Init() local
89 ErrorCode res = ErrorCode::UNKNOWN; in Init() local
126 ErrorCode res = StopVendorHal(&lock); in Release() local
169 ErrorCode res; in StopVendorHal() local
193 ErrorCode res; in InitializVendorHal() local
Dwifi_vendor_hal_list.cpp67 WifiError res; in LoadVendorHalLib() local
/drivers/peripheral/secure_element/vendor_adaptor/
Dse_vendor_adaptions.cpp90 uint8_t res[RES_BUFFER_MAX_LENGTH] = {0}; in getAtr() local
126 uint8_t res[RES_BUFFER_MAX_LENGTH] = {0}; in openLogicalChannel() local
175 uint8_t res[RES_BUFFER_MAX_LENGTH] = {0}; in openBasicChannel() local
239 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/display/composer/vdi_base/src/
Ddrm_device.cpp171 void DrmDevice::FindAllCrtc(const drmModeResPtr &res) in FindAllCrtc()
193 void DrmDevice::FindAllEncoder(const drmModeResPtr &res) in FindAllEncoder()
210 void DrmDevice::FindAllConnector(const drmModeResPtr &res) in FindAllConnector()
323 drmModeResPtr res = drmModeGetResources(GetDrmFd()); in DiscoveryDisplay() local
/drivers/peripheral/camera/test/hdi/v1_3/src/
Dcamera_hdi_uttest_securestream_v1_3.cpp58 int32_t res = cameraTest->cameraDeviceV1_3->GetSecureCameraSeq(SeqId); variable
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
Dwpa_p2p_hal.c101 int res; in WpaP2pCliCmdWpsPin() local
373 int res; in WpaP2pCliCmdP2pFound() local
400 int res; in WpaP2pCliCmdRemoveNetwork() local
471 int res; in WpaP2pCliCmdExtListen() local
496 int res; in WpaP2pCliCmdSetListenChannel() local
599 int res; in WpaP2pCliCmdServiceAdd() local
643 int res; in WpaP2pCliCmdServiceDel() local
729 int res = 0; in WpaP2pCliCmdProvisionDiscovery() local
760 int res; in WpaP2pCliCmdGroupAdd() local
1011 int res; in WpaP2pCliCmdSetGroupConfig() local
Dwpa_supplicant_hal.c257 int res; in WpaCliCmdSetNetwork() local
318 int res = 0; in WpaCliCmdRemoveNetwork() local
370 int res = snprintf_s(cmd, sizeof(cmd), sizeof(cmd) - 1, "IFNAME=%s WPS_PBC", this->ifname); in WpaCliCmdWpsPbc() local
416 int res = snprintf_s(cmd, sizeof(cmd), sizeof(cmd) - 1, "IFNAME=%s WPS_PIN", this->ifname); in WpaCliCmdWpsPin() local
895 int res; in ConcatScanSetting() local
983 int res = 0; in WpaCliCmdScan() local
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
Dicamera_host_vdi.h79 bool res = remote->AddDeathRecipient(callBackDeathRecipient); in SetCallback() local
/drivers/peripheral/wlan/client/src/
Dwifi_driver_client.c248 void FreeScanResult(WifiScanResult *res) in FreeScanResult()
267 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/secure_element/vendor_sim_adaptor/
Dse_vendor_adaptions.cpp222 uint8_t res[RES_BUFFER_MAX_LENGTH] = {0}; in getAtr() local
252 uint8_t res[RES_BUFFER_MAX_LENGTH] = {0}; in openLogicalChannel() local
296 uint8_t res[RES_BUFFER_MAX_LENGTH] = {0}; in openBasicChannel() local
349 uint8_t res[RES_BUFFER_MAX_LENGTH] = {0}; in transmit() local
/drivers/peripheral/user_auth/test/unittest/attribute_test/
Dattribute_test.cpp58 void *res = malloc(size); in __anon71ffb4b70102() local
280 void *res = malloc(size); in __anon71ffb4b70302() local
386 void *res = malloc(size); in __anon71ffb4b70502() local
462 void *res = malloc(size); in __anon71ffb4b70702() local
/drivers/peripheral/wlan/test/unittest/chip/
Dwifi_vendor_hal_test.cpp68 SignalPollResult res; in StartTest() local
/drivers/hdf_core/adapter/uhdf2/hdi/test/smq_test/
Dsmq_test.cpp97 FILE *res = popen(cmdStr.str().c_str(), "r"); in QueryPidOfHostName() local
127 FILE *res = popen(cmdStr.str().c_str(), "r"); in QueryOpendFdsByHostPid() local
/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
Dbuffer_test.cpp260 Buffer *res = CreateBufferBySize(4); variable
/drivers/peripheral/user_auth/test/unittest/base_test/src/
Dbuffer_test.cpp242 Buffer *res = CreateBufferBySize(BUFFER_LEN_4); variable
/drivers/peripheral/codec/test/demo/jpeg/src/
Djpeg_decoder.cpp208 auto res = memcpy_s(bufferHandle->virAddr, bufferLen_, jpegBuffer_.get(), bufferLen_); in Decode() local
/drivers/peripheral/usb/ddk/host/src/
Dddk_sysfs_device.c85 int64_t res = strtoll(buf, NULL, DdkSysfsGetBase(propName)); in DdkSysfsReadProperty() 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

12