/device/google/contexthub/firmware/src/ |
D | heap.c | 39 uint32_t used: 1; member 84 node->used = 0; in heapInit() 100 if (!node->used && next && !next->used) { /* merged */ in heapMergeFreeChunks() 130 if (!node->used && node->size >= sz && (!best || best->size > node->size)) { in heapAlloc() 146 node->used = 0; in heapAlloc() 159 best->used = 1; in heapAlloc() 182 node->used = 0; in heapFree() 187 while (node->prev && !node->prev->used) in heapFree() 190 while ((t = heapPrvGetNext(node)) && !t->used) { in heapFree() 223 node->used = 0; in heapFreeAll()
|
/device/linaro/hikey/wpan/ |
D | README | 12 kfmapp/ - V4L2 FM application to be used with V4L2 drivers for FM on WL. 14 used with kernel version 2.6.32 and below drivers) 15 uim-rfkill/ - Derived from uim/ to be used with K32 and above TI ST drivers.
|
/device/google/contexthub/lib/nanohub/ |
D | nanoapp.c | 37 void assertMem(size_t used, size_t total) in assertMem() argument 39 if (used <= total) in assertMem() 41 …derr, "Buffer size %zu is not big enough to complete operation; we need %zu bytes\n", total, used); in assertMem()
|
/device/htc/flounder/sepolicy/ |
D | file.te | 5 # Kickstart device used by QC qcks 10 #Didim file used by surfaceflinger
|
D | kickstart.te | 34 # ro.hw.ril.baseband : to indicate which modem is used for single ROM ARCH 35 # sys.current.cnv : to indicate which NV file is used for dynamical customization
|
D | device.te | 1 # Kickstart device used by QC qcks
|
D | file_contexts | 71 # database used by vendor RIL 73 # Kickstart prepend used
|
/device/google/contexthub/firmware/misc/platform/stm32f4xx/flash_script/ |
D | tool.c | 57 static void __attribute__((used)) flashEraseAll(void) in flashEraseAll() 64 static void __attribute__((used)) flashWriteOneK(uint32_t addr, const uint8_t* data) in flashWriteOneK()
|
/device/linaro/hikey/ |
D | init.hikey.rc | 21 # Set SELinux security contexts for files used by lava. 58 # Add foreground/boost cpuset, it is used for app launches, 60 # It's to be set to whatever cores should be used 70 # little cores, not on bigs to be used only by init
|
/device/google/contexthub/firmware/src/cpu/cortexm4f/ |
D | cpu.c | 175 static void __attribute__((used)) syscallHandler(uintptr_t *excRegs) in syscallHandler() 205 static void __attribute__((used)) logHardFault(uintptr_t *excRegs, uintptr_t* otherRegs, bool tinyS… in logHardFault() 243 static uint32_t __attribute__((used)) hfStack[16];
|
D | pendsv.c | 73 static void __attribute__((used)) pendSvHandleC(struct PendsvRegsLow *loRegs, struct PendsvRegsHi *… in pendSvHandleC()
|
/device/google/contexthub/firmware/inc/ |
D | toolchain.h | 83 #define APP_ENTRY static struct AppEntry __attribute__((used,section (".app_init"))) 84 #define KEEP_SYMBOL static void __attribute__((used))
|
D | seos.h | 276 SET_INTERNAL_LOCATION_ATTRIBUTES(used, section (".internal_app_init")) mAppHdr = { \ 292 const struct AppFuncs SET_EXTERNAL_APP_ATTRIBUTES(used, section (".app_init"), \ 298 const uint32_t SET_EXTERNAL_APP_VERSION(used, section (".app_version"), \
|
/device/moto/shamu/ |
D | sec_config | 12 /* Allow MOTEX service to be used by radio processes and net_raw processes */
|
D | gpio-keys.kl | 13 # contributors may be used to endorse or promote products derived
|
/device/google/contexthub/lib/include/nanohub/ |
D | nanoapp.h | 24 void assertMem(size_t used, size_t total);
|
/device/moto/shamu/sepolicy/ |
D | untrusted_app.te | 6 # are actually being used.
|
D | ioctl_macros | 1 # known used gpu ioctls
|
/device/google/accessory/demokit/ |
D | README | 7 COPYING License for third party code used in Arduino libraries
|
/device/google/dragon/sepolicy/ |
D | dump_bq25892.te | 2 # which is used to debug information about the state of the charger chip
|
/device/huawei/angler/ |
D | sec_config | 6 /* Allow SS CTL service to be used by system and net_raw processes */
|
/device/lge/bullhead/ |
D | sec_config | 6 /* SS CTL service to be used by system and net_raw processes */
|
/device/google/accessory/demokit/hardware/eng/shield/ |
D | ashield_excellon.cam | 3 Description[en]="<b>Generates Excellon Drill Data </b><p>\nThis CAM job can be used to generate dat…
|
/device/huawei/angler/sepolicy/ |
D | file_contexts | 95 # Sysfs files used by fingerprintd 99 # Sysfs files used by surfaceflinger 104 # Sysfs files used by qmuxd 172 # Sysfs files used by nanoapp_cmd
|
/device/generic/goldfish/ |
D | init.ranchu.rc | 59 # The qemu-props program is used to set various system
|