Home
last modified time | relevance | path

Searched refs:mmc (Results 1 – 5 of 5) sorted by relevance

/system/core/rootdir/
Dinit-debug.rc1 on property:persist.mmc.max_read_speed=*
2 write /sys/block/mmcblk0/max_read_speed ${persist.mmc.max_read_speed}
4 on property:persist.mmc.max_write_speed=*
5 write /sys/block/mmcblk0/max_write_speed ${persist.mmc.max_write_speed}
7 on property:persist.mmc.cache_size=*
8 write /sys/block/mmcblk0/cache_size ${persist.mmc.cache_size}
/system/core/trusty/storage/proxy/
Drpmb.c80 } mmc = {}; in rpmb_send() local
81 struct mmc_ioc_cmd *cmd = mmc.multi.cmds; in rpmb_send()
119 mmc.multi.num_of_cmds++; in rpmb_send()
141 mmc.multi.num_of_cmds++; in rpmb_send()
162 mmc.multi.num_of_cmds++; in rpmb_send()
166 rc = ioctl(rpmb_fd, MMC_IOC_MULTI_CMD, &mmc.multi); in rpmb_send()
/system/extras/tests/mmc_tracepoints/
DREADME1 The code in this directory is used to process data from the mmc tracepoints
2 in the kernel. To turn on mmc tracing, do this:
4 adb shell echo 1 >/d/tracing/events/mmc/enable
24 The file mmc_trace_sample_data contains sample mmc trace data from a Nexus 10.
/system/core/storaged/
Dstoraged_info.cpp35 emmc_info_t mmc; in report_storage_health() local
38 mmc.report(); in report_storage_health()
/system/sepolicy/private/
Dproperty_contexts52 persist.mmc. u:object_r:mmc_prop:s0