/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/ |
measurementMgr.c | 38 /* PURPOSE: measurement Manager module file */ 93 * Creates the Measurement Manager moodule. 139 * Configures the Measurement Manager module. 141 * @param pStadHandles Handles to other modules the Measurement Manager needs. 201 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INIT , ": Measurement Manager configured successfully\n"); 252 * Sets the specified Measurement Manager parameter. 254 * @param hMeasurementMgr A handle to the Measurement Manager module. 326 * Gets the specified parameter from the Measurement Manager. 328 * @param hMeasurementMgr A handle to the Measurement Manager module. 381 * Signals the Measurement Manager that the STA is connected [all...] |
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
PowerMgr.c | 102 DESCRIPTION: Creates the object of the power Manager. 104 - Allocate the Power Manager handle 109 RETURN: Handle to the Power Manager module on success, NULL otherwise 126 /* create the power manager keep-alive sub module */ 137 DESCRIPTION: Destroy the object of the power Manager. 138 - delete Power Manager alocation 141 INPUT: - hPowerMgr - Handle to the Power Manager 149 /* destroy the power manager keep-alive sub module */ 170 DESCRIPTION: Power Manager init function, called in init phase. 190 /* initialize the power manager keep-alive sub module * [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
PowerMgr.c | 102 DESCRIPTION: Creates the object of the power Manager. 104 - Allocate the Power Manager handle 109 RETURN: Handle to the Power Manager module on success, NULL otherwise 126 /* create the power manager keep-alive sub module */ 137 DESCRIPTION: Destroy the object of the power Manager. 138 - delete Power Manager alocation 141 INPUT: - hPowerMgr - Handle to the Power Manager 149 /* destroy the power manager keep-alive sub module */ 170 DESCRIPTION: Power Manager init function, called in init phase. 190 /* initialize the power manager keep-alive sub module * [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdSelector.java | 112 * Manager mode. Invalid AVDs are displayed. Buttons to create/delete AVDs 114 MANAGER, 117 * Non manager mode. Only valid AVDs are displayed. Cannot create/delete AVDs, but 118 * there is a button to open the AVD Manager. 127 * Non manager mode. Only valid AVDs are displayed. Cannot create/delete AVDs, but 128 * there is a button to open the AVD Manager. 195 * @param manager the AVD manager. 202 AvdManager manager, 207 mAvdManager = manager; [all...] |
/dalvik/libcore/security/src/test/java/tests/security/permissions/ |
JavaNetServerSocketTest.java | 56 notes = "Verifies that java.net.ServerSocket constructor calls checkListen on the security manager.", 62 notes = "Verifies that java.net.ServerSocket constructor calls checkListen on the security manager.", 68 notes = "Verifies that java.net.ServerSocket constructor calls checkListen on the security manager.", 74 notes = "Verifies that java.net.ServerSocket constructor calls checkListen on the security manager.",
|
/development/samples/SoftKeyboard/res/xml/ |
method.xml | 21 <!-- for the Search Manager. -->
|
/external/bluetooth/bluez/input/ |
Android.mk | 11 manager.c \
|
/external/bluetooth/bluez/test/ |
simple-agent | 84 manager = dbus.Interface(bus.get_object("org.bluez", "/"), 85 "org.bluez.Manager") 88 path = manager.FindAdapter(sys.argv[1]) 90 path = manager.DefaultAdapter()
|
/external/freetype/src/truetype/ |
truetype.c | 26 #include "ttobjs.c" /* object manager */
|
/external/jpeg/ |
jconfig.cfg | 23 /* These are for configuring the JPEG memory manager. */
|
/external/kernel-headers/original/linux/lockd/ |
nlm.h | 4 * Declarations for the Network Lock Manager protocol.
|
/external/qemu/distrib/sdl-1.2.12/src/timer/macos/ |
FastTimes.h | 6 /* Updated 2/15/00 - Check for native Time Manager, no need to calibrate */
|
/frameworks/base/core/java/android/content/pm/ |
IPackageDataObserver.aidl | 21 * API for package data change related callbacks from the Package Manager.
|
IPackageDeleteObserver.aidl | 21 * API for deletion callbacks from the Package Manager.
|
IPackageInstallObserver.aidl | 21 * API for installation callbacks from the Package Manager.
|
IPackageMoveObserver.aidl | 21 * Callback for moving package resources from the Package Manager.
|
IPackageStatsObserver.aidl | 22 * API for package data change related callbacks from the Package Manager.
|
/frameworks/base/core/java/android/os/ |
ServiceManager.java | 38 // Find the service manager 65 * manager. 80 * service manager. Non-blocking. 110 * up and bound by the activity manager. There is only one thread in the process
|
/frameworks/base/core/java/android/view/accessibility/ |
IAccessibilityManagerClient.aidl | 21 * receive information about changes in the manager state.
|
/frameworks/base/core/java/android/webkit/ |
WebSyncManager.java | 94 * sync() forces sync manager to sync now 109 * resetSync() resets sync manager's timer 124 * startSync() requests sync manager to start sync 141 * stopSync() requests sync manager to stop sync. remove any SYNC_MESSAGE in
|
/frameworks/base/core/java/com/android/internal/backup/ |
BackupConstants.java | 20 * Constants used internally between the backup manager and its transports
|
/frameworks/base/core/java/com/android/internal/view/ |
IInputMethodClient.aidl | 23 * itself and receive information about changes to the global manager state.
|
WindowManagerPolicyThread.java | 22 * Static storage of the thread running the window manager policy, to
|
/ndk/samples/hello-neon/src/com/example/neon/ |
HelloNeon.java | 32 * installation time by the package manager.
|
/packages/apps/IM/src/com/android/im/engine/ |
ChatGroup.java | 33 public ChatGroup(Address address, String name, ChatGroupManager manager) { 34 this(address, name, null, manager); 38 ChatGroupManager manager) { 41 mManager = manager;
|