HomeSort by relevance Sort by last modified time
    Searched refs:enqueue (Results 176 - 200 of 381) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadProviderFunctionalTest.java 233 mServer.enqueue(resp);
AbstractPublicApiTest.java 246 return new Download(mManager.enqueue(request));
  /device/google/marlin/camera/QCamera2/HAL/
QCameraStream.cpp 634 rc = bufferMaps.enqueue(bufType, mHandle, i /*buf index*/, -1 /*plane index*/,
1035 if (mDataQ.enqueue((void *)frame)) {
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraStream.cpp 652 rc = bufferMaps.enqueue(bufType, activeHandle, i /*buf index*/, -1 /*plane index*/,
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraPostProc.cpp 639 * DESCRIPTION: enqueue data into dataNotify thread
742 * DESCRIPTION: enqueue data into dataProc thread
800 if (m_inputPPQ.enqueue((void *)pp_request_job)) {
846 if (!m_inputJpegQ.enqueue((void *)jpeg_job)) {
865 * DESCRIPTION: enqueue raw data into dataProc thread
882 if (m_inputRawQ.enqueue((void *)frame)) {
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraPostProc.cpp 639 * DESCRIPTION: enqueue data into dataNotify thread
742 * DESCRIPTION: enqueue data into dataProc thread
800 if (m_inputPPQ.enqueue((void *)pp_request_job)) {
846 if (!m_inputJpegQ.enqueue((void *)jpeg_job)) {
865 * DESCRIPTION: enqueue raw data into dataProc thread
882 if (m_inputRawQ.enqueue((void *)frame)) {
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
frontend.cpp 69 pTileMgr->enqueue(0, 0, &work);
89 // Enqueue at least 1 work item for each worker thread
97 pTileMgr->enqueue(i, n, &work);
134 pTileMgr->enqueue(x, y, &work);
173 pTileMgr->enqueue(x, y, &work);
228 pTileMgr->enqueue(x, y, &work);
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 545 * DESCRIPTION: enqueue data into dataProc thread
564 // enqueue to post proc input queue
575 m_inputPPQ.enqueue((void *)pp_buffer);
589 * DESCRIPTION: enqueue data into dataProc thread
607 m_inputFWKPPQ.enqueue((void *)frame);
633 m_inputJpegQ.enqueue((void *)jpeg_job);
643 * DESCRIPTION: enqueue data into dataProc thread
657 // enqueue to metadata input queue
658 m_inputMetaQ.enqueue((void *)reproc_meta);
672 * DESCRIPTION: enqueue jpegSetting into dataProc threa
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 512 * DESCRIPTION: enqueue data into dataProc thread
532 // enqueue to post proc input queue
543 m_inputPPQ.enqueue((void *)pp_buffer);
557 * DESCRIPTION: enqueue data into dataProc thread
575 m_inputFWKPPQ.enqueue((void *)frame);
601 m_inputJpegQ.enqueue((void *)jpeg_job);
611 * DESCRIPTION: enqueue data into dataProc thread
625 // enqueue to metadata input queue
626 m_inputMetaQ.enqueue((void *)reproc_meta);
640 * DESCRIPTION: enqueue jpegSetting into dataProc threa
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 512 * DESCRIPTION: enqueue data into dataProc thread
532 // enqueue to post proc input queue
543 m_inputPPQ.enqueue((void *)pp_buffer);
557 * DESCRIPTION: enqueue data into dataProc thread
575 m_inputFWKPPQ.enqueue((void *)frame);
601 m_inputJpegQ.enqueue((void *)jpeg_job);
611 * DESCRIPTION: enqueue data into dataProc thread
625 // enqueue to metadata input queue
626 m_inputMetaQ.enqueue((void *)reproc_meta);
640 * DESCRIPTION: enqueue jpegSetting into dataProc threa
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3PostProc.cpp 554 * DESCRIPTION: enqueue data into dataProc thread
573 // enqueue to post proc input queue
584 m_inputPPQ.enqueue((void *)pp_buffer);
642 * DESCRIPTION: enqueue data into dataProc thread
661 m_inputFWKPPQ.enqueue((void *)frame);
687 m_inputJpegQ.enqueue((void *)jpeg_job);
697 * DESCRIPTION: enqueue data into dataProc thread
711 // enqueue to metadata input queue
712 m_inputMetaQ.enqueue((void *)reproc_meta);
726 * DESCRIPTION: enqueue jpegSetting into dataProc threa
    [all...]
  /external/selinux/libsepol/tests/policies/test-deps/
base-metreq.conf 298 enqueue
base-notmetreq.conf 294 enqueue
small-base.conf 298 enqueue
  /external/selinux/libsepol/tests/policies/test-linker/
small-base.conf 298 enqueue
  /external/walt/docs/
AudioLatency.md 21 [recommended to constantly enqueue buffers containing silence](http://googlesamples.github.io/android-audio-high-performance/guides/audio-output-latency.html#avoid-warm-up-latency).
27 [Enqueue() call](https://github.com/google/walt/blob/v0.1.6/android/WALT/app/src/main/jni/player.c#L123)
28 until there is a detectable signal on the wire. Note that this does not include the time between the moment the app decided to output a tone until the Enqueue() call. This is somewhat counterintuitive but this time is deliberately omitted. In case of the WALT app code this time is likely be uniformly distributed between 0 and the length of the buffer (5 ms in case of Nexus 5) and therefore would contribute considerable variance but little interesting information if included in the reported latency.
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraDualFOVPP.cpp 159 * Enqueue the frame index to inputQ if it is new frame
189 // Enqueue the frame index (i.e. key of vector) to queue
190 if (false == m_iuputQ.enqueue((void*)pFrameIndex)) {
316 // Enqueue output_data to m_outgoingQ
317 if (false == m_outgoingQ.enqueue((void *)pOutputData)) {
  /prebuilts/go/darwin-x86/src/runtime/
chan.go 191 // Space is available in the channel buffer. Enqueue the element to send.
228 c.sendq.enqueue(mysg)
512 c.recvq.enqueue(mysg)
554 // head of the queue. Make the sender enqueue
683 func (q *waitq) enqueue(sgp *sudog) { func
  /prebuilts/go/linux-x86/src/runtime/
chan.go 191 // Space is available in the channel buffer. Enqueue the element to send.
228 c.sendq.enqueue(mysg)
512 c.recvq.enqueue(mysg)
554 // head of the queue. Make the sender enqueue
683 func (q *waitq) enqueue(sgp *sudog) { func
  /prebuilts/tools/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/
leakcanary-analyzer-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /system/sepolicy/prebuilts/api/26.0/private/
access_vectors 335 enqueue
  /system/sepolicy/private/
access_vectors 338 enqueue
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainTestActivity.java 203 server.enqueue(new MockResponse().setBody("this response comes via HTTPS"));
  /system/core/adb/
socket_test.cpp 120 int ret = s->enqueue(s, p);

Completed in 2266 milliseconds

1 2 3 4 5 6 78 91011>>