Home | History | Annotate | Download | only in cpp

Lines Matching refs:ALOGD

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