HomeSort by relevance Sort by last modified time
    Searched full:manager (Results 201 - 225 of 5490) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
RpcReceiver.java 23 public RpcReceiver(RpcReceiverManager manager) {
26 mManager = manager;
  /frameworks/av/camera/ndk/
NdkCameraManager.cpp 36 void ACameraManager_delete(ACameraManager* manager) {
38 if (manager != nullptr) {
39 delete manager;
45 ACameraManager* manager, ACameraIdList** cameraIdList) {
47 if (manager == nullptr || cameraIdList == nullptr) {
48 ALOGE("%s: invalid argument! manager %p, cameraIdList %p",
49 __FUNCTION__, manager, cameraIdList);
52 return manager->getCameraIdList(cameraIdList);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-compiler-manager/2.2/
plexus-compiler-manager-2.2.pom 11 <artifactId>plexus-compiler-manager</artifactId>
13 <name>Plexus Compiler Manager</name>
  /system/connectivity/apmanager/dbus/
dbus_control.cc 24 #include "apmanager/manager.h"
60 // Create and register Manager.
61 manager_.reset(new Manager(this));
63 sequencer->GetHandler("Manager.RegisterAsync() failed.", true));
87 // D-Bus service is ready, now we can start the Manager.
105 Manager* manager) {
107 new ManagerDBusAdaptor(bus_, object_manager_.get(), manager));
  /system/connectivity/apmanager/dbus_bindings/
org.chromium.apmanager.Manager.dbus-xml 3 <node name="/org/chromium/apmanager/Manager"
5 <interface name="org.chromium.apmanager.Manager">
  /system/connectivity/apmanager/
mock_config.h 31 MockConfig(Manager* manager);
  /system/connectivity/shill/binder/
manager_binder_adaptor.h 46 class Manager;
48 // Subclass of BinderAdaptor for Manager objects
49 // There is a 1:1 mapping between Manager and ManagerBinderAdaptor
50 // instances. Furthermore, the Manager owns the ManagerBinderAdaptor
52 // having a bare pointer to its owner manager.
58 ManagerBinderAdaptor(Manager* manager, const std::string& id);
99 Manager* manager_;
  /system/connectivity/shill/vpn/
mock_vpn_service.h 31 Manager* manager,
  /system/nativepower/include/nativepower/
constants.h 22 // Name used to register the power manager with the service manager.
  /device/google/dragon/sepolicy/
cameraserver.te 3 # sensor manager based camera/video stabilization
  /external/autotest/client/site_tests/network_3GModemControl/
control.pseudomodem 7 PURPOSE = "Verify commands sent to a modem manager are reflected in shill."
9 This test will fail if modem manager state differs from shill state.
23 even if the commands are sent to the modem manager instead of shill.
24 Uses a pseudo modem to simulate modem manager so that this test can
  /external/autotest/client/site_tests/network_WiMaxPresent/
control 16 4. The WiMAX manager is not installed or does not function properly on the
19 WiMAX manager properly.
34 - The WiMAX manager detects the WiMAX module exposed by the kernel.
35 - The WiMAX manager is running and can communicate with shill over DBus.
  /external/autotest/client/tests/kvm/unattended/
winnt.bat 5 rem This is a SAMPLE batch script generated by Setup Manager.
  /external/cros/system_api/dbus/apmanager/
dbus-constants.h 10 const char kManagerInterface[] = "org.chromium.apmanager.Manager";
11 const char kManagerPath[] = "/manager";
12 const char kManagerError[] = "org.chromium.apmanager.Manager.Error";
20 // Manager Methods.
  /external/skia/include/ports/
SkFontMgr_fontconfig.h 16 /** Create a font manager around a FontConfig instance.
  /frameworks/base/core/java/android/content/
UndoOwner.java 35 UndoOwner(String tag, UndoManager manager) {
39 if (manager == null) {
40 throw new NullPointerException("manager can't be null");
43 mManager = manager;
  /frameworks/base/core/java/android/hardware/input/
InputManagerInternal.java 26 * Input manager local system service interface.
34 * Called by the display manager to set information about the displays as needed
41 * Called by the power manager to tell the input manager whether it should start
  /packages/apps/Camera2/src/com/android/camera/app/
CameraServices.java 29 * Returns the capture session manager instance that modules use to store
35 * Returns the memory manager which can be used to get informed about memory
41 * Returns the motion manager which senses when significant motion of the
62 * @return The settings manager which allows get/set of all app settings.
  /system/connectivity/dhcp_client/
service.h 33 class Manager;
37 Service(Manager* manager,
47 Manager* manager_;
  /system/connectivity/shill/
ephemeral_profile.cc 28 #include "shill/manager.h"
44 Manager* manager)
45 : Profile(control_interface, metrics, manager, Identifier(),
mock_service.cc 38 class Manager;
43 Manager* manager)
44 : Service(control_interface, dispatcher, metrics, manager,
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3BufferManager.h 37 * When clients request a buffer, buffer manager will pick a buffer if there are some already
39 * buffer maintained by the buffer manager, it will dynamically deallocate some buffers that are
40 * solely owned by this buffer manager.
52 * This method registers an output stream to this buffer manager by using the provided stream
56 * usage flags, etc. for the buffer manager to allocate and hand out buffers for this stream.
61 * as the invalid stream set ID indicates that this stream doesn't intend to use buffer manager.
64 * Once a stream is successfully registered to this buffer manager, the buffer manager takes
69 * returnBufferForStream() to return the free buffer to this buffer manager. If the stream
70 * uses buffer manager to manage the stream buffers, it should disable the BufferQueu
    [all...]
  /system/connectivity/shill/test-scripts/
flimflam.py 130 self.manager = dbus.Interface(
132 FlimFlam.SHILL_DBUS_INTERFACE + ".Manager")
191 path = self.manager.GetService(params)
238 path = self.manager.GetService(params)
318 properties = self.manager.GetProperties(utf8_strings = True)
325 properties = self.manager.GetProperties(utf8_strings = True)
344 properties = self.manager.GetProperties(utf8_strings = True)
349 properties = self.manager.GetProperties(utf8_strings = True)
353 path = self.manager.CreateProfile(ident)
357 self.manager.RemoveProfile(ident
    [all...]
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
EnableProfileActivity.java 37 DevicePolicyManager manager = local
40 manager.setProfileName(componentName, getString(R.string.profile_name));
41 manager.setProfileEnabled(componentName);
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
EnableProfileActivity.java 37 DevicePolicyManager manager = local
40 manager.setProfileName(componentName, getString(R.string.profile_name));
41 manager.setProfileEnabled(componentName);

Completed in 429 milliseconds

1 2 3 4 5 6 7 891011>>