Lines Matching refs:hu
200 ril_proto::ReqHangUp* hu = new ril_proto::ReqHangUp();
201 hu->set_connection_index(3);
202 bool connection_index = hu->connection_index();
204 hu->set_connection_index(2);
205 connection_index = hu->connection_index();
208 int len = hu->ByteSize();
211 bool ok = hu->SerializeToArray(buffer, len);
213 LOGD("testReqHangUpProtobuf X: Could not serialize hu");
220 LOGD("testReqHangUpProtobuf X: Could not deserialize hu");
226 delete hu;