Home
last modified time | relevance | path

Searched refs:Freeze (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libvrsensor/
Dpose_client.cpp112 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/
Dupb.h1330 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/
Dupb.h1737 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 …]