/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/ |
Camera2DeviceTester.java | 58 CameraManager manager = local 60 String id = manager.getCameraIdList()[0]; 62 manager.openCamera(id, this, sHandler);
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
start_manager.c | 15 * @brief Motion Library - Start Manager 16 * Start Manager 36 /** Initilize the start manager. Typically called by inv_start_mpl();
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
start_manager.c | 15 * @brief Motion Library - Start Manager 16 * Start Manager 36 /** Initilize the start manager. Typically called by inv_start_mpl();
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
dump_interface.h | 26 @brief Interface file for dump options provided by display manager. 40 @details This class defines dump methods provided by display manager. 47 @details Client shall use this method to get current snapshot of display manager context as a
|
/packages/apps/Camera2/src/com/android/camera/app/ |
CameraApp.java | 79 NotificationManager manager = AndroidServices.instance().provideNotificationManager(); local 80 if (manager != null) { 81 manager.cancelAll();
|
/packages/apps/Gallery/tests/src/com/android/camera/ |
BitmapManagerUnitTests.java | 65 BitmapManager manager = BitmapManager.instance(); local 66 assertNotNull(manager); 68 assertSame(manager, mBitmapManager);
|
/packages/apps/TV/src/com/android/tv/util/ |
SetupUtils.java | 107 final ChannelDataManager manager = mTvApplication.getChannelDataManager(); local 108 if (!manager.isDbLoadFinished()) { 109 manager.addListener(new ChannelDataManager.Listener() { 112 manager.removeListener(this); 130 final ChannelDataManager manager = appSingletons.getChannelDataManager(); local 131 manager.updateChannels(new Runnable() { 135 for (Channel channel : manager.getChannelList()) { 138 manager.updateBrowsable(channel.getId(), true, true); 144 manager.notifyChannelBrowsableChanged(); 145 manager.applyUpdatedValuesToDb() [all...] |
/prebuilts/devtools/repository/ |
sdk-addons-list-1.xsd | 26 A simple list of add-ons sites that is loaded by default by the SDK Manager. 53 'directory', in which case the manager will look for a resource 61 In the second example, the manager will actually look for:
|
/prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/ |
py25tests.py | 47 """Can the connection be used as a context manager at all?""" 52 """Is a commit called in the context manager?""" 60 """Is a rollback called in the context manager?"""
|
/prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/ |
py25tests.py | 47 """Can the connection be used as a context manager at all?""" 52 """Is a commit called in the context manager?""" 60 """Is a rollback called in the context manager?"""
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
py25tests.py | 47 """Can the connection be used as a context manager at all?""" 52 """Is a commit called in the context manager?""" 60 """Is a rollback called in the context manager?"""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
py25tests.py | 47 """Can the connection be used as a context manager at all?""" 52 """Is a commit called in the context manager?""" 60 """Is a rollback called in the context manager?"""
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
AvdManagerAction.java | 33 * Delegate for the toolbar/menu action "AVD Manager". 34 * It displays the AVD Manager window. 52 // Although orthogonal to the avd manager action, this is a good time
|
/sdk/files/ |
post_tools_install.bat | 16 rem This script is called by the SDK Manager once a new version of the tools
34 set src=SDK Manager.exe
42 set src=AVD Manager.exe
|
/system/connectivity/shill/dbus/ |
chromeos_dbus_control.cc | 81 #include "shill/manager.h" 117 Manager* manager, const base::Closure& registration_done_callback) { 120 manager->RegisterAsync( 124 sequencer->GetHandler("Manager.RegisterAsync() failed.", true))); 142 // We can start the manager now that we have ownership of the D-Bus service. 143 // Doing so earlier would allow the manager to emit signals before service 171 Manager* manager) { 172 return new ChromeosManagerDBusAdaptor(adaptor_bus_, proxy_bus_, manager); [all...] |
/system/connectivity/shill/ |
mock_device_info.h | 34 class Manager; 42 Manager* manager);
|
provider_interface.h | 46 // populated (by Manager) via a later call to Service::Configure(). 52 // this service with the Manager or connect it since it was never added 59 // Manager or connect it since it was never added to the provider's service
|
virtual_device.cc | 41 Manager* manager, 45 : Device(control, dispatcher, metrics, manager, link_name,
|
/system/connectivity/shill/pppoe/ |
pppoe_service.h | 36 class Manager; 52 Manager* manager,
|
/system/connectivity/shill/test-scripts/ |
test-manager | 72 manager = dbus.Interface(bus.get_object("org.chromium.flimflam", "/"), variable 73 "org.chromium.flimflam.Manager") 75 print_properties(manager.GetProperties(utf8_strings = True))
|
/external/apache-http/src/org/apache/http/impl/conn/ |
SingleClientConnManager.java | 52 * A connection "manager" for a single connection. 53 * This manager is good only for single-threaded use. 87 /** The schemes supported by this connection manager. */ 108 /** Indicates whether this connection manager is shut down. */ 115 * Creates a new simple connection manager. 117 * @param params the parameters for this manager 171 * Asserts that this manager is not shut down. 173 * @throws IllegalStateException if this manager is shut down 179 throw new IllegalStateException("Manager is shut down."); 284 "connection not obtained from this manager.") [all...] |
/external/llvm/lib/Analysis/ |
LoopPass.cpp | 1 //===- LoopPass.cpp - Loop Pass and Loop Pass Manager ---------------------===// 25 #define DEBUG_TYPE "loop-pass-manager" 132 /// Pass Manager itself does not invalidate any analysis info. 147 // Collect inherited analysis from Module level pass manager. 236 // some memory, and avoids trouble with the pass manager trying to call 259 /// Print passes managed by this manager 261 errs().indent(Offset*2) << "Loop Pass Manager\n"; 299 /// Assign pass manager to manage this pass. 311 // Create new Loop Pass Manager if it does not exist. 312 assert (!PMS.empty() && "Unable to create Loop Pass Manager"); [all...] |
/frameworks/av/services/audiopolicy/ |
AudioPolicyInterface.h | 31 // between the platform specific audio policy manager and Android generic audio policy manager. 32 // The platform specific audio policy manager must implement methods of the AudioPolicyInterface class. 36 // The platform specific audio policy manager is in charge of the audio routing and volume control 40 // System state changes and user actions are notified to audio policy manager with methods of the AudioPolicyInterface. 42 // return a handler on an output that has been selected, configured and opened by the audio policy manager and that 44 // When the AudioTrack object is released, a putOutput() query is received and the audio policy manager can decide 51 // The platform specific audio policy manager is provided as a shared library by platform vendors (as for libaudio.so) 55 // Audio Policy Manager Interface 117 // indicates to the audio policy manager that the output starts being used by corresponding stream [all...] |
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
ConsoleActivity.java | 96 protected TerminalManager manager = null; field in class:ConsoleActivity 141 manager = mService.getTerminalManager(); 142 // let manager know about our event handling services 143 manager.setDisconnectHandler(disconnectHandler); 145 Log.d(String.format("Connected to TerminalManager and found bridges.size=%d", manager 148 manager.setResizeAllowed(true); 155 TerminalBridge requestedBridge = manager.getConnectedBridge(processID); 162 requestedBridge = manager.openConnection(processID); 169 for (TerminalBridge bridge : manager.getBridgeList()) { 184 manager = null 274 PowerManager manager = (PowerManager) getSystemService(Context.POWER_SERVICE); local [all...] |
/prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-core/1.0/ |
doxia-core-1.0.jar | |