Searched defs:block (Results 1 – 9 of 9) sorted by relevance
58 val block = { in setTargetInstallerPackage() constant79 val block = { in removeWhitelistRestrictedPermission() constant
263 BiFunction<SparseArray<?>, SparseArray<?>, Boolean> block) { in testContentEquals()282 BiFunction<SparseArray<?>, SparseArray<?>, Boolean> block) { in testContentNotEquals()
81 public void block() throws Exception { in block() method in WebViewRenderProcessClientTest.JSBlocker
866 public void forEachResultOnce(CaptureRequest request, ResultBlock block) in forEachResultOnce()871 public void forEachResultRepeating(CaptureRequest request, int count, ResultBlock block) in forEachResultRepeating()877 ResultBlock block) throws CameraAccessException { in forEachResult()
397 int[] block = null; in testResultTimestamps() local
56 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock> &block) in LinearBuffer()59 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock> &block, size_t size) in LinearBuffer()356 std::shared_ptr<C2LinearBlock> block; in decodeNFrames() local
430 public boolean shouldServeBlock(PendingBlock block) { in shouldServeBlock()
400 CompressedPendingBlock(PendingBlock block) throws IOException { in CompressedPendingBlock()432 public PendingBlock transform(@NonNull PendingBlock block) throws IOException { in transform()
235 MediaCodec.LinearBlock block; field in MediaCodecBlockModelTest.LinearInputBlock