Searched refs:Freeze (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/vr/libvrsensor/ |
D | pose_client.cpp | 112 int Freeze(const DvrPose& frozen_state) { in Freeze() function in android::dvr::PoseClient 344 return PoseClient::FromC(client)->Freeze(*frozen_state); in dvrPoseClientFreeze()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.h | 1330 static bool Freeze(Def* const* defs, int n, Status* status); 1331 static bool Freeze(const std::vector<Def*>& defs, Status* status); 1851 bool Freeze(Status* s); 2182 bool Freeze(Status* s); 2463 inline bool Def::Freeze(Def* const* defs, int n, Status* status) { in Freeze() function 2466 inline bool Def::Freeze(const std::vector<Def*>& defs, Status* status) { in Freeze() function 2680 inline bool MessageDef::Freeze(Status* status) { in Freeze() function 2867 inline bool EnumDef::Freeze(Status* status) { in Freeze() function 3465 bool Freeze(Status* s); 3469 static bool Freeze(Handlers*const* handlers, int n, Status* s); [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.h | 1737 static bool Freeze(Def* const* defs, size_t n, Status* status); 1738 static bool Freeze(const std::vector<Def*>& defs, Status* status); 2319 bool Freeze(Status* s); 2670 bool Freeze(Status* s); 2990 bool Freeze(Status* s); 3064 inline bool Def::Freeze(Def* const* defs, size_t n, Status* status) { 3067 inline bool Def::Freeze(const std::vector<Def*>& defs, Status* status) { 3305 inline bool MessageDef::Freeze(Status* status) { 3495 inline bool EnumDef::Freeze(Status* status) { 4161 bool Freeze(Status* s); [all …]
|