/hardware/ti/omap3/dspbridge/inc/ |
dbreg.h | 19 * DSP-BIOS Bridge driver support functions for TI OMAP processors. 115 #define PHYSMEMPOOLBASE "PhysicalMemBase" /* Physical mem passed to driver */ 116 #define PHYSMEMPOOLSIZE "PhysicalMemSize" /* Physical mem passed to driver */
|
/hardware/ti/wlan/wl1271/Txn/ |
BusDrv.h | 36 * \brief Bus-Driver module API definition 125 /* The TxnDone CB called by the bus driver upon Async Txn completion */ 145 TI_UINT8 aWspiPad[WSPI_PAD_LEN_READ]; /* Padding used by WSPI bus driver for its header or fixed-busy bytes */
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
keyDeriveWep.c | 93 * - Distribute the decoded key material to the driver. 143 * - Remove the key material from the driver. 219 * - Remove the key material from the driver.
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
PowerMgr_API.h | 117 * Parameters: pStadHandles - The driver modules handles \n 127 * \brief Start the power save algorithm of the driver and also the 802.11 PS. 141 * \brief stop the power save algorithm of the driver and also the 802.11 PS.
|
/system/wlan/ti/sta_dk_4_0_4_32/ |
Makefile | 44 # Location and filename of the driver .lib file created by this makefile. 140 # Build the driver lib file 155 # Recursively cleans the driver files.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/ |
TNETW_Driver_Tx.c | 40 * PURPOSE: TNETW_Driver Tx API functions needed externally to the driver. 133 /* the host driver. */ 164 pTnetwDrv->dbgCountSentPackets[aQueueId]++; /* Count packets sent from upper driver. */ 307 Calls the upper driver's Xfer-Done handler. 346 /* Call the upper driver's Xfer-Done handler with the packet-ID. */ 363 2) Call the upper driver's tx-complete handler. 413 /* Call the upper driver's tx-complete handler. */ 480 Calls the upper driver's Xfer-Debug handler. 496 /* Call the upper driver's Xfer-Done handler with the packet-ID. */ 509 * by the given index, to a driver status bit fiel [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/ |
keyDeriveWep.c | 94 * - Distribute the decoded key material to the driver. 145 * - Remove the key material from the driver. 221 * - Remove the key material from the driver.
|
/system/wlan/ti/wilink_6_1/Txn/ |
BusDrv.h | 36 * \brief Bus-Driver module API definition 114 /* The TxnDone CB called by the bus driver upon Async Txn completion */ 134 TI_UINT8 aWspiPad[WSPI_PAD_LEN_READ]; /* Padding used by WSPI bus driver for its header or fixed-busy bytes */
|
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
keyDeriveWep.c | 93 * - Distribute the decoded key material to the driver. 143 * - Remove the key material from the driver. 219 * - Remove the key material from the driver.
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
PowerMgr_API.h | 117 * Parameters: pStadHandles - The driver modules handles \n 127 * \brief Start the power save algorithm of the driver and also the 802.11 PS. 141 * \brief stop the power save algorithm of the driver and also the 802.11 PS.
|
/dalvik/libcore/sql/src/test/java/tests/java/sql/ |
StressTest.java | 26 import java.sql.Driver; 117 clazz = Driver.class, 139 clazz = Driver.class, 174 clazz = Driver.class, 219 clazz = Driver.class,
|
/external/freetype/src/sfnt/ |
sfdriver.c | 5 /* High-level SFNT driver interface (body). */ 636 0, /* not a font driver or renderer */ 639 "sfnt", /* driver name */ 640 0x10000L, /* driver version 1.0 */ 641 0x20000L, /* driver requires FreeType 2.0 or higher */
|
/hardware/libhardware_legacy/wifi/ |
wifi.c | 73 static const char DRIVER_PROP_NAME[] = "wlan.driver.status"; 111 LOGD("Unable to unload driver module \"%s\": %s\n", 118 /* For test driver, always report success */ 145 return 0; /* driver not loaded */ 148 * If the property says the driver is loaded, check to
|
/dalvik/libcore/sql/src/main/java/java/sql/ |
Statement.java | 97 * driver support aborting an SQL statement in flight. This method can be 124 * Releases this statement's database and JDBC driver resources. 232 * {@link BatchUpdateException} and the JDBC driver may or may not process 233 * the remaining commands. The JDBC driver must behave consistently with the 235 * driver continues processing, the array of results returned contains the 462 * driver will wait up to this value for the execution to complete - after 567 * If Escape Processing is on, the JDBC driver will do escape substitution 581 * Sets the fetch direction - a hint to the JDBC driver about the direction 599 * Sets the fetch size. This is a hint to the JDBC driver about how many 604 * the number of rows that should be fetched. {@code 0} tells the driver [all...] |
/dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/ |
ParserAdapter.java | 71 * embedded SAX1 driver.</p> 73 * @exception SAXException If the embedded driver 82 String driver = System.getProperty("org.xml.sax.parser"); 88 SAXException("Cannot find SAX1 driver class " + 89 driver, e1); 92 SAXException("SAX1 driver class " + 93 driver + 97 SAXException("SAX1 driver class " + 98 driver + 102 SAXException("SAX1 driver class " 81 String driver = System.getProperty("org.xml.sax.parser"); local [all...] |
/external/freetype/include/freetype/internal/ |
ftobjs.h | 523 #define FT_FACE_DRIVER( x ) FT_FACE( x )->driver [all...] |
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
ScanSrv.c | 298 * \param bDriverMode - whether to try to enter driver mode (with PS on) before issuing the scan command.\n 299 * \param bScanOnDriverModeError - whether to proceed with the scan if requested to enter driver mode and failed.\n 301 * \param bSendNullData - whether to send Null data when exiting driver mode on scan complete.\n 368 /* if required to enter driver mode */ 375 /* no driver mode required */ 396 * \param bSendNullData - indicates whether to send Null data when exiting driver mode.\n 409 /* update the driver mode exit flag */ 457 * \brief callback function used by the power server to notify driver mode result 469 /* if driver mode enter/exit succeedded */ 477 /* driver mode entry failed, and scan is requested even on PS failure but we are entering PS and not Exiting (…) [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
xf86str.h | 248 * The driverFunc. xorgDriverFuncOp specifies the action driver should 296 * The driver list struct. This contains the information required for each 297 * driver before a ScrnInfoRec has been allocated. 405 char * driver; member in struct:__anon12882 431 char * driver; member in struct:__anon12883 758 DriverPtr driver; member in struct:_entityInfo 817 * Flags for driver Probe() functions. 824 * Driver entry point types 921 pointer driverPrivate; /* Driver private area */ 929 /* Some of these may be moved out of here into the driver private area * [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/ |
ScanSrv.c | 281 * \param bDriverMode - whether to try to enter driver mode (with PS on) before issuing the scan command.\n 282 * \param bScanOnDriverModeError - whether to proceed with the scan if requested to enter driver mode and failed.\n 284 * \param bSendNullData - whether to send Null data when exiting driver mode on scan complete.\n 349 /* if required to enter driver mode */ 356 /* no driver mode required */ 376 * \param bSendNullData - indicates whether to send Null data when exiting driver mode.\n 388 /* update the driver mode exit flag */ 433 * \brief callback function used by the power server to notify driver mode result 445 /* if driver mode enter/exit succeedded */ 453 /* driver mode entry failed, and scan is requested even on PS failure but we are entering PS and not Exiting (…) [all...] |
/system/wlan/ti/wilink_6_1/TWD/MacServices/ |
ScanSrv.c | 298 * \param bDriverMode - whether to try to enter driver mode (with PS on) before issuing the scan command.\n 299 * \param bScanOnDriverModeError - whether to proceed with the scan if requested to enter driver mode and failed.\n 301 * \param bSendNullData - whether to send Null data when exiting driver mode on scan complete.\n 368 /* if required to enter driver mode */ 375 /* no driver mode required */ 396 * \param bSendNullData - indicates whether to send Null data when exiting driver mode.\n 409 /* update the driver mode exit flag */ 457 * \brief callback function used by the power server to notify driver mode result 469 /* if driver mode enter/exit succeedded */ 477 /* driver mode entry failed, and scan is requested even on PS failure but we are entering PS and not Exiting (…) [all...] |
/external/wpa_supplicant/ |
driver_hostap.c | 2 * WPA Supplicant - driver interaction with Linux Host AP driver 20 #include "driver.h" 201 * sake, the driver could be enhanced to support the missing key. */ 321 /* At the moment, Host AP driver requires host_roaming=2 for 477 * Host AP driver may use both wlan# and wifi# interface in 501 .desc = "Host AP driver (Intersil Prism2/2.5/3)",
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_hostap.c | 2 * WPA Supplicant - driver interaction with Linux Host AP driver 20 #include "driver.h" 199 * sake, the driver could be enhanced to support the missing key. */ 319 /* At the moment, Host AP driver requires host_roaming=2 for 473 * Host AP driver may use both wlan# and wifi# interface in 497 .desc = "Host AP driver (Intersil Prism2/2.5/3)",
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiStateTracker.java | 95 * The driver is started or stopped. The object will be the state: true for 103 * The driver state indication. 220 // (from mcc or other phone info) before the driver is started. 461 * request, so it is considered available. If the driver has been stopped 578 * Send the tracker a notification that the Wi-Fi driver has been stopped. 583 // Send a driver stopped message to our handler 588 * Send the tracker a notification that the Wi-Fi driver has been restarted after 592 // Send a driver started message to our handler 597 * Send the tracker a notification that the Wi-Fi driver has hung and needs restarting. 600 // Send a driver hanged message to our handle [all...] |
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmsdh_linux.c | 82 /* driver info, initialized when bcmsdh_register is called */ 321 * SDIO Host Controller pci driver info 517 bcmsdh_register(bcmsdh_driver_t *driver) 521 drvinfo = *driver; 525 SDLX_MSG(("Linux Kernel SDIO/MMC Driver\n")); 528 SDLX_MSG(("Intel PXA270 SDIO Driver\n")); 624 /* Module parameters specific to each host-controller driver */
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/ |
Makefile | 87 # Location and filename of the driver .lib file. 213 # Combines all the three components to create the driver. 300 # Recursively cleans the driver, OS, bus and CLI files 354 # Builds the WSPI or SDIO driver 361 # Causes the driver and the configuration utility object files to get rebuilt 387 # Recursively builds the driver lib file 408 # Recursively builds the driver object file
|