Searched
full:driver (Results
476 -
500 of
1788) sorted by null
<<11121314151617181920>>
/development/host/windows/usb/legacy/driver/ |
android_usb_device_file_object.h | 63 @param ioctl_code[in] The driver-defined or system-defined I/O control code
|
android_usb_inl.h | 20 This file consists of inline routines for the driver.
|
android_usb_pipe_file_object.h | 93 @param ioctl_code[in] The driver-defined or system-defined I/O control code
220 @param completion_context[in] A handle to driver-supplied context
221 information, which the driver specified in a previous call to
259 // So, looks like we are not bound by this parameter in this driver.
|
/development/pdk/docs/porting/ |
audio.jd | 27 <p>To implement an audio driver, create a shared library that implements the interface defined in <code>AudioHardwareInterface.h</code>. You must name your shared library <code>libaudio.so</code> so that it will get loaded from <code>/system/lib</code> at runtime. Place libaudio sources and <code>Android.mk</code> in <code>vendor/acme/chipset_or_board/libaudio/</code>.</p>
|
camera.jd | 25 <p>To implement a camera driver, create a shared library that implements the interface defined in <code>CameraHardwareInterface.h</code>. You must name your shared library <code>libcamera.so</code> so that it will get loaded from <code>/system/lib</code> at runtime. Place libcamera sources and <code>Android.mk</code> in <code>vendor/acme/chipset_or_board/libcamera/</code>.</p>
|
gps.jd | 22 <p>To implement a GPS driver, create a shared library that implements the interface defined in <code>gps.h</code>. You must name your shared library <code>libgps.so</code> so that it will get loaded from <code>/system/lib</code> at runtime. Place GPS sources and Android.mk in <code>vendor/acme/chipset_or_board/gps/</code> (where "acme" is your organization name and "chipset_or_board" is your hardware target).</p>
|
sensors.jd | 34 <p> To implement a Sensors driver, create a shared library that implements the interface defined in <code>sensors.h</code>. You must name your shared library
|
/development/simulator/wrapsim/ |
SysPower.c | 32 * Power driver state.
|
/external/freetype/include/freetype/ |
ftgzip.h | 83 * This means that if no font driver is capable of handling the raw
|
ftlzw.h | 80 * This means that if no font driver is capable of handling the raw
|
/external/freetype/src/psnames/ |
psmodule.c | 580 0, /* this is not a font driver, nor a renderer */ 583 "psnames", /* driver name */ 584 0x10000L, /* driver version */ 585 0x20000L, /* driver requires FreeType 2 or above */
|
/external/icu4c/test/intltest/ |
dadrfmt.cpp | 34 driver = TestDataModule::getTestDataModule("format", *this, status); 38 delete driver; 43 if (driver != NULL) { 49 TestData *testData = driver->createTestData(index, status);
|
/external/kernel-headers/original/asm-x86/ |
genapic_32.h | 7 * Generic APIC driver interface.
|
/external/kernel-headers/original/linux/ |
cpu.h | 17 * - Documentation/driver-model/interface.txt
|
input.h | 58 #define EVIOCGVERSION _IOR('E', 0x01, int) /* get driver version */ 743 /* Note: the data pointed by custom_data is copied by the driver. You can 758 * Structure sent through ioctl from the application to the driver 977 * @private: driver-specific data 984 * @fops: file operations this driver implements 985 * @minor: beginning of range of 32 minors for devices this driver 988 * @id_table: pointer to a table of input_device_ids this driver can 990 * @blacklist: prointer to a table of input_device_ids this driver should 993 * @node: for placing the driver onto input_handler_list
|
/external/kernel-headers/original/linux/mmc/ |
host.h | 8 * Host driver specific definitions.
|
/external/openssl/android.testssl/ |
testssl.sh | 19 # Android testssl.sh driver script for openssl's testssl
|
/external/openssl/patches/ |
testssl.sh | 19 # Android testssl.sh driver script for openssl's testssl
|
/external/qemu/distrib/sdl-1.2.12/src/audio/bsd/ |
SDL_bsdaudio.c | 25 * Driver for native OpenBSD/NetBSD audio(4). 69 /* Audio driver functions */ 80 /* Audio driver bootstrap functions */ 169 "Audio timeout - buggy audio driver? (disabled)";
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dma/ |
SDL_dmaaudio.c | 62 /* Audio driver functions */ 69 /* Audio driver bootstrap functions */ 176 "Audio timeout - buggy audio driver? (trying ospace)"; 178 "Audio timeout - buggy audio driver? (disabled)";
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/ |
SDL_sysjoystick.h | 48 struct joystick_hwdata *hwdata; /* Driver dependent information */
|
/external/qemu/distrib/sdl-1.2.12/src/timer/mint/ |
SDL_systimer.c | 27 * TOS/MiNT timer driver
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemwm.c | 25 GEM SDL video driver
|
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
SDL_lowvideo.h | 79 /* Information used by DrawSprocket driver */
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11dga.c | 25 There is a completely separate DGA driver that is fullscreen-only.
|
Completed in 44 milliseconds
<<11121314151617181920>>