/external/bluetooth/glib/gio/ |
gunionvolumemonitor.c | 634 * One is when implementing a user space file system driver that reads 636 * volume monitor (for example a CD Audio file system driver). Such 637 * a driver will generate its own #GMount object that needs to be
|
/external/kernel-headers/original/linux/ |
atmdev.h | 1 /* atmdev.h - ATM device driver declarations and various related items */ 244 by device driver. */ 246 driver, cleared by anybody. */
|
/external/qemu/audio/ |
fmodaudio.c | 2 * QEMU FMOD audio driver 575 dolog ("Unknown FMOD driver `%s'\n", drv); 643 "FMOD driver", NULL, 0},
|
/external/qemu/distrib/sdl-1.2.12/src/audio/alsa/ |
SDL_alsa_audio.c | 47 /* The default ALSA audio driver */ 50 /* Audio driver functions */ 185 /* Audio driver bootstrap functions */
|
/external/qemu/distrib/sdl-1.2.12/src/audio/paudio/ |
SDL_paudio.c | 57 /* Audio driver functions */ 64 /* Audio driver bootstrap functions */ 169 const char *message = "Audio timeout - buggy audio driver? (disabled)";
|
/external/qemu/distrib/sdl-1.2.12/src/audio/windx5/ |
SDL_dx5audio.c | 37 /* Audio driver functions */ 49 /* Audio driver bootstrap functions */ 87 * to fall back to the DIB driver. */
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/ |
test_shell_thread.py | 149 driver = self._port.start_test_driver(self._image_path, 153 driver.run_test(test_info.uri.strip(), test_info.timeout, 160 driver.stop()
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
mac.py | 90 """Starts a new Driver and returns a handle to it.""" 248 class MacDriver(base.Driver): 274 # FIXME: Using arch here masks any possible file-not-found errors from a non-existant driver executable.
|
/external/wpa_supplicant/ |
preauth.c | 19 #include "driver.h" 174 * or from driver reports. In addition, ctrl_iface PREAUTH command can trigger 354 * is called from scan result processing and from driver events for PMKSA
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
preauth.c | 19 #include "drivers/driver.h" 174 * or from driver reports. In addition, ctrl_iface PREAUTH command can trigger 356 * is called from scan result processing and from driver events for PMKSA
|
/frameworks/base/core/res/res/values/ |
config.xml | 279 from the touch driver. This code exists for one particular device, 281 it will be removed when the lower-level touch driver generates better 286 from the touch driver. This code exists for one particular device,
|
/frameworks/base/services/java/com/android/server/ |
WifiService.java | 149 * caused by stopping the driver. Establishing an EDGE connection has been 158 // Wake lock used by driver-stop operation 446 * TODO: Handle driver load fail and supplicant lost as seperate states 466 Slog.e(TAG, "Failed to load Wi-Fi driver."); 496 * before we unload the driver 501 Slog.e(TAG, "Failed to unload Wi-Fi driver."); 666 * Enables/disables Wi-Fi AP synchronously. The driver is loaded 723 Slog.e(TAG, "Failed to load Wi-Fi driver for AP mode"); 748 Slog.e(TAG, "Failed to unload Wi-Fi driver for AP mode"); 775 * Unload the driver if going to a failed stat [all...] |
/hardware/msm7k/libgralloc-qsd8k/ |
framebuffer.cpp | 222 /* Note: the GL driver does not have a r=8 g=8 b=8 a=0 config, so if we do 263 // bleagh, bad info from the driver 268 // the driver doesn't return that information
|
/hardware/ti/omap3/dspbridge/inc/ |
mem.h | 19 * DSP-BIOS Bridge driver support functions for TI OMAP processors. 22 * class driver and mini-driver.
|
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPProcessor.c | 4 * DSP-BIOS Bridge driver support functions for TI OMAP processors. 24 * work is done at the driver level through the PM PROC module. 423 * driver (get_user_pages), so no need to
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
mem.h | 3 * DSP-BIOS Bridge driver support functions for TI OMAP processors. 22 * class driver and mini-driver.
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
apConnApi.h | 366 * Calling this function with the parameter RETAIN_CURR_AP terminates the roaming process at the stage when the driver 429 * of pre-authenticated APs. The list is managed by WLAN driver and required 443 * This function indicate the driver that Roaming process is starting.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
memMngrEx.h | 39 /* PURPOSE: Driver memory management */ 51 #define DEF_NUMBER_OF_MSDUS 200 /* Total number of packets queued in driver. */ 219 UINT32 insertionTime; /* time of msdu insersion to driver. */
|
paramMng.h | 40 The parmeters that can be Set/Get from inside the driver only are defined in the file paramIn.h */ 55 (All the parameters can be Get/Set from insied the driver.) 118 /* Driver General section */
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/inc/ |
ScanCncnApi.h | 69 SCAN_SCC_DRIVER, /**< driver (SME) scan */ 337 * \brief for the driver scan client. 341 * \param requestStatus - the driver scan status.\n
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ |
ScanCncnAppSM.c | 280 /* call the scan SRV start scan - enter driver mode (PS) only if station is connected */ 286 POWER_SAVE_ON, /* this parameter is used only when driver mode requested */ 326 /* call the scan SRV stop scan. Whether to exit driver mode depends on the connection status
|
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
apConnApi.h | 365 * Calling this function with the parameter RETAIN_CURR_AP terminates the roaming process at the stage when the driver 428 * of pre-authenticated APs. The list is managed by WLAN driver and required 442 * This function indicate the driver that Roaming process is starting.
|
/dalvik/libcore/sql/src/main/java/javax/sql/ |
RowSet.java | 135 * escape processing is on, the driver performs a substitution of the escape 179 * Gets the timeout for the driver when a query operation is executed. If a 507 * processing is on, the driver performs a substitution of the escape syntax 630 * SQL data types. Database specific types can be mapped by JDBC driver 698 * Gets the timeout for the driver when a query operation is executed. If a [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
events.c | 2 * WPA Supplicant - Driver event processing 21 #include "drivers/driver.h" 895 * We are done; the driver will take care of RSN 4-way 931 * At least Host AP driver and a Prism3 card seemed to be 1083 wpa_printf(MSG_INFO, "Failed to initialize the driver " 1122 /* TODO: prevent MLME/driver from trying to associate? */
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/res/ |
XSLTErrorResources.java | [all...] |