Home
last modified time | relevance | path

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

/system/core/trusty/storage/tests/
Dmain.cpp102 void WriteReadAtOffsetHelper(file_handle_t handle, size_t blk, size_t cnt, bool complete);
421 size_t blk = 2048; in TEST_P() local
437 WritePattern(handle, 0, 32 * blk, blk, true); in TEST_P()
440 ReadPattern(handle, 0, 32 * blk, blk); in TEST_P()
451 ReadPattern(handle, 0, 32 * blk, blk); in TEST_P()
463 size_t blk = 2048; in TEST_P() local
479 WritePatternChunk(handle, 0, blk, true); in TEST_P()
482 ReadPattern(handle, 0, blk, blk); in TEST_P()
589 size_t blk = 2048; in TEST_P() local
600 WritePatternChunk(handle, 0, blk, true); in TEST_P()
[all …]
/system/bt/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()
/system/libhidl/libhidlcache/
Dlibhidlcache_test.cpp62 MemoryBlock blk = {token, 0x200 /* size */, 0x100 /* offset */}; in HidlCacheWhiteBoxTest() local
63 sp<IMemoryToken> mtoken = blk.token; in HidlCacheWhiteBoxTest()
83 sp<IMemory> mem1 = mapMemory(blk); in HidlCacheWhiteBoxTest()
90 sp<IMemory> mem2 = mapMemory(blk); in HidlCacheWhiteBoxTest()
142 MemoryBlock blk = dealer->allocate(1024); in TEST_F() local
143 EXPECT_TRUE(HidlMemoryDealer::isOk(blk)); in TEST_F()
/system/sepolicy/prebuilts/api/26.0/public/
Dshell.te183 # Limit shell to only getattr on blk devices for host side tests.
/system/sepolicy/prebuilts/api/27.0/public/
Dshell.te184 # Limit shell to only getattr on blk devices for host side tests.
/system/sepolicy/prebuilts/api/28.0/public/
Dshell.te225 # Limit shell to only getattr on blk devices for host side tests.
/system/sepolicy/public/
Dshell.te245 # Limit shell to only getattr on blk devices for host side tests.
/system/sepolicy/prebuilts/api/29.0/public/
Dshell.te245 # Limit shell to only getattr on blk devices for host side tests.
/system/core/init/
DREADME.md681 `dev.mnt.blk.<mount_point>`
684 "/", it will use "/root", specifically `dev.mnt.blk.root`.
685 Meant for references to `/sys/device/block/${dev.mnt.blk.<mount_point>}/` and
686 `/sys/fs/ext4/${dev.mnt.blk.<mount_point>}/` to tune the block device
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1061 MemoryBlock blk = {token, 0x200 /* size */, 0x100 /* offset */}; in TEST_F() local
1062 EXPECT_OK(memoryTest->haveSomeMemoryBlock(blk, [&](const MemoryBlock& blkBack) { in TEST_F()
1067 blk = blkBack; in TEST_F()
1070 sp<IMemoryToken> mtoken = blk.token; in TEST_F()
/system/core/rootdir/
Dinit.rc682 write /sys/fs/f2fs/${dev.mnt.blk.data}/cp_interval 200