Home
last modified time | relevance | path

Searched refs:startup (Results 1 – 9 of 9) sorted by relevance

/development/tools/sdklauncher/
Dsdklauncher.c36 STARTUPINFO startup; in sdk_launcher() local
41 ZeroMemory(&startup, sizeof(startup)); in sdk_launcher()
42 startup.cb = sizeof(startup); in sdk_launcher()
58 &startup, /* startup info, i.e. std handles */ in sdk_launcher()
/development/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
Dirq.h56 unsigned int (*startup)(unsigned int irq); member
/development/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
Dirq.h56 unsigned int (*startup)(unsigned int irq); member
/development/ndk/build/platforms/android-5/arch-arm/usr/include/linux/
Dirq.h56 unsigned int (*startup)(unsigned int irq); member
/development/simulator/app/
DREADME73 failures on startup.
/development/ndk/docs/
DOVERVIEW.TXT38 it at application startup, simply add the following to its source code:
/development/pdk/docs/guide/
Dtelephony.jd37 <p>Android initializes the telephony stack and the Vendor RIL at startup as described in the sequen…
Dbring_up.jd47 … load the kernel and RAMdisk into RAM and pass the RAMdisk address to the kernel on startup. </p>
Dcustomization.jd25 <p>At startup, Android displays a splashscreen image while booting the device. Do the following if …