/system/connectivity/shill/dbus/ |
chromeos_dbus_control.h | 30 class Manager; 38 Manager* manager, 42 ManagerAdaptorInterface* CreateManagerAdaptor(Manager* manager) override; 101 ModemManagerClassic* manager,
|
/system/connectivity/shill/doc/ |
profile-api.txt | 14 When the connection manager starts up it pushes a "global profile" onto 124 setting set the Manager.CheckPortalList property. 134 was set via the Manager.Country property. 155 Manager.OfflineMode property. 161 Manager.CheckPortalList property. 171 Manager.PortalCheckInterval property.
|
/system/connectivity/shill/wimax/ |
wimax_provider.h | 37 class Manager; 47 Manager* manager); 50 // Called by Manager as a part of the Provider interface. The attributes 72 // Signaled by |service| when it's been unloaded by Manager. Returns true if 163 Manager* manager_;
|
/system/weaved/buffet/ |
manager.h | 44 // The Manager is responsible for global state of Buffet. It exposes 47 class Manager final : public android::weave::BnWeaveServiceManager { 58 Manager(const Options& options, const scoped_refptr<dbus::Bus>& bus); 59 ~Manager() override; 143 base::WeakPtrFactory<Manager> weak_ptr_factory_{this}; 144 DISALLOW_COPY_AND_ASSIGN(Manager);
|
/hardware/libhardware/include/hardware/ |
audio_policy.h | 46 * communication interfaces between the platform specific audio policy manager 47 * and Android generic audio policy manager. 48 * The platform specific audio policy manager must implement methods of the 53 * The platform specific audio policy manager is in charge of the audio 59 * manager with methods of the audio_policy. 63 * selected, configured and opened by the audio policy manager and that 67 * is received and the audio policy manager can decide to close or 139 /* indicates to the audio policy manager that the output starts being used 146 /* indicates to the audio policy manager that the output stops being used 164 /* indicates to the audio policy manager that the input starts being used * [all...] |
/system/connectivity/shill/ |
manager.h | 79 class Manager : public base::SupportsWeakPtr<Manager> { 117 Manager(ControlInterface* control_interface, 123 virtual ~Manager(); 155 // Register a Service with the Manager. Manager may choose to 158 // Deregister a Service from the Manager. Caller is responsible 190 // Retrieve geolocation data from the Manager. 273 // will be removed and the manager will search for another matching profile. 275 // may also remove the service from the manager's list, e.g. WiFi service [all...] |
/external/llvm/docs/ |
MCJITDesignAndImplementation.rst | 22 function. If the client does not explicitly create a memory manager at
23 this time, a default memory manager (specifically SectionMemoryManager)
35 passing in its pointers to the module, memory manager and target machine
112 memory manager and relocation information will have been prepared, but the
150 External symbols are resolved by calling the memory manager's
151 getPointerToNamedFunction method. The memory manager will return the
172 passes the section data to the memory manager's registerEHFrames method.
173 This allows the memory manager to call any desired target-specific
176 Finally, MCJIT calls the memory manager's finalizeMemory method. In this
177 method, the memory manager will invalidate the target code cache, if [all...] |
/external/llvm/include/llvm/ExecutionEngine/ |
RuntimeDyld.h | 103 /// RuntimeDyld instance, and optionally recorded by the memory manager to 111 /// optionally recorded by the memory manager to access a loaded section. 117 /// Inform the memory manager about the total amount of memory required to 144 /// permissions can be applied. It is up to the memory manager implementation 145 /// to decide whether or not to act on this method. The memory manager will 214 /// Map the address of a JIT section as returned from the memory manager 220 /// registered with the memory manager. Note, RuntimeDyld is responsible 221 /// for identifying the EH frame and calling the memory manager with the 222 /// EH frame section data. However, the memory manager itself will handle 234 /// memory manager regardless of whether they are "required to execute" in th [all...] |
/external/mesa3d/src/gallium/include/state_tracker/ |
st_api.h | 38 * APIs such as OpenGL or OpenVG, and state tracker manager for window system 276 * The framebuffer is implemented by the state tracker manager and 300 * Available for the state tracker manager to use. 346 * This entity is created from st_api and used by the state tracker manager. 351 * Available for the state tracker and the manager to use. 400 * Represent a state tracker manager. 402 * This interface is implemented by the state tracker manager. It corresponds 417 * @smapi: manager owning the caller context 429 * Query an manager param. 438 * Implemented by the state tracker and used by the state tracker manager [all...] |
/frameworks/native/libs/binder/ |
ProcessState.cpp | 160 ALOGE("Binder ioctl to become context manager failed: %s\n", strerror(errno)); 194 // Special case for context manager... 195 // The context manager is the only object for which we create 197 // Perform a dummy transaction to ensure the context manager 201 // context manager is not present, the driver will fail to 202 // provide a reference to the context manager, but the 205 // Note that this is not race-free if the context manager 208 // TODO: add a driver API to wait for context manager, or 209 // stop special casing handle 0 for context manager and add 210 // a driver API to get a handle to the context manager wit [all...] |
/docs/source.android.com/src/devices/tv/ |
index.jd | 34 <p>The Android TV Input Framework implementation includes a TV Input Manager. 38 parties through the TV Input Manager.</p> 45 <li>TV Input Manager (<code>android.media.tv.TvInputManager</code>): allows the TV Inputs to communicate with the TV App 67 <li>The TV App cannot talk directly with the TV Inputs. The TV Input Manager 68 identifies the state of TV Inputs for the TV App. See <em>TV Input Manager</em> below for more details about these limitations. 78 <li>Only system TV Inputs can access the TV Input HAL through the TV Input Manager 79 service. TV Inputs are accessed one-to-one via TV Input Manager sessions. 85 <li><code>TV_INPUT_HARDWARE</code> permission for a hardware TV Input app, signals the TV Input Manager Service 86 to notify the TV Input service on boot to call the TV Input Manager Service and 169 <h2 id="tv_input_manager">TV Input Manager</h2 [all...] |
/external/opencv3/doc/tutorials/introduction/android_binary_package/ |
O4A_SDK.markdown | 69 enable OpenCV library access via OpenCV Manager API (see details below). 72 be installed from Market on the first start of an application using OpenCV Manager API. But 74 Install the Manager.apk and optional binary_pack.apk if it needed. See `Manager Selection` 88 @todo I'm not sure that this is the best place to talk about OpenCV Manager 90 Starting from version 2.4.3 OpenCV4Android SDK uses OpenCV Manager API for library initialization. 91 OpenCV Manager is an Android service based solution providing the following benefits for OpenCV 94 - Compact apk-size, since all applications use the same binaries from Manager and do not store 100 For additional information on OpenCV Manager see the: 213 Manager](https://docs.google.com/a/itseez.com/presentation/d/1EO_1kijgBg_BsjNp2ymk-aarg-0K279_1VZRcPplSuk/ (…) [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
dbdcd.h | 58 * hDcdMgr: A DCD manager handle. 84 * hDcdMgr: A DCD manager handle. 107 * This function creates a DCD module manager. 110 * phDcdMgr: A pointer to a DCD manager handle. 113 * DSP_EMEMORY: Unable to allocate memory for DCD manager handle. 120 * A DCD manager handle is created. 128 * This function destroys a DCD module manager. 130 * hDcdMgr: A DCD manager handle. 133 * DSP_EHANDLE: Invalid DCD manager handle. 184 * hDcdMgr: A DCD manager handle [all...] |
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbdcd.h | 58 * hDcdMgr: A DCD manager handle. 84 * hDcdMgr: A DCD manager handle. 107 * This function creates a DCD module manager. 110 * phDcdMgr: A pointer to a DCD manager handle. 113 * DSP_EMEMORY: Unable to allocate memory for DCD manager handle. 120 * A DCD manager handle is created. 128 * This function destroys a DCD module manager. 130 * hDcdMgr: A DCD manager handle. 133 * DSP_EHANDLE: Invalid DCD manager handle. 184 * hDcdMgr: A DCD manager handle [all...] |
/external/autotest/client/cros/cellular/ |
modem1.py | 45 def __init__(self, manager, path): 46 self.manager = manager 47 self.bus = manager.bus 48 self.service = manager.service 249 self.manager = dbus.Interface( 263 self.manager.SetLogging('DEBUG')
|
/external/autotest/server/cros/ |
host_lock_manager.py | 20 manager = host_lock_manager.HostLockManager() 22 manager.lock(['host1']) 25 manager.unlock() 178 """Context manager to make sure that a HostLockManager will always unlock 190 def __init__(self, manager): 192 @param manager: The HostLockManager used to lock the hosts. 194 self._manager = manager
|
/frameworks/base/services/core/java/com/android/server/tv/ |
PersistentDataStore.java | 53 * Manages persistent state recorded by the TV input manager service as an XML file. This class is 56 * <tv-input-manager-state> 61 * </tv-input-manager-state> 94 mAtomicFile = new AtomicFile(new File(userDir, "tv-input-manager-state.xml")); 174 Slog.w(TAG, "Failed to load tv input manager persistent store data.", ex); 217 Slog.w(TAG, "Failed to save tv input manager persistent store data.", ex); 234 private static final String TAG_TV_INPUT_MANAGER_STATE = "tv-input-manager-state";
|
/prebuilts/gradle-plugin/com/android/tools/repository/25.0.0/ |
repository-25.0.0-javadoc.jar | |
/prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha1/ |
repository-25.0.0-alpha1-javadoc.jar | |
/prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha3/ |
repository-25.0.0-alpha3-javadoc.jar | |
repository-25.0.0-alpha3-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha5/ |
repository-25.0.0-alpha5-javadoc.jar | |
/prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha7/ |
repository-25.0.0-alpha7-javadoc.jar | |
/prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha9/ |
repository-25.0.0-alpha9-javadoc.jar | |
/prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-beta2/ |
repository-25.0.0-beta2-javadoc.jar | |