Searched refs:SETPROP (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/opengl/libs/GLES2_dbg/test/
H A Dtest_server.cpp126 EXPECT_EQ(read.SETPROP, read.function());
H A Dtest_socket.cpp271 cmd.set_function(cmd.SETPROP);
284 cmd.set_function(cmd.SETPROP);
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Dserver.cpp204 // mean while, if server is sending a SETPROP then don't try to receive,
206 if (msg.function() == msg.SETPROP)
209 // since client can send SETPROP and other commands anytime
213 LOGD("Send: TryReceived SETPROP");
292 if (!expectResponse) // SETPROP is "out of band"
H A Ddbgcontext.cpp73 msg.set_function(msg.SETPROP);
H A Ddebugger_message.pb.h503 static const Function SETPROP = Message_Function_SETPROP; member in class:com::android::glesv2debugger::Message
H A Ddebugger_message.pb.cpp429 const Message_Function Message::SETPROP; member in class:com::android::glesv2debugger::Message

Completed in 58 milliseconds