Home
last modified time | relevance | path

Searched refs:NfccPowerTracker (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/nxp/nfc/pn8x/halimpl/utils/
H A DNfccPowerTracker.cpp38 NfccPowerTracker::NfccPowerTracker() { in NfccPowerTracker() function in NfccPowerTracker
45 NfccPowerTracker::~NfccPowerTracker() {} in ~NfccPowerTracker()
56 NfccPowerTracker& NfccPowerTracker::getInstance() { in getInstance()
57 static NfccPowerTracker sPwrInstance; in getInstance()
70 void NfccPowerTracker::Initialize() { in Initialize()
103 uint64_t NfccPowerTracker::TimeDiff(struct timespec start, in TimeDiff()
125 void NfccPowerTracker::ProcessCmd(uint8_t* cmd, uint16_t len) { in ProcessCmd()
176 void NfccPowerTracker::ProcessNtf(uint8_t* rsp, uint16_t rsp_len) { in ProcessNtf()
358 bool NfccPowerTracker::ReadPowerStateLog() { in ReadPowerStateLog()
411 void NfccPowerTracker::Reset() { in Reset()
[all …]
H A DNfccPowerTracker.h37 class NfccPowerTracker {
39 static NfccPowerTracker& getInstance();
110 NfccPowerTracker();
111 ~NfccPowerTracker();
/aosp12/hardware/nxp/nfc/pn8x/
H A DAndroid.bp58 "halimpl/utils/NfccPowerTracker.cpp",
/aosp12/hardware/nxp/nfc/pn8x/halimpl/hal/
H A DphNxpNciHal.cc757 NfccPowerTracker::getInstance().Initialize(); in phNxpNciHal_MinOpen()
1025 NfccPowerTracker::getInstance().ProcessCmd( in phNxpNciHal_write_unlocked()
1163 NfccPowerTracker::getInstance().ProcessNtf(nxpncihal_ctrl.p_rx_data, in phNxpNciHal_read_complete()
2186 NfccPowerTracker::getInstance().Pause(); in phNxpNciHal_close()
2230 NfccPowerTracker::getInstance().Reset(); in phNxpNciHal_configDiscShutdown()