Home | History | Annotate | Download | only in cpp

Lines Matching refs:LOGD

42     LOGD("before push q.size=%d", q.size());
44 LOGD("after push q.size=%d", q.size());
47 LOGD("q.push succeeded");
49 LOGD("q.push failed");
52 LOGD("after pop q.size=%d", q.size());
62 LOGD("GetReqScreenState state=%d", state);
76 LOGD("callOnRilRequest X wasn't a function");
90 LOGD("callOnRilRequest RIL_REQUEST_SCREEN_STATE");
92 LOGD("callOnRilRequest err size < sizeof int");
108 LOGD("callOnRilRequest X unknown request");
120 LOGD("callOnRilRequest error");
125 LOGD("callOnRilRequest result=%s", ToCString(result_string));
132 LOGD("testOnRilRequestUsingCppRequestObjs E:");
152 LOGD("testOnRilRequestUsingCppRequestObjs X:");
159 LOGD("testReqScreenStateProtobuf E");
161 LOGD("create ReqScreenState");
165 LOGD("state=%d", state);
168 LOGD("state=%d", state);
170 LOGD("create buffer len=%d", len);
172 LOGD("serialize");
175 LOGD("testReqScreenStateProtobuf X: Could not serialize ss");
178 LOGD("ReqScreenState serialized ok");
182 LOGD("testReqScreenStateProtobuf X: Could not deserialize ss");
185 LOGD("newSs->state=%d", newSs->state());
190 LOGD("testReqScreenStateProtobuf X");
197 LOGD("testReqHangUpProtobuf E");
199 LOGD("create ReqHangUp");
203 LOGD("connection_index=%d", connection_index);
206 LOGD("connection_index=%d", connection_index);
207 LOGD("create buffer");
210 LOGD("serialize");
213 LOGD("testReqHangUpProtobuf X: Could not serialize hu");
216 LOGD("ReqHangUp serialized ok");
220 LOGD("testReqHangUpProtobuf X: Could not deserialize hu");
223 LOGD("newHu->connection_index=%d", newHu->connection_index());
228 LOGD("testReqHangUpProtobuf X");
232 LOGD("testProtobufV8 E:");
239 LOGD("TryCatch.hasCaught is true after protobuf_v8::init");
271 LOGD("testProtobufV8 X");
275 LOGD("experiments E: ********");
280 LOGD("experiments X: ********\n");