/external/qemu/audio/ |
audio_template.h | 48 dolog ("Driver `%s' does not support " NAME "\n", drv->name); 52 dolog ("Driver `%s' does not support %d " NAME " voices, max %d\n", 256 dolog ("No host audio driver\n"); 261 dolog ("Host audio driver without pcm_ops\n"); 437 dolog ("Can not open `%s' (no host audio driver)\n", name);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_audio.c | 310 /* Select the proper audio driver */ 345 #if 0 /* This will be replaced with a better driver selection API */ 402 /* Start up the audio driver, if necessary */ 505 /* If the audio driver changes the buffer size, accept it */ 645 /* Free the driver data */
|
/external/quake/quake/src/QW/docs/ |
qwcl-readme.txt | 16 You may experience problems running QWCL on some systems, because driver
257 driver, something that's eliminated by both DirectDraw and Display
282 and Pentium Pros. (In fact, depending on the quality of your driver's
341 because there is no DirectSound driver, as is always the case on NT),
361 It looks like this is probably a Permedia driver bug, so it might help
456 driver installed; when the driver was removed, things were fine.
574 or maybe it's a driver bug. Newer drivers might help.
590 This is a Windows driver bug; the driver isn't restoring the [all...] |
/external/wpa_supplicant/ |
driver_broadcom.c | 2 * WPA Supplicant - driver interaction with Broadcom wl.o driver 33 #include "driver.h" 56 #if !defined(PSK_ENABLED) /* NEW driver interface */ 585 .desc = "Broadcom wl.o driver",
|
/external/wpa_supplicant_6/wpa_supplicant/ |
wpas_glue.c | 160 " from the driver as the EAPOL destination", 188 * wpa_eapol_set_wep_key - set WEP key for the driver 250 wpa_printf(MSG_DEBUG, "Configure PMK for driver-based RSN 4-way " 272 wpa_printf(MSG_DEBUG, "Failed to set PMK to the driver"); 348 * scan results from the driver. */
|
/hardware/ti/wlan/wl1271/TWD/TwIf/ |
TwIf.c | 307 /* NOTE: Function id for single step will be replaced to 0 by the bus driver */ 316 /* NOTE: Function id for single step will be replaced to 0 by the bus driver */ 355 * \brief Restart module upon driver stop or recovery 357 * Called upon driver stop command or upon recovery. 454 * table address (note that the TxnQ and bus driver see this as a regular transaction). 846 * It may be called from bus driver external context (TxnDone ISR) or from WLAN driver context. [all...] |
/system/wlan/ti/wilink_6_1/TWD/TwIf/ |
TwIf.c | 285 /* NOTE: Function id for single step will be replaced to 0 by the bus driver */ 294 /* NOTE: Function id for single step will be replaced to 0 by the bus driver */ 324 * \brief Restart module upon driver stop or recovery 326 * Called upon driver stop command or upon recovery. 412 * table address (note that the TxnQ and bus driver see this as a regular transaction). 804 * It may be called from bus driver external context (TxnDone ISR) or from WLAN driver context. 828 /* Request schedule to continue handling in driver context (will call twIf_HandleTxnDone()) */ 859 /* Request schedule to continue handling in driver context (will call twIf_HandleTxnDone()) */ 868 * or directly from twIf_TxnDoneCb() if we are already in the WLAN driver's context [all...] |
/dalvik/libcore/sql/src/main/java/java/sql/ |
CallableStatement.java | 293 * The JDBC driver uses the calendar to create the Date using a particular 294 * timezone and locale. The default behavior of the driver is to use the Java 328 * The JDBC driver uses the calendar to create the date using a particular 329 * timezone and locale. The default behavior of the driver is to use the Java 631 * time. The JDBC driver uses the calendar to handle specific timezones 665 * the time. The JDBC driver uses the calendar to handle specific 699 * java.sql.Timestamp}. The JDBC driver uses the supplied {@code Calendar} 734 * java.sql.Timestamp}. The JDBC driver uses the supplied {@code Calendar} [all...] |
SQLOutput.java | 28 * mapping of types and is called by the JDBC driver. It is not intended to be 32 * argument to an SQL statement, the JDBC driver calls the method {@code 34 * passed. The driver then creates an {@code SQLOutput} stream and passes it to
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_nl80211.c | 2 * WPA Supplicant - driver interaction with Linux nl80211/cfg80211 31 #include "driver.h" 36 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ 39 #define IFF_DORMANT 0x20000 /* driver signals dormant */ 444 /* Host AP driver */ [all...] |
driver_ralink.c | 2 * WPA Supplicant - driver interaction with Ralink Wireless Client 22 #include "driver.h" 166 /* Read BSSID form driver */ 169 "driver."); 180 /* match the config of driver */ 189 "ieee_required_keys parameters to driver"); 459 /* Host AP driver */ 963 /* trigger driver support wpa_supplicant */ 970 wpa_printf(MSG_ERROR, "RALINK: Driver does not support " 994 /* trigger driver disable wpa_supplicant support * [all...] |
driver_roboswitch.c | 2 * WPA Supplicant - roboswitch driver interface 23 #include "driver.h" 469 .desc = "wpa_supplicant roboswitch driver",
|
/external/dbus/bus/ |
bus.c | 1120 * NULL for proposed_recipient or sender definitely means the bus driver. 1122 * NULL for addressed_recipient may mean the bus driver, or may mean 1219 if (proposed_recipient != NULL /* not to the bus driver */ && 1240 * the hello message to the bus driver 1268 /* If the sender is the bus driver, we assume any reply was a 1269 * requested reply as bus driver won't send bogus ones [all...] |
/external/kernel-headers/original/linux/ |
blkdev.h | 135 * hard_* are block layer internals, no driver should touch them! 166 * This is the number of scatter-gather entries the driver 209 __REQ_FAILFAST, /* no low level driver retries */ 229 __REQ_SPECIAL, /* driver suplied command */ 276 /* PM state machine step value, currently driver specific */ 280 void* data; /* for driver use */ 539 * it already be started by driver.
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/os2/ |
SDL_sysjoystick.c | 26 /* OS/2 Joystick driver, contributed by Daniel Caetano */ 73 /* Structure used to convert data from OS/2 driver format to SDL format */ 554 ULONG ulVersion; /* Version of joystick driver */ 568 /* Get Joystick Driver Version... must be 2.0 or higher */ 576 SDL_SetError("Could not get Joystick Driver version."); 582 SDL_SetError("Driver too old. At least IBM driver version 2.0 required.");
|
/external/quake/quake/src/WinQuake/ |
net_main.cpp | 87 #define sfunc net_drivers[sock->driver] 131 sock->driver = net_driverlevel; 558 if (ret == 0 && sock->driver) 570 if (sock->driver) 640 if (r == 1 && sock->driver) 671 if (r == 1 && sock->driver) 736 if (host_client->netconnection->driver == 0)
|
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/ |
RxXfer.c | 116 TI_UINT32 uDrvRxCntr; /* The current driver processed packets counter */ 128 TCounterTxn aCounterTxn[MAX_CONSECUTIVE_READ_TXN]; /* Txn structures for writing the driver counter workaround */ 253 * DESCRIPTION: Configure bus driver DMA-able buffer length to be used as a limit to the aggragation length. 256 * uDmaBufLen - The bus driver DMA-able buffer length 606 /* Increment driver packets counter before calling rxXfer_IssueTxn() */ 666 /* Write driver packets counter to FW. This write automatically generates interrupt to FW */ 821 /* The driver packets counter */ [all...] |
/external/grub/netboot/ |
w89c840.c | 4 * w89c840.c -- This file implements the winbond-840 driver for etherboot. 41 * this driver. 47 * This is the etherboot driver for cards based on Winbond W89c840F chip. 50 * kernel driver as a guideline. Mostly the w89c840 related definitions 73 * Keep using IO_OPS for Etherboot driver! 137 #error You must compile this driver with "-O". 150 /* This driver was written to use PCI memory space, however some x86 systems 173 the driver longer and more difficult to read. 538 * See Linux kernel driver in winbond-840.c for details.
|
otulip.c | 2 Etherboot DEC Tulip driver 5 FreeBSD netboot DEC 21143 driver 18 SROM format were very helpful. The Linux de driver
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
txMgmtQueue.c | 42 * 1. Queue the driver generated Tx packets, including management, 201 * \param pStadHandles - The driver modules handles 329 * This function is used by the driver applications to send Tx packets other than the 337 * to the driver's context (after the packet is enqueued). 344 * \param bExternalContext - Indicates if called from non-driver context 381 /* If called from external context (EAPOL from network), request switch to the driver's context. */ 387 /* If already in the driver's context, call the SM with QUEUES_NOT_EMPTY event. */ 410 * Context-Engine Callback for processing queues in driver's context. 411 * Called after driver's context scheduling was requested in txMgmtQ_Xmit(). [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Data_link/ |
txMgmtQueue.c | 42 * 1. Queue the driver generated Tx packets, including management, 200 * \param pStadHandles - The driver modules handles 327 * This function is used by the driver applications to send Tx packets other than the 335 * to the driver's context (after the packet is enqueued). 342 * \param bExternalContext - Indicates if called from non-driver context 379 /* If called from external context (EAPOL from network), request switch to the driver's context. */ 385 /* If already in the driver's context, call the SM with QUEUES_NOT_EMPTY event. */ 408 * Context-Engine Callback for processing queues in driver's context. 409 * Called after driver's context scheduling was requested in txMgmtQ_Xmit(). [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
CountDownLatch.java | 42 * until the driver is ready for them to proceed; 43 * <li>The second is a completion signal that allows the driver to wait 48 * class Driver { // ...
|
/development/host/windows/usb/api/ |
adb_api.cpp | 112 // Instantiate interface object, depending on the USB driver type.
114 // We have legacy USB driver underneath us.
117 // We have WinUsb driver underneath us. Make sure that AdbWinUsbApi.dll
|
/development/pdk/docs/porting/ |
bluetooth.jd | 38 <li>UART driver</li> 44 <a name="androidBluetoothPortingDriver"></a><h4>UART Driver</h4> 46 <p>The BlueZ kernel sub-system attaches to your hardware-specific UART driver using the <code>hciattach</code> daemon.</p>
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
chromium.py | 67 logging.error('test driver is not found at %s' % 108 """Starts a new Driver and returns a handle to it.""" 158 class ChromiumDriver(base.Driver):
|