/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/ |
D | RtcpSdesPacketTest.cpp | 92 std::list<tRTCP_SDES_ITEM*> sdesItemList = chunkItemList.front()->getSdesItemList(); in TEST_F() 94 tRTCP_SDES_ITEM* tmpSdesItem = sdesItemList.front(); in TEST_F() 156 std::list<tRTCP_SDES_ITEM*> sdesItemList = chunkItemList.front()->getSdesItemList(); in TEST_F() 158 tRTCP_SDES_ITEM* tmpSdesItem = sdesItemList.front(); in TEST_F() 163 sdesItemList = chunkItemList.front()->getSdesItemList(); in TEST_F() 165 tmpSdesItem = sdesItemList.front(); in TEST_F() 229 std::list<tRTCP_SDES_ITEM*> sdesItemList = chunkItemList.front()->getSdesItemList(); in TEST_F() 231 tRTCP_SDES_ITEM* tmpSdesItem = sdesItemList.front(); in TEST_F() 236 sdesItemList = chunkItemList.front()->getSdesItemList(); in TEST_F() 238 tmpSdesItem = sdesItemList.front(); in TEST_F()
|
D | RtcpPacketTest.cpp | 87 RtcpSrPacket* rtcpSrPacket = SrList.front(); in TEST_F() 114 RtcpChunk* chunk = pSdesChunks.front(); in TEST_F() 119 tRTCP_SDES_ITEM* sdesItem = sdesItemList.front(); in TEST_F() 210 RtcpSrPacket* rtcpSrPacket = SrList.front(); in TEST_F() 238 RtcpReportBlock* report = reports.front(); in TEST_F() 253 RtcpRrPacket* pRrPkt = RrList.front(); in TEST_F() 269 report = reports.front(); in TEST_F() 367 RtcpSrPacket* rtcpSrPacket = SrList.front(); in TEST_F() 395 RtcpReportBlock* report = reports.front(); in TEST_F() 410 RtcpRrPacket* pRrPkt = RrList.front(); in TEST_F() [all …]
|
D | RtcpByePacketTest.cpp | 72 EXPECT_EQ(*ssrcList.front(), reinterpret_cast<RtpDt_UInt32>(0xb1c8cb02)); in TEST_F() 100 EXPECT_EQ(*ssrcList.front(), reinterpret_cast<RtpDt_UInt32>(0xb1c8cb02)); in TEST_F() 102 EXPECT_EQ(*ssrcList.front(), reinterpret_cast<RtpDt_UInt32>(0xd2bd4e3e)); in TEST_F() 135 EXPECT_EQ(*ssrcList.front(), reinterpret_cast<RtpDt_UInt32>(0xb1c8cb02)); in TEST_F() 137 EXPECT_EQ(*ssrcList.front(), reinterpret_cast<RtpDt_UInt32>(0xd2bd4e3e)); in TEST_F()
|
D | RtcpChunkTest.cpp | 86 tRTCP_SDES_ITEM* sdesItem = sdesItemList.front(); in TEST_F() 148 tRTCP_SDES_ITEM* sdesItem = sdesItemList.front(); in TEST_F() 212 tRTCP_SDES_ITEM* sdesItem = sdesItemList.front(); in TEST_F() 259 tRTCP_SDES_ITEM* sdesItem = sdesItemList.front(); in TEST_F()
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Densify.cpp | 115 const int shapeOfLevel = dimMetadata[metadataIdx].front(); in populate() 168 inputShapes[kInputDimFormat].dimensions.front()); // size of dimFormatPtr in densify() 179 inputShapes[i * 2 + kInputArrSeg].dimensions.front()); in densify() 182 inputShapes[i * 2 + kInputArrIdx].dimensions.front()); in densify() 189 inputShapes[kInputBlockMap].dimensions.front()); // size of block map in densify() 190 for (uint32_t i = 0; i < inputShapes[kInputBlockMap].dimensions.front(); i++) { in densify() 200 if (const OperandType type = inputShapes.front().type; in densify() 204 zeroPoint = static_cast<T>(inputShapes.front().offset); in densify() 213 inputShapes[kInputTravOrder].dimensions.front()); // size of traversal order in densify() 228 const uint32_t origRank = dimensionsShape.dimensions.front() - blockMapShape.dimensions.front(); in prepare() [all …]
|
/packages/modules/Bluetooth/system/gd/hal/ |
D | hci_hal_host_test.cc | 258 auto packet = incoming_packets_queue_.front(); in TEST_F() 268 auto packet = incoming_packets_queue_.front(); in TEST_F() 278 auto packet = incoming_packets_queue_.front(); in TEST_F() 288 auto packet = incoming_packets_queue_.front(); in TEST_F() 300 auto packet = incoming_packets_queue_.front(); in TEST_F() 303 packet = incoming_packets_queue_.front(); in TEST_F() 315 auto packet = incoming_packets_queue_.front(); in TEST_F() 318 packet = incoming_packets_queue_.front(); in TEST_F() 332 auto packet = incoming_packets_queue_.front(); in TEST_F() 345 auto packet = incoming_packets_queue_.front(); in TEST_F()
|
/packages/services/Car/cpp/evs/apps/default/res/ |
D | config.json.readme | 10 // Yaw is measured from the front of the car, positive to the left (postive Z rotation). 17 "wheelBase" : 117.9, // The distance between the front and read axel 18 "frontExtent" : 44.7, // The extent of the car body ahead of the front axel 24 "frontRange" : 100, // How far to render the view in front of the front bumper 29 "frontPixel" : 23, // The pixel row in CarFromTop.png at which the front bumper appears
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/utils/ |
D | ImsMediaEventHandler.cpp | 114 uint32_t event = mListevent.front(); in run() 115 uint64_t paramA = mListParamA.front(); in run() 116 uint64_t paramB = mListParamB.front(); in run() 117 uint64_t paramC = mListParamC.front(); in run()
|
/packages/modules/Bluetooth/system/gd/packet/parser/ |
D | main.cc | 165 std::cout << "parsing: " << input_files.front() << std::endl; in main() 166 if (!parse_declarations_one_file(input_files.front(), &declarations)) { in main() 167 std::cerr << "Cannot parse " << input_files.front() << " correctly" << std::endl; in main() 175 input_files.front(), in main() 179 std::cerr << "Didn't generate cpp headers for " << input_files.front() << std::endl; in main()
|
/packages/modules/Bluetooth/system/gd/common/ |
D | multi_priority_queue_test.cc | 34 ASSERT_EQ(q.front(), i); in TEST() 46 ASSERT_EQ(q.front(), i); in TEST() 57 ASSERT_EQ(q.front(), i); in TEST()
|
D | multi_priority_queue.h | 39 T& front() { in front() function 40 return queues_[next_to_dequeue_.top()].front(); in front()
|
/packages/modules/Bluetooth/system/test/headless/connect/ |
D | connect.cc | 54 std::string opt = options.front(); in do_connect() 79 std::shared_ptr<callback_params_t> p = context.callback_ready_q.front(); in do_connect() 117 context.callback_ready_q.front(); in do_connect() 155 return do_connect(options_.loop_, options_.device_.front(), in Run()
|
/packages/modules/Bluetooth/system/gd/l2cap/internal/ |
D | scheduler_fifo_test.cc | 55 auto next = std::move(next_packets.front()); in GetNextPacket() 98 auto&& packet = enqueue_.enqueued.front(); in TEST_F() 122 auto packet1 = std::move(enqueue_.enqueued.front()); in TEST_F() 131 auto packet2 = std::move(enqueue_.enqueued.front()); in TEST_F() 154 auto packet1 = std::move(enqueue_.enqueued.front()); in TEST_F()
|
/packages/modules/Bluetooth/system/gd/storage/ |
D | legacy_config_file.cc | 55 if (line.front() == '\0' || line.front() == '#') { in Read() 58 if (line.front() == '[') { in Read()
|
/packages/modules/Bluetooth/system/gd/os/ |
D | mock_queue.h | 82 std::unique_ptr<T> front = std::move(enqueued.front()); in TryDequeue() local 84 return front; in TryDequeue()
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | LooperStub.cpp | 52 while (!mCache.empty() && mCache.front().empty()) { in pollAll() 62 const auto messages = mCache.front(); in pollAll() 66 mCache.front().clear(); in pollAll()
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | ActionMultiMap.java | 35 public void put(String mimeType, Action info, boolean front) { in put() argument 44 if (front) { in put()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/ |
D | BaseStreamGraph.cpp | 143 BaseNode* pNode = mListNodeToStart.front(); in startNodes() 173 BaseNode* pNode = mListNodeStarted.front(); in stopNodes() 197 BaseNode* pNode = mListNodeToStart.front(); in deleteNodes()
|
/packages/modules/StatsD/statsd/src/logd/ |
D | LogEventQueue.cpp | 36 unique_ptr<LogEvent> item = std::move(mQueue.front()); in waitPop() 51 result.oldestTimestampNs = mQueue.front()->GetElapsedTimestampNs(); in push()
|
/packages/modules/Bluetooth/system/bta/test/ |
D | bta_dm_test.cc | 230 auto params = BTA_DM_ENCRYPT_CBACK_queue.front(); in TEST_F() 297 auto params_BTM_SUCCESS = BTA_DM_ENCRYPT_CBACK_queue.front(); in TEST_F() 300 auto params_BTM_WRONG_MODE = BTA_DM_ENCRYPT_CBACK_queue.front(); in TEST_F() 303 auto params_BTM_NO_RESOURCES = BTA_DM_ENCRYPT_CBACK_queue.front(); in TEST_F() 306 auto params_BTM_BUSY = BTA_DM_ENCRYPT_CBACK_queue.front(); in TEST_F() 309 auto params_BTM_ILLEGAL_VALUE = BTA_DM_ENCRYPT_CBACK_queue.front(); in TEST_F()
|
/packages/modules/Bluetooth/system/stack/test/btm/ |
D | stack_btm_power_mode_test.cc | 132 const auto cb = power_mode_callback_queue.front(); in TEST_F() 153 const auto cb = power_mode_callback_queue.front(); in TEST_F() 184 const auto cb = power_mode_callback_queue.front(); in TEST_F()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_layer.cc | 212 if (is_vendor_specific && (is_status && !command_queue_.front().waiting_for_status_) && in handle_command_response() 231 (*command_queue_.front().GetCallback<CommandCompleteView>())(command_complete_view); in handle_command_response() 234 command_queue_.front().waiting_for_status_ == is_status, in handle_command_response() 239 (*command_queue_.front().GetCallback<TResponse>())(std::move(response_view)); in handle_command_response() 250 auto& command_view = *command_queue_.front().command_view; in handle_command_response() 307 command_queue_.front().command->Serialize(bi); in send_next_command() 314 command_queue_.front().command_view = std::make_unique<CommandView>(std::move(cmd_view)); in send_next_command() 315 log_link_layer_connection_command(command_queue_.front().command_view); in send_next_command() 316 …log_classic_pairing_command_status(command_queue_.front().command_view, ErrorCode::STATUS_UNKNOWN); in send_next_command() 426 …log_hci_event(command_queue_.front().command_view, event, module_.GetDependency<storage::StorageMo… in on_hci_event()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
D | dic_node_vector.h | 74 DicNode *front() { in front() function 76 return &mDicNodes.front(); in front()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | round_robin_scheduler.cc | 99 auto connection_type = fragments_to_send_.front().first; in start_round_robin() 202 ConnectionType connection_type = fragments_to_send_.front().first; in handle_enqueue_next_fragment() 211 auto raw_pointer = fragments_to_send_.front().second.release(); in handle_enqueue_next_fragment() 219 ConnectionType next_connection_type = fragments_to_send_.front().first; in handle_enqueue_next_fragment()
|
/packages/apps/Camera2/src_pd/com/android/camera/stats/ |
D | UsageStatistics.java | 68 public void videoCaptureDoneEvent(String ref, long durationMsec, boolean front, in videoCaptureDoneEvent() argument 74 boolean front, boolean isHDR, float zoom, in photoCaptureDoneEvent() argument
|