Home
last modified time | relevance | path

Searched refs:origValue (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/tools/emulator/
H A Dvhal_emulator_test.py66 def _generateTestValue(self, cfg, idx, origValue): argument
72 testValue = list(range(len(origValue)))
74 testValue = origValue ^ 1
239 origValue = self._getValueFromMsg(rxMsg)
240 if origValue == None:
246 testValue = self._generateTestValue(cfg, idx, origValue)
268 self._vhal.setProperty(cfg.prop, area, origValue)
/aosp12/frameworks/native/libs/binder/
H A DParcel.cpp541 const bool origValue = mAllowFds; in pushAllowFds() local
545 return origValue; in pushAllowFds()