Home
last modified time | relevance | path

Searched refs:drop (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/av/media/libstagefright/
DFrameRenderTracker.cpp118 bool drop = false; // whether to drop each frame in checkFencesAndGetRenderedFrames() local
121 drop = dropIncomplete; in checkFencesAndGetRenderedFrames()
126 drop = true; in checkFencesAndGetRenderedFrames()
128 drop = dropIncomplete; in checkFencesAndGetRenderedFrames()
140 if (drop || (it->mFence == NULL && it == mRenderQueue.begin())) { in checkFencesAndGetRenderedFrames()
DSurfaceUtils.cpp305 bool drop = in disableLegacyBufferDropPostQ() local
308 if (!drop) { in disableLegacyBufferDropPostQ()
/frameworks/base/tests/net/res/raw/
Dnet_dev_typical2 …face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo c…
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DEventLogTags.logtags33 # PDP drop caused by network
39 # CDMA data network drop
/frameworks/native/services/surfaceflinger/
DMonitoredProducer.cpp135 status_t MonitoredProducer::setLegacyBufferDrop(bool drop) { in setLegacyBufferDrop() argument
136 return mProducer->setLegacyBufferDrop(drop); in setLegacyBufferDrop()
DMonitoredProducer.h64 virtual status_t setLegacyBufferDrop(bool drop) override;
/frameworks/hardware/interfaces/stats/1.0/test_client/
DStatsClient.cpp101 PhysicalDropDetected drop{ in main() local
103 client->reportPhysicalDropDetected(drop); in main()
/frameworks/ml/nn/tools/test_generator/
DREADME.md149 converter = AxisConverter(originalAxis, targetAxis, dimension, drop=[], name="variation_name").Iden…
169 toDim2 = AxisConverter(-1, -1, 4, drop=[0, 1]).Identify([input, output, axis])
175 toDim2Axis0 = AxisConverter(-1, 2, 4, drop=[0, 1]).Identify([input, output, axis])
266 drop = list(range(dim))
267 drop.pop(origin)
269 AxisConverter(origin, origin, dim, drop[0:(dim-i)]).Identify(op_list) for i in dims])
273 AxisConverter(origin, origin, dim, drop[0:i]).Identify(op_list) for i in range(dim)])
/frameworks/hardware/interfaces/stats/1.0/
DIStats.hal42 * Report the detection of a physical drop event, as detected by
46 * confidence that a drop occured, peak detected acceleration, and the
Dtypes.hal78 * Represents a physical drop detected event.
82 /* Confidence that the event was actually a drop, 0 -> 100 */
85 /* Peak acceleration of the drop, in 1/1000s of a g. */
/frameworks/native/libs/gui/
DIGraphicBufferProducer.cpp441 virtual status_t setLegacyBufferDrop(bool drop) { in setLegacyBufferDrop() argument
445 data.writeInt32(drop); in setLegacyBufferDrop()
655 status_t setLegacyBufferDrop(bool drop) override { in setLegacyBufferDrop() argument
656 return mBase->setLegacyBufferDrop(drop); in setLegacyBufferDrop()
685 status_t IGraphicBufferProducer::setLegacyBufferDrop(bool drop) { in setLegacyBufferDrop() argument
687 (void) drop; in setLegacyBufferDrop()
1048 bool drop = data.readInt32(); in onTransact() local
1049 int result = setLegacyBufferDrop(drop); in onTransact()
DBufferQueueProducer.cpp1520 status_t BufferQueueProducer::setLegacyBufferDrop(bool drop) { in setLegacyBufferDrop() argument
1522 BQ_LOGV("setLegacyBufferDrop: drop = %d", drop); in setLegacyBufferDrop()
1525 mCore->mLegacyBufferDrop = drop; in setLegacyBufferDrop()
/frameworks/native/libs/gui/include/gui/
DBufferQueueProducer.h178 virtual status_t setLegacyBufferDrop(bool drop);
DIGraphicBufferProducer.h607 virtual status_t setLegacyBufferDrop(bool drop);
/frameworks/hardware/interfaces/displayservice/1.0/
DIDisplayEventReceiver.hal56 * Server must drop all references to callback and stop sending events.
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DSoundTriggerService.java675 void drop() { in drop() method in SoundTriggerService.Operation
958 op.drop(); in runOrAddOperation()
991 op.drop(); in runOrAddOperation()
/frameworks/base/tools/orientationplot/
DREADME.txt52 it 90 degrees. Note that the confidence intervals will all drop to 0 at some
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt179 implementation. The cache implementation can simply drop a value if it
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp975 media::Metadata::Filter allow, drop; in setMetadataFilter() local
978 unmarshallFilter(filter, &drop, &status)) { in setMetadataFilter()
982 mMetadataDrop = drop; in setMetadataFilter()
/frameworks/hardware/interfaces/cameraservice/device/2.0/
Dtypes.hal258 * For buffer drop errors, the stream ID for the stream that lost a buffer.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
DREADME.md254 libraries will *not* be usable as drop-in replacements.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt1037 in its verbatim form as a nested autoconf package, so you can drop in any
1103 nested autoconf package, so it should be able to drop new versions into the
/frameworks/opt/telephony/proto/src/
Dtelephony.proto1509 // Reasons for data call drop - network/modem disconnect
/frameworks/base/cmds/statsd/src/
Datoms.proto1814 * buffer queue is full and we have to drop data
2336 // Confidence that the event was actually a drop, 0 -> 100
2338 // Peak acceleration of the drop, in 1/1000s of a g.
4189 // TODO(gaillard): there is a high dimensions cardinality, figure out if we should drop the less
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto4894 // Action: user selected a notification snooze duration from the drop down
4910 // Action: user togged the visibility of the notification snooze options drop down
6052 // ACTION: Physical drop event
6058 // FIELD: Confidence in detection of drop, in integer percentage.

12