Searched refs:R_ (Results 1 – 2 of 2) sorted by relevance
/system/bt/gd/security/pairing/ |
D | oob_data.h | 30 OobData(SimplePairingHash C, SimplePairingRandomizer R) : C_(C), R_(R) {} in OobData() 37 return R_; in GetR() 42 !std::all_of(R_.begin(), R_.end(), [](uint8_t b) { return b == 0; }); in IsValid() 47 SimplePairingRandomizer R_ = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; variable
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 54 **Note:** _adb remount -R_ won’t reboot if the device is already in the adb remount state.
|