HomeSort by relevance Sort by last modified time
    Searched full:driver (Results 51 - 75 of 1788) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/libcore/sql/src/main/java/java/sql/
DriverPropertyInfo.java 21 * A class holding information about driver properties of a database connection.
23 * {@link Driver#getPropertyInfo(String, java.util.Properties)} method and
46 * Driver.connect}. {@code false} otherwise.
53 * environment and the driver's default values.
  /development/host/windows/usb/legacy/driver/
sources.inc 24 sources files needed to build that driver. Also specifies optional
36 TARGETTYPE=DRIVER
54 RCOPTIONS=$(RCOPTIONS) /dVER_PRODUCTNAME_STR="\"Google Android USB Driver\""
62 data segment. Because of the nature of this driver we don't need to have
  /development/host/windows/usb/winusb/
BUILDME.TXT 1 In order to build AdbWinUsbApi.dll you will need to install Windows Driver Kit,
  /external/blktrace/
blktrace_api.h 24 BLK_TC_DRV_DATA = 1 << 14, /* binary driver data */
42 __BLK_TA_ISSUE, /* sent to driver */
43 __BLK_TA_COMPLETE, /* completed by driver */
52 __BLK_TA_DRV_DATA, /* binary driver data */
  /external/freetype/src/cff/
cff.c 5 /* FreeType OpenType driver component (body only). */
cffdrivr.h 5 /* High-level OpenType driver interface (specification). */
  /external/freetype/src/psaux/
psaux.c 5 /* FreeType auxiliary PostScript driver component (body only). */
  /external/freetype/src/sfnt/
sfdriver.h 5 /* High-level SFNT driver interface (specification). */
  /external/freetype/src/truetype/
ttdriver.h 5 /* High-level TrueType driver interface (specification). */
  /hardware/ti/omap3/dspbridge/libbridge/
dsptrap.c 4 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
48 extern int hMediaFile; /* class driver handle */
55 DWORD dwResult = DSP_EHANDLE;/* returned from call into class driver */
60 DEBUGMSG(DSPAPI_ZONE_FUNCTION, "Invalid handle to driver\n");
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
WlanDrvCommon.h 53 /* Driver steady states - for driver external users */
64 /* The driver Start/Stop actions */
99 EDriverSteadyState eDriverState; /* The driver state as presented to the OS */
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
kernelcapi.h 25 char driver[32]; member in struct:kcapi_carddef
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
kernelcapi.h 25 char driver[32]; member in struct:kcapi_carddef
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
kernelcapi.h 25 char driver[32]; member in struct:kcapi_carddef
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
kernelcapi.h 25 char driver[32]; member in struct:kcapi_carddef
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
kernelcapi.h 25 char driver[32]; member in struct:kcapi_carddef
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
kernelcapi.h 25 char driver[32]; member in struct:kcapi_carddef
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/
TI_AdapterPM.h 36 Desc: Set the driver?s power save profile.
51 Desc: Get the driver?s power save profile (see Power Management
68 Desc: Set the driver?s power management mode.
71 TI_POWER_MODE_ACTIVE: The driver keeps the WiLink? 4.0 in Active
74 every beacon passes the beacon to the driver
96 Desc: This function sets the driver's power level mode.
108 Desc: This function retrieves the driver's power level mode.
145 Desc: Set the driver?s doze mode when the power level is in
159 Desc: Get the driver?s doze mode when the power level is in
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Export_Inc/
TNETW_Driver_types.h 39 /* MODULE: TNETW-Driver */
41 /* PURPOSE: Driver constants and type definitions */
67 #define TX_CTRL_BLK_FLAGS_XFER_DONE_ISSUED 0x0001 /* Xfer-Done already issued to upper driver. */
68 #define TX_CTRL_BLK_FLAGS_TX_COMPLETE_ISSUED 0x0002 /* Tx-Complete already issued to upper driver. */
71 /* TNETW Driver Callback Module owner */
95 /* TNETW Driver Callback ID */
144 /* TNETW Driver print functions codes. */
160 UINT32 packetId; /* The packet ID used by the upper driver to identify it when called back. */
176 * Allocated for each packet sent from the upper driver and freed upon Tx-complete.
  /system/wlan/ti/wilink_6_1/platforms/os/common/inc/
WlanDrvCommon.h 53 /* Driver steady states - for driver external users */
64 /* The driver Start/Stop actions */
97 EDriverSteadyState eDriverState; /* The driver state as presented to the OS */
  /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverManagerTest.java 31 import java.sql.Driver;
51 // Set of driver names to use
93 args = {java.sql.Driver.class}
98 Driver aDriver;
101 // Deregister this driver
104 assertFalse("testDeregisterDriver: Driver was not deregistered.",
107 // Re-register this driver (so subsequent tests have it available)
109 assertTrue("testDeregisterDriver: Driver did not reload.",
112 // Test deregistering a null driver
115 // Test deregistering a driver which was not loaded by this test'
    [all...]
  /external/wpa_supplicant/
defconfig 43 # Driver interface for Host AP driver
46 # Driver interface for Agere driver
52 # Driver interface for madwifi driver
57 # Driver interface for Prism54 driver
62 # Driver interface for ndiswrapper
65 # Driver interface for Atmel drive
    [all...]
  /hardware/ti/wlan/wl1271/utils/
context.c 37 * infrustracture for switching from external contexts to the driver's context.
38 * This includes also the driver task itself (workqueue in Linux), which invokes the
39 * driver specific handlers in the driver's context.
72 TI_BOOL bContextSwitchRequired; /* Indicate if the driver should switch to its */
174 * Set default setting which indicates if the driver should switch to
200 * This includes their callback function that should be invoked from the driver context
260 * \brief Handle client's switch to driver's context.
263 * It sets the client's Pending flag and requests the driver's task scheduling.
264 * Thus, the client's callback will be called afterwards from the driver context
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
context.c 37 * infrustracture for switching from external contexts to the driver's context.
38 * This includes also the driver task itself (workqueue in Linux), which invokes the
39 * driver specific handlers in the driver's context.
72 TI_BOOL bContextSwitchRequired; /* Indicate if the driver should switch to its */
174 * Set default setting which indicates if the driver should switch to
200 * This includes their callback function that should be invoked from the driver context
260 * \brief Handle client's switch to driver's context.
263 * It sets the client's Pending flag and requests the driver's task scheduling.
264 * Thus, the client's callback will be called afterwards from the driver context
    [all...]
  /external/kernel-headers/original/linux/
binder.h 5 * OpenBinder.org binder driver interface, which is:
46 * driver takes care of re-writing the structure type and data as it moves
65 * On 64-bit platforms where user code may run in 32-bits the driver must
71 signed long write_consumed; /* bytes consumed by driver */
74 signed long read_consumed; /* bytes consumed by driver */
78 /* Use with BINDER_VERSION, driver fills in fields. */
80 /* driver protocol version -- increment with incompatible change */
97 * in to the driver are:
103 * ECONNREFUSED -- The driver is no longer accepting operations
107 * the driver from any thread will return this same code
    [all...]

Completed in 201 milliseconds

1 23 4 5 6 7 8 91011>>