Searched refs:cq (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/cpp/computepipe/runner/graph/ |
D | GrpcGraph.cpp | 38 ::grpc::ClientAsyncResponseReader<RpcType>* rpc, ::grpc::CompletionQueue* cq, in FinishRpcAndGetResult() argument 45 if (!cq->Next(&got_tag, &ok)) { in FinishRpcAndGetResult() 97 ::grpc::CompletionQueue cq; in initialize() 101 mGraphStub->AsyncGetGraphOptions(&context, getGraphOptionsRequest, &cq)); in initialize() 104 auto [mStatus, mErrorMessage] = FinishRpcAndGetResult(rpc.get(), &cq, &response); in initialize() 143 ::grpc::CompletionQueue cq; in handleConfigPhase() 150 mGraphStub->AsyncSetGraphConfig(&context, setGraphConfigRequest, &cq)); in handleConfigPhase() 153 auto [mStatus, mErrorMessage] = FinishRpcAndGetResult(rpc.get(), &cq, &response); in handleConfigPhase() 200 ::grpc::CompletionQueue cq; in handleExecutionPhase() 202 mGraphStub->AsyncStartGraphExecution(&context, startExecutionRequest, &cq)); in handleExecutionPhase() [all …]
|
D | StreamSetObserver.cpp | 47 ::grpc::CompletionQueue cq; in startObservingStream() 54 ->AsyncObserveOutputStream(&context, observeStreamRequest, &cq, nullptr)); in startObservingStream() 58 cq.Next(&tag, &cqStatus); in startObservingStream() 88 cq.Next(&tag, &cqStatus); in startObservingStream() 97 cq.Shutdown(); in startObservingStream()
|
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | ThresholdGroup.java | 101 int cq = monitor.getCurrentQuality(th.getAccessNetwork(), th.getMeasurementType()); in satisfy() local 102 if (th.isMatching(cq)) { in satisfy() 103 Log.d(mTag, "satisfy " + th.toShortString() + " currentQuality:" + cq); in satisfy() 106 Log.d(mTag, "not satisfy " + th.toShortString() + " currentQuality:" + cq); in satisfy() 125 int cq = monitor.getCurrentQuality(th.getAccessNetwork(), th.getMeasurementType()); in findUnmatchedThresholds() local 127 if (th.isMatching(cq)) { in findUnmatchedThresholds() 128 Log.d(mTag, "Threshold " + th.toShortString() + " is matched. current:" + cq); in findUnmatchedThresholds() 130 Log.d(mTag, "Threshold " + th.toShortString() + " is not matched. current:" + cq); in findUnmatchedThresholds()
|
D | QnsCallStatusTracker.java | 598 CallQualityBlock cq = callQualityBlockList.get(j); in getUpLinkQualityLevelDuringCall() local 599 sumUplinkQualityLevelVolume += cq.getUpLinkQualityVolume(); in getUpLinkQualityLevelDuringCall() 600 long durationMillis = cq.mDurationMillis; in getUpLinkQualityLevelDuringCall() 604 - cq.mCreatedElapsedTime; in getUpLinkQualityLevelDuringCall() 632 CallQualityBlock cq = callQualityBlockList.get(j); in getDownLinkQualityLevelDuringCall() local 633 sumDownLinkQualityLevelVolume += cq.getDownLinkQualityVolume(); in getDownLinkQualityLevelDuringCall() 634 long durationMillis = cq.mDurationMillis; in getDownLinkQualityLevelDuringCall() 638 - cq.mCreatedElapsedTime; in getDownLinkQualityLevelDuringCall() 664 CallQuality cq = state.getCallQuality(); in updateCallQuality() local 665 if (cq == null || isDummyCallQuality(cq)) { in updateCallQuality() [all …]
|
/packages/apps/DocumentsUI/tests/res/raw/ |
D | images_tar | 8 …��r}�''��)���SrѨ�'s~�`{�0��.o��E��k3 �Gmm��.�UZeN�����O�NtEOk,J��#S���V����.��QGLA��W�cq 703 ���jl�ɗ�y<w��+:aI���Y���$��6��eni�3cq������T��ZC�v��W��@?� �"�O<�����'=ϥ�e���1 �#ǻ��*1… 798 ~O�y��vZCAq5����e�dqm�W�����Wcq�Z뺇���`�leH��c���y�2{u����]�zTpOk%�p '�����!��ﵫ�f-���8��… 1522 ������T��_=9=jB��,ϸ�����T�ta�Ǔ����i��"}�e�^�O���T��F��-.6�_zY%������M0"�h!�cq�։6��~������… 2569 ��ր��He*��5]�b���wd�9��`O��H$s�>¢d�o@�>����$3�*��e�*y?�*�*�$��N�X���y �@r��cq�… 2680 …�]�����%���]��9y���."Y��W=��?��WD�S/�|�QI�J��Jz۩9�G=�֬[���p;�.�$`�zՉ��cq#�J��(�D2��n@`�… 2757 …d@�]�֨��+#t<0o��"�!3�����:{Sc��e���o��)���o���9�H���"�m�+gu02cq�c��cJpW���d�H�LO�… 2807 ��MnG�cq��JRó�'9�� r1�\���*�%WH�5`U��;�nマ���:��6d`��S�S�p���v��:�[ڂI��d$�x$rjU,Cq�=�… 2950 …B�>f�"y�qڰ�A��4�hC���ұ4�I�8������r�&[*w���ڔ�|��x��"����X�`g�!�(b�cq .:�`�t�9������$��… 4277 …�@#)i#�^�JWvBq�r*Iu�c�E$��\���y�@�[ d�GN��Br��t'�R4EW!��ڤ���cq.9ϵ��G`s��P2��H… [all …]
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | nl_wordlist.combined.gz |
|