Searched refs:enable (Results 151 - 175 of 285) sorted by relevance

1234567891011>>

/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h296 * @param enable if true to instruct the camera hal to store
304 status_t storeMetaDataInBuffers(int enable) argument
308 return mDevice->ops->store_meta_data_in_buffers(mDevice, enable);
309 return enable ? INVALID_OPERATION: OK;
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
H A DBmgr.java80 if ("enable".equals(op)) {
157 boolean enable = Boolean.parseBoolean(arg);
158 mBmgr.setBackupEnabled(enable);
159 System.out.println("Backup Manager now " + enableToString(enable));
638 System.err.println(" bmgr enable BOOL");
655 System.err.println("The 'enable' command enables or disables the entire backup mechanism.");
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java31 * <p>This class provides Bluetooth GATT functionality to enable communication
1060 * @param characteristic The characteristic for which to enable notifications
1061 * @param enable Set to true to enable notifications/indications
1065 boolean enable) {
1067 + " enable: " + enable);
1078 characteristic.getInstanceId(), enable);
1064 setCharacteristicNotification(BluetoothGattCharacteristic characteristic, boolean enable) argument
H A DIBluetoothGatt.aidl60 void registerForNotification(in int clientIf, in String address, in int handle, in boolean enable);
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java1725 * @param enable True to initialize a client in DATA_INJECTION mode.
1733 public boolean initDataInjection(boolean enable) { argument
1734 return initDataInjectionImpl(enable);
1740 protected abstract boolean initDataInjectionImpl(boolean enable); argument
/frameworks/rs/cpp/util/
H A DRefBase.h99 // enable -- enable/disable tracking
100 // retain -- when tracking is enable, if true, then we save a stack trace
105 void trackMe(bool enable, bool retain);
116 inline void trackMe(bool enable, bool retain) argument
118 getWeakRefs()->trackMe(enable, retain);
/frameworks/rs/server/
H A DRefBase.h98 // enable -- enable/disable tracking
99 // retain -- when tracking is enable, if true, then we save a stack trace
104 void trackMe(bool enable, bool retain);
115 inline void trackMe(bool enable, bool retain) argument
117 getWeakRefs()->trackMe(enable, retain);
/frameworks/base/core/java/android/app/
H A DLoadedApk.java699 @Override public void setClassAssertionStatus(String cname, boolean enable) { argument
701 getParent().setClassAssertionStatus(cname, enable);
704 @Override public void setPackageAssertionStatus(String pname, boolean enable) { argument
706 getParent().setPackageAssertionStatus(pname, enable);
709 @Override public void setDefaultAssertionStatus(boolean enable) { argument
711 getParent().setDefaultAssertionStatus(enable);
H A DUiAutomation.java754 * @param enable whether to run in a "monkey" mode or not. Default is not.
757 public void setRunAsMonkey(boolean enable) { argument
762 ActivityManagerNative.getDefault().setUserIsMonkey(enable);
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java314 * session is created to enable the overlay view.
319 * then can be used to determine whether to enable/disable the overlay view.
321 * @param enable {@code true} if you want to enable the overlay view. {@code false}
324 public void setOverlayViewEnabled(final boolean enable) { argument
328 if (enable == mOverlayViewEnabled) {
331 mOverlayViewEnabled = enable;
332 if (enable) {
827 * @param enabled {@code true} to enable, {@code false} to disable.
1356 * @param enable {
1358 timeShiftEnablePositionTracking(boolean enable) argument
[all...]
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraModule.cpp362 int CameraModule::setTorchMode(const char* camera_id, bool enable) { argument
365 res = mModule->set_torch_mode(camera_id, enable);
/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateServiceImpl.java121 void enableFallbackLogic(boolean enable) { argument
122 mSystemInterface.enableFallbackLogic(enable);
135 * otherwise, enable the fallback package.
159 // package, otherwise, enable it.
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraAgent.java911 * @param enable {@code true} to enable the shutter sound,
914 public void enableShutterSound(final boolean enable) { argument
920 .obtainMessage(CameraActions.ENABLE_SHUTTER_SOUND, (enable ? 1 : 0), 0)
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java433 public void enableImageTransforms(boolean enable) { argument
434 mPhotoView.enableImageTransforms(enable);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java277 * Sets whether to enable showing a toast with the content descriptor of the
280 void setCheatSheetEnabled(boolean enable) { argument
281 mCheatSheetEnabled = enable;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1683 private void setCallForwardingIndicatorInSharedPref(boolean enable) { argument
1684 int status = enable ? IccRecords.CALL_FORWARDING_STATUS_ENABLED :
1696 public void setVoiceCallForwardingFlag(int line, boolean enable, String number) { argument
1697 setCallForwardingIndicatorInSharedPref(enable);
1700 r.setVoiceCallForwardingFlag(line, enable, number);
1704 protected void setVoiceCallForwardingFlag(IccRecords r, int line, boolean enable, argument
1706 setCallForwardingIndicatorInSharedPref(enable);
1707 r.setVoiceCallForwardingFlag(line, enable, number);
1888 * @param enable whether true or false to enable o
1891 enableEnhancedVoicePrivacy(boolean enable, Message onComplete) argument
3230 setInternalDataEnabled(boolean enable, Message onCompleteMsg) argument
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.cpp70 void AudioBiquadFilter::enable(bool immediate) { function in class:android::AudioBiquadFilter
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java317 * @param lockingEnabled set to true to enable locks, false otherwise
1828 * This method allows an application to enable foreign key constraints.
1848 * @param enable True to enable foreign key constraints, false to disable them.
1853 public void setForeignKeyConstraintsEnabled(boolean enable) { argument
1857 if (mConfigurationLocked.foreignKeyConstraintsEnabled == enable) {
1861 mConfigurationLocked.foreignKeyConstraintsEnabled = enable;
1865 mConfigurationLocked.foreignKeyConstraintsEnabled = !enable;
1875 * journal mode is also changed to enable writes to proceed concurrently with reads.
1888 * It is a good idea to enable writ
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java51 * It is recommended to enable zoom support {@link #setSupportZoom} when
366 * Sets whether the WebView will enable smooth transition while panning or
375 public abstract void setEnableSmoothTransition(boolean enable); argument
615 * Sets whether the WebView should enable support for the &quot;viewport&quot;
623 * @param use whether to enable support for the viewport meta tag
898 * Tells the WebView to enable JavaScript execution.
909 * {@link #setAllowFileAccessFromFileURLs}. To enable the most restrictive,
930 * enable the most restrictive, and therefore secure policy, this setting
951 * Sets whether the WebView should enable plugins. The default is false.
963 * Tells the WebView to enable, disabl
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java394 public void setHomeButtonEnabled(boolean enable) { argument
395 mDecorToolbar.setHomeButtonEnabled(enable);
710 "(Window.FEATURE_OVERLAY_ACTION_BAR) to enable hide on content scroll");
1387 public void setDefaultDisplayHomeAsUpEnabled(boolean enable) { argument
1389 setDisplayHomeAsUpEnabled(enable);
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java605 synchronized void setLogOnlyTransitions(boolean enable) { argument
606 mLogOnlyTransitions = enable;
1444 * @param enable {@code true} to enable, {@code false} to disable
1446 public final void setLogOnlyTransitions(boolean enable) { argument
1447 mSmHandler.mLogRecords.setLogOnlyTransitions(enable);
1981 * Set debug enable/disabled.
1983 * @param dbg is true to enable debugging.
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusionEngine.java97 public void enable() { method in class:FusionEngine
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java876 * @param enable Should it be enabled.
878 private void enableAppearDrawing(boolean enable) { argument
879 if (enable != mDrawingAppearAnimation) {
880 mDrawingAppearAnimation = enable;
881 if (!enable) {
/frameworks/base/services/net/java/android/net/ip/
H A DIpManager.java129 public void setNeighborDiscoveryOffload(boolean enable) {} argument
241 public void setNeighborDiscoveryOffload(boolean enable) { argument
242 mCallback.setNeighborDiscoveryOffload(enable);
243 log("setNeighborDiscoveryOffload(" + enable + ")");
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java543 * Activity Action: Show a system activity that allows the user to enable
765 * The new network will be marked DISABLED by default. To enable it,
1442 * @param enabled {@code true} to enable, {@code false} to disable.
1673 * @param enable true = setup and false = tear down TDLS
1675 public void setTdlsEnabled(InetAddress remoteIPAddress, boolean enable) { argument
1677 mService.enableTdls(remoteIPAddress.getHostAddress(), enable);
1687 * @param enable true = setup and false = tear down TDLS
1689 public void setTdlsEnabledWithMacAddress(String remoteMacAddress, boolean enable) { argument
1691 mService.enableTdlsWithMacAddress(remoteMacAddress, enable);
2706 * Framework layer autojoin enable/disabl
[all...]

Completed in 1060 milliseconds

1234567891011>>