Home
last modified time | relevance | path

Searched refs:Reset (Results 1 – 25 of 136) sorted by relevance

123456

/hardware/interfaces/gatekeeper/aidl/software/
DSharedSecret.cpp61 if (key_agreement_key.Reset(32) == nullptr) { in computeSharedSecret()
81 if (seed_blob.Reset(param.seed.size()) == nullptr) { in computeSharedSecret()
87 if (nonce_blob.Reset(param.nonce.size()) == nullptr) { in computeSharedSecret()
101 if (hmac_key_.Reset(32) == nullptr) { in computeSharedSecret()
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkExternalMemoryHost.cpp33 explicit ScopedFd(int fd) { Reset(fd); } in ScopedFd()
34 ~ScopedFd() { Reset(); } in ~ScopedFd()
40 Reset(rhs.Release()); in ScopedFd()
45 Reset(rhs.Release()); in operator =()
82 void Reset(int newFd = -1) { in Reset() function in gfxstream::__anonade00b740111::ScopedFd
/hardware/nxp/nfc/snxxx/halimpl/utils/
DphNxpTempMgr.cc33 tMgr->Reset(false /*reset timer*/); in tempNTf_timeout_cb()
94 void phNxpTempMgr::Reset(bool reset_timer) { in Reset() function in phNxpTempMgr
DphNxpTempMgr.h47 void Reset(bool reset_timer = true);
/hardware/qcom/display/msm8996/sdm/include/private/
Dhw_info_types.h134 void Reset() { *this = HWRotatorInfo(); } in Reset() function
192 void Reset() { *this = HWResourceInfo(); } in Reset() function
287 void Reset() { *this = HWRotateInfo(); } in Reset() function
401 void Reset() { *this = HWPipeInfo(); } in Reset() function
410 void Reset() { *this = HWLayerConfig(); } in Reset() function
449 void Reset() { *this = HWDisplayAttributes(); } in Reset() function
/hardware/qcom/display/msm8998/sdm/include/private/
Dhw_info_types.h134 void Reset() { *this = HWRotatorInfo(); } in Reset() function
195 void Reset() { *this = HWResourceInfo(); } in Reset() function
318 void Reset() { *this = HWRotateInfo(); } in Reset() function
438 void Reset() { *this = HWPipeInfo(); } in Reset() function
447 void Reset() { *this = HWLayerConfig(); } in Reset() function
505 void Reset() { *this = HWDisplayAttributes(); } in Reset() function
/hardware/qcom/display/msm8909w_3100/sdm/include/private/
Dhw_info_types.h135 void Reset() { *this = HWRotatorInfo(); } in Reset() function
201 void Reset() { *this = HWResourceInfo(); } in Reset() function
324 void Reset() { *this = HWRotateInfo(); } in Reset() function
445 void Reset() { *this = HWPipeInfo(); } in Reset() function
454 void Reset() { *this = HWLayerConfig(); } in Reset() function
513 void Reset() { *this = HWDisplayAttributes(); } in Reset() function
/hardware/qcom/display/msm8909/sdm/include/private/
Dhw_info_types.h135 void Reset() { *this = HWRotatorInfo(); } in Reset() function
202 void Reset() { *this = HWResourceInfo(); } in Reset() function
325 void Reset() { *this = HWRotateInfo(); } in Reset() function
446 void Reset() { *this = HWPipeInfo(); } in Reset() function
455 void Reset() { *this = HWLayerConfig(); } in Reset() function
514 void Reset() { *this = HWDisplayAttributes(); } in Reset() function
/hardware/google/aemu/host-common/include/host-common/
DGoldfishMediaDefs.h35 Reset = 5, enumerator
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dcpuhint.h44 void Reset();
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dcpuhint.h44 void Reset();
Dcpuhint.cpp93 void CPUHint::Reset() { in Reset() function in sdm::CPUHint
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Header.h57 bool Reset();
DIPACM_Routing.h61 bool Reset(enum ipa_ip_type ip);
DIPACM_Filtering.h59 bool Reset(enum ipa_ip_type ip);
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dcpuhint.h44 void Reset();
Dcpuhint.cpp93 void CPUHint::Reset() { in Reset() function in sdm::CPUHint
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Header.h57 bool Reset();
DIPACM_Routing.h65 bool Reset(enum ipa_ip_type ip);
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dcpuhint.h44 void Reset();
Dcpuhint.cpp93 void CPUHint::Reset() { in Reset() function in sdm::CPUHint
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dcpuhint.h44 void Reset();
/hardware/qcom/sm7250/display/composer/
Dgl_color_convert.h53 virtual void Reset() = 0;
Dcpuhint.h44 void Reset();
Dgl_color_convert_impl.h53 virtual void Reset();

123456