Home
last modified time | relevance | path

Searched refs:GetR (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/gd/security/pairing/
H A Dclassic_pairing_handler.cc349 this->remote_p192_oob_data_.GetR(), in OnReceive()
351 this->remote_p256_oob_data_.GetR())); in OnReceive()
356 this->remote_p192_oob_data_.GetR())); in OnReceive()
364 this->remote_p192_oob_data_.GetR(), in OnReceive()
366 this->remote_p256_oob_data_.GetR())); in OnReceive()
373 this->remote_p192_oob_data_.GetR(), in OnReceive()
375 this->remote_p256_oob_data_.GetR())); in OnReceive()
H A Doob_data.h36 SimplePairingRandomizer GetR() { in GetR() function
/aosp12/packages/apps/Gallery2/jni/filters/
H A Dfilters.h31 #define GetR(color) (((color) >> 0) & 0xFF) macro
/aosp12/system/bt/gd/security/cert/
H A Dcert_security.py172 return (list(complete.GetC()), list(complete.GetR()), [0 for i in range(0, 16)],
/aosp12/system/bt/gd/security/
H A Dfacade.cc389 auto r = cc.GetR(); in OobDataEventOccurred()
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Ddual_mode_controller.cc778 peer, command_view.GetC(), command_view.GetR()); in RemoteOobDataRequestReply()