Home
last modified time | relevance | path

Searched refs:blk (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Dsynthesis-sbc.c279 OI_UINT blk; in OI_SBC_SynthFrame_80() local
287 for (blk = blkstart; blk < blkstop; blk++) { in OI_SBC_SynthFrame_80()
318 OI_UINT blk; in OI_SBC_SynthFrame_4SB() local
326 for (blk = blkstart; blk < blkstop; blk++) { in OI_SBC_SynthFrame_4SB()
358 OI_UINT blk; in OI_SBC_SynthFrame_Enhanced() local
366 for (blk = blkstart; blk < blkstop; blk++) { in OI_SBC_SynthFrame_Enhanced()
/packages/apps/Gallery/src/com/android/camera/
DGridViewSpecial.java796 ImageBlock blk = mCache.get(row); in clearLoaderQueue() local
797 Assert(blk != null); // We won't reuse the block if it has pending in clearLoaderQueue()
799 blk.cancelRequest(col); in clearLoaderQueue()
836 ImageBlock blk = mCache.get(row); in tryToLoad() local
837 if (blk == null) { in tryToLoad()
839 blk = getEmptyBlock(); in tryToLoad()
840 blk.setRow(row); in tryToLoad()
841 blk.invalidate(); in tryToLoad()
842 mCache.put(row, blk); in tryToLoad()
844 return blk.loadImages(); in tryToLoad()
[all …]