/hardware/ril/libril/ |
D | rilSocketQueue.h | 56 T *front; variable 98 front = NULL; in Ril_queue() 109 temp = this->front; in dequeue() 110 if(NULL != this->front->p_next) { in dequeue() 111 this->front = this->front->p_next; in dequeue() 113 this->front = NULL; in dequeue() 125 if(NULL == this->front) { in enqueue() 126 this->front = request; in enqueue() 129 request->p_next = this->front; in enqueue() 130 this->front = request; in enqueue() [all …]
|
/hardware/google/av/media/codecs/flac/ |
D | C2SoftFlacDec.cpp | 162 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork() 163 work->worklets.front()->output.buffers.clear(); in fillEmptyWork() 164 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork() 175 work->worklets.front()->output.configUpdate.clear(); in process() 176 work->worklets.front()->output.flags = work->input.flags; in process() 187 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 248 work->worklets.front()->output.configUpdate.push_back( in process() 250 work->worklets.front()->output.configUpdate.push_back( in process() 299 work->worklets.front()->output.flags = work->input.flags; in process() 300 work->worklets.front()->output.buffers.clear(); in process() [all …]
|
D | C2SoftFlacEnc.cpp | 171 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork() 172 work->worklets.front()->output.buffers.clear(); in fillEmptyWork() 173 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork() 182 work->worklets.front()->output.flags = work->input.flags; in process() 194 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 223 work->worklets.front()->output.configUpdate.push_back(std::move(csd)); in process() 284 work->worklets.front()->output.buffers.push_back(buffer); in process() 285 work->worklets.front()->output.ordinal.timestamp = mAnchorTimeStamp + outTimeStamp; in process()
|
/hardware/google/av/media/codecs/gsm/ |
D | C2SoftGsmDec.cpp | 180 work->worklets.front()->output.flags = work->input.flags; in process() 192 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 202 work->worklets.front()->output.flags = work->input.flags; in process() 203 work->worklets.front()->output.buffers.clear(); in process() 204 work->worklets.front()->output.ordinal = work->input.ordinal; in process() 240 work->worklets.front()->output.flags = work->input.flags; in process() 241 work->worklets.front()->output.buffers.clear(); in process() 242 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block, 0, outSize)); in process() 243 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
|
/hardware/google/av/media/codecs/g711/ |
D | C2SoftG711Dec.cpp | 146 work->worklets.front()->output.flags = work->input.flags; in process() 157 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 172 work->worklets.front()->output.flags = work->input.flags; in process() 173 work->worklets.front()->output.buffers.clear(); in process() 174 work->worklets.front()->output.ordinal = work->input.ordinal; in process() 206 work->worklets.front()->output.flags = work->input.flags; in process() 207 work->worklets.front()->output.buffers.clear(); in process() 208 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block)); in process() 209 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
|
/hardware/interfaces/wifi/1.3/default/tests/ |
D | ringbuffer_unit_tests.cpp | 46 EXPECT_EQ(input, buffer_.getData().front()); in TEST_F() 58 EXPECT_EQ(input2, buffer_.getData().front()); in TEST_F() 70 EXPECT_EQ(input3, buffer_.getData().front()); in TEST_F() 91 EXPECT_EQ(input, buffer_.getData().front()); in TEST_F()
|
/hardware/google/av/media/codecs/mp3/ |
D | C2SoftMp3Dec.cpp | 342 work->worklets.front()->output.configUpdate.clear(); in process() 343 work->worklets.front()->output.flags = work->input.flags; in process() 354 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 364 work->worklets.front()->output.flags = work->input.flags; in process() 365 work->worklets.front()->output.buffers.clear(); in process() 366 work->worklets.front()->output.ordinal = work->input.ordinal; in process() 452 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(sampleRateInfo)); in process() 453 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process() 500 work->worklets.front()->output.flags = work->input.flags; in process() 501 work->worklets.front()->output.buffers.clear(); in process() [all …]
|
/hardware/google/av/media/codecs/vorbis/ |
D | C2SoftVorbisDec.cpp | 205 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork() 206 work->worklets.front()->output.buffers.clear(); in fillEmptyWork() 207 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork() 237 work->worklets.front()->output.configUpdate.clear(); in process() 238 work->worklets.front()->output.flags = work->input.flags; in process() 250 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 309 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(sampleRateInfo)); in process() 310 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process() 433 work->worklets.front()->output.flags = work->input.flags; in process() 434 work->worklets.front()->output.buffers.clear(); in process() [all …]
|
/hardware/google/av/media/codecs/opus/ |
D | C2SoftOpusDec.cpp | 185 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork() 186 work->worklets.front()->output.buffers.clear(); in fillEmptyWork() 187 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork() 306 work->worklets.front()->output.configUpdate.clear(); in process() 307 work->worklets.front()->output.flags = work->input.flags; in process() 319 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 406 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(sampleRateInfo)); in process() 407 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process() 484 work->worklets.front()->output.flags = work->input.flags; in process() 485 work->worklets.front()->output.buffers.clear(); in process() [all …]
|
/hardware/google/av/codec2/hidl/1.0/mts/common/ |
D | media_c2_hidl_test_common.cpp | 33 work.swap(workQueue.front()); in testInputBuffer() 88 if (work->worklets.front()->output.configUpdate.size() != 0) { in workDone() 91 std::move(work->worklets.front()->output.configUpdate); in workDone() 111 eos = (work->worklets.front()->output.flags & in workDone() 116 (int)work->worklets.front()->output.ordinal.frameIndex.peeku()); in workDone()
|
/hardware/interfaces/wifi/1.3/default/ |
D | ringbuffer.cpp | 41 size_ -= data_.front().size() * sizeof(data_.front()[0]); in append()
|
/hardware/google/av/media/codecs/amr_nb_wb/ |
D | C2SoftAmrDec.cpp | 251 work->worklets.front()->output.flags = work->input.flags; in process() 262 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 273 work->worklets.front()->output.flags = work->input.flags; in process() 274 work->worklets.front()->output.buffers.clear(); in process() 275 work->worklets.front()->output.ordinal = work->input.ordinal; in process() 369 work->worklets.front()->output.flags = work->input.flags; in process() 370 work->worklets.front()->output.buffers.clear(); in process() 371 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block)); in process() 372 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
|
D | C2SoftAmrNbEnc.cpp | 182 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork() 183 work->worklets.front()->output.buffers.clear(); in fillEmptyWork() 184 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork() 194 work->worklets.front()->output.flags = work->input.flags; in process() 206 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 280 work->worklets.front()->output.buffers.push_back( in process() 282 work->worklets.front()->output.ordinal.timestamp = mAnchorTimeStamp + outTimeStamp; in process()
|
D | C2SoftAmrWbEnc.cpp | 265 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork() 266 work->worklets.front()->output.buffers.clear(); in fillEmptyWork() 267 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork() 277 work->worklets.front()->output.flags = work->input.flags; in process() 288 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 356 work->worklets.front()->output.buffers.push_back( in process() 358 work->worklets.front()->output.ordinal.timestamp = mAnchorTimeStamp + outTimeStamp; in process()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HdrPlusListenerThread.cpp | 36 PendingResult result = mResults.front(); in ~QCamera3HdrPlusListenerThread() 214 requestId = mNextCaptureReadyIds.front(); in handleNextCaptureReady() 229 result = mResults.front(); in handleCaptureResult() 256 auto shutter = mShutters.front(); in handleShutter() 276 postview = std::move(mPostviews.front()); in handlePostview() 304 nextCallback = mPendingCallbacks.front(); in threadLoop()
|
/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVpxEnc.cpp | 418 work->worklets.front()->output.flags = work->input.flags; in process() 437 inputBuffer->data().graphicBlocks().front().map().get()); in process() 449 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in process() 450 work->worklets.front()->output.buffers.clear(); in process() 451 work->worklets.front()->output.ordinal = work->input.ordinal; in process() 457 inputBuffer->data().graphicBlocks().front(); in process() 631 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in process() 632 work->worklets.front()->output.buffers.clear(); in process() 638 work->worklets.front()->output.buffers.push_back(buffer); in process() 639 work->worklets.front()->output.ordinal = work->input.ordinal; in process() [all …]
|
D | C2SoftVpxDec.cpp | 397 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in fillEmptyWork() 398 work->worklets.front()->output.buffers.clear(); in fillEmptyWork() 399 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork() 415 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in finishWork() 416 work->worklets.front()->output.buffers.clear(); in finishWork() 417 work->worklets.front()->output.buffers.push_back(buffer); in finishWork() 418 work->worklets.front()->output.ordinal = work->input.ordinal; in finishWork() 433 work->worklets.front()->output.configUpdate.push_back( in finishWork() 456 work->worklets.front()->output.configUpdate.clear(); in process() 457 work->worklets.front()->output.flags = work->input.flags; in process() [all …]
|
/hardware/interfaces/bluetooth/1.0/vts/functional/ |
D | VtsHalBluetoothV1_0TargetTest.cpp | 291 hidl_vec<uint8_t> event = event_queue.front(); in handle_no_ops() 309 hidl_vec<uint8_t> acl_packet = acl_queue.front(); in handle_no_ops() 343 hidl_vec<uint8_t> event = event_queue.front(); in wait_for_command_complete_event() 362 hidl_vec<uint8_t> event = event_queue.front(); in setBufferSizes() 413 hidl_vec<uint8_t> event = event_queue.front(); in sendAndCheckHCI() 460 hidl_vec<uint8_t> sco_loopback = sco_queue.front(); in sendAndCheckSCO() 505 hidl_vec<uint8_t> acl_loopback = acl_queue.front(); in sendAndCheckACL() 536 hidl_vec<uint8_t> event = event_queue.front(); in wait_for_completed_packets_event() 567 hidl_vec<uint8_t> event = event_queue.front(); in enterLoopbackMode() 621 hidl_vec<uint8_t> event = event_queue.front(); in TEST_P() [all …]
|
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 356 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in fillEmptyWork() 357 work->worklets.front()->output.buffers.clear(); in fillEmptyWork() 358 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork() 373 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in finishWork() 374 work->worklets.front()->output.buffers.clear(); in finishWork() 375 work->worklets.front()->output.buffers.push_back(buffer); in finishWork() 376 work->worklets.front()->output.ordinal = work->input.ordinal; in finishWork() 501 work->worklets.front()->output.configUpdate.clear(); in process() 502 work->worklets.front()->output.flags = work->input.flags; in process() 514 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() [all …]
|
D | C2SoftMpeg4Enc.cpp | 309 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in fillEmptyWork() 310 work->worklets.front()->output.buffers.clear(); in fillEmptyWork() 311 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork() 405 work->worklets.front()->output.flags = work->input.flags; in process() 458 work->worklets.front()->output.configUpdate.push_back(std::move(csd)); in process() 467 inputBuffer->data().graphicBlocks().front().map().get()); in process() 483 const C2ConstGraphicBlock inBuffer = inputBuffer->data().graphicBlocks().front(); in process() 595 work->worklets.front()->output.ordinal.timestamp = inputTimeStamp; in process() 600 work->worklets.front()->output.buffers.push_back(buffer); in process()
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacDec.cpp | 445 Info &outInfo = mBuffersInfo.front(); in drainRingBuffer() 470 C2FrameData &output = work->worklets.front()->output; in drainRingBuffer() 503 C2FrameData &output = work->worklets.front()->output; in drainRingBuffer() 529 work->worklets.front()->output.configUpdate.clear(); in process() 530 work->worklets.front()->output.flags = work->input.flags; in process() 545 view = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 575 work->worklets.front()->output.flags = work->input.flags; in process() 576 work->worklets.front()->output.ordinal = work->input.ordinal; in process() 577 work->worklets.front()->output.buffers.clear(); in process() 767 C2FrameData &output = work->worklets.front()->output; in process() [all …]
|
/hardware/qcom/sdm845/display/libhistogram/ |
D | ringbuffer.cpp | 48 std::chrono::nanoseconds(now - ringbuffer.front().start_timestamp)); in update_cumulative() 51 auto const increment = ringbuffer.front().histogram.data[i] * delta.count(); in update_cumulative() 52 …if (CC_UNLIKELY((bins[i] + increment < bins[i]) || (increment < ringbuffer.front().histogram.data[… in update_cumulative() 68 ringbuffer.front().end_timestamp = now; in insert()
|
/hardware/qcom/sm8150/display/libhistogram/ |
D | ringbuffer.cpp | 48 std::chrono::nanoseconds(now - ringbuffer.front().start_timestamp)); in update_cumulative() 51 auto const increment = ringbuffer.front().histogram.data[i] * delta.count(); in update_cumulative() 52 …if (CC_UNLIKELY((bins[i] + increment < bins[i]) || (increment < ringbuffer.front().histogram.data[… in update_cumulative() 68 ringbuffer.front().end_timestamp = now; in insert()
|
/hardware/google/av/media/codecs/raw/ |
D | C2SoftRawDec.cpp | 160 work->worklets.front()->output.flags = work->input.flags; in process() 161 work->worklets.front()->output.buffers.clear(); in process() 162 work->worklets.front()->output.ordinal = work->input.ordinal; in process() 164 work->worklets.front()->output.buffers.push_back(work->input.buffers[0]); in process()
|
/hardware/interfaces/bluetooth/1.1/vts/functional/ |
D | VtsHalBluetoothV1_1TargetTest.cpp | 303 hidl_vec<uint8_t> event = event_queue.front(); in handle_no_ops() 321 hidl_vec<uint8_t> acl_packet = acl_queue.front(); in handle_no_ops() 355 hidl_vec<uint8_t> event = event_queue.front(); in wait_for_command_complete_event() 374 hidl_vec<uint8_t> event = event_queue.front(); in setBufferSizes() 425 hidl_vec<uint8_t> event = event_queue.front(); in sendAndCheckHCI() 472 hidl_vec<uint8_t> sco_loopback = sco_queue.front(); in sendAndCheckSCO() 517 hidl_vec<uint8_t> acl_loopback = acl_queue.front(); in sendAndCheckACL() 548 hidl_vec<uint8_t> event = event_queue.front(); in wait_for_completed_packets_event() 579 hidl_vec<uint8_t> event = event_queue.front(); in enterLoopbackMode() 633 hidl_vec<uint8_t> event = event_queue.front(); in TEST_P() [all …]
|