Searched refs:force (Results 1 - 25 of 52) sorted by relevance

123

/frameworks/base/libs/hwui/
H A DTexture.h47 void setWrap(GLenum wrap, bool bindTexture = false, bool force = false,
49 setWrapST(wrap, wrap, bindTexture, force, renderTarget);
52 void setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture = false, bool force = false,
55 if (firstWrap || force || wrapS != this->wrapS || wrapT != this->wrapT) {
70 void setFilter(GLenum filter, bool bindTexture = false, bool force = false,
72 setFilterMinMag(filter, filter, bindTexture, force, renderTarget);
75 void setFilterMinMag(GLenum min, GLenum mag, bool bindTexture = false, bool force = false,
78 if (firstFilter || force || min != minFilter || mag != magFilter) {
H A DLayer.h149 void setWrap(GLenum wrap, bool bindTexture = false, bool force = false) {
150 texture.setWrap(wrap, bindTexture, force, renderTarget);
153 void setFilter(GLenum filter, bool bindTexture = false, bool force = false) {
154 texture.setFilter(filter, bindTexture, force, renderTarget);
H A DCaches.h176 void bindPositionVertexPointer(bool force, GLvoid* vertices, GLsizei stride = gMeshStride);
182 void bindTexCoordsVertexPointer(bool force, GLvoid* vertices);
H A DCaches.cpp346 void Caches::bindPositionVertexPointer(bool force, GLvoid* vertices, GLsizei stride) { argument
347 if (force || vertices != mCurrentPositionPointer || stride != mCurrentPositionStride) {
355 void Caches::bindTexCoordsVertexPointer(bool force, GLvoid* vertices) { argument
356 if (force || vertices != mCurrentTexCoordsPointer) {
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDeviceConnection.java88 * @param force true to disconnect kernel driver if necessary
91 public boolean claimInterface(UsbInterface intf, boolean force) { argument
92 return native_claim_interface(intf.getId(), force);
175 private native boolean native_claim_interface(int interfaceID, boolean force); argument
/frameworks/native/include/android/
H A Dstorage_manager.h109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
/frameworks/base/include/storage/
H A DIMountService.h43 const String16& mountPoint, const bool force, const bool removeEncryption) = 0;
56 unmountSecureContainer(const String16& id, const bool force) = 0;
68 virtual void unmountObb(const String16& filename, const bool force,
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java172 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) argument
179 _data.writeInt((force ? 1 : 0));
282 public int destroySecureContainer(String id, boolean force) throws RemoteException { argument
289 _data.writeInt((force ? 1 : 0));
350 public int unmountSecureContainer(String id, boolean force) throws RemoteException { argument
357 _data.writeInt((force ? 1 : 0));
512 * Unmounts an Opaque Binary Blob (OBB). When the force flag is
519 String rawPath, boolean force, IObbActionListener token, int nonce)
526 _data.writeInt((force ? 1 : 0));
897 boolean force
518 unmountObb( String rawPath, boolean force, IObbActionListener token, int nonce) argument
1174 destroySecureContainer(String id, boolean force) argument
1291 unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) argument
1298 unmountSecureContainer(String id, boolean force) argument
1310 unmountVolume(String mountPoint, boolean force, boolean removeEncryption) argument
[all...]
H A DStorageManager.java476 * <code>force</code> flag is true, it will kill any application needed to
489 * @param force whether to kill any programs using this in order to unmount
494 public boolean unmountObb(String rawPath, boolean force, OnObbStateChangeListener listener) { argument
500 mMountService.unmountObb(rawPath, force, mObbActionListener, nonce);
/frameworks/base/native/android/
H A Dstorage_manager.cpp144 void unmountObb(const char* filename, const bool force, AStorageManager_obbCallbackFunc func, void* data) { argument
147 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce);
191 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force, argument
193 mgr->unmountObb(filename, force != 0, cb, data);
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerBaseTest.java412 * @param force true if we shuold force the unmount, false otherwise
415 protected boolean unmountObb_noThrow(String obbFilePath, boolean force) { argument
421 assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath, force, obbListener));
424 if (force) {
436 * @param force true if we shuold force the unmount, false otherwise
438 protected void unmountObb(String obbFilePath, boolean force) { argument
443 assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath, force, obbListener));
446 if (force) {
[all...]
H A DAsecTests.java105 private int unmountContainer(String localId, boolean force) throws Exception { argument
110 return ms.unmountSecureContainer(fullId, force);
113 private int destroyContainer(String localId, boolean force) throws Exception { argument
118 return ms.destroySecureContainer(fullId, force);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java205 public void setNavigationIconHints(int hints, boolean force) { argument
206 if (!force && hints == mNavigationIconHints) return;
235 public void setDisabledFlags(int disabledFlags, boolean force) { argument
236 if (!force && mDisabledFlags == disabledFlags) return;
287 public void setMenuVisibility(final boolean show, final boolean force) { argument
288 if (!force && mShowMenu == show) return;
299 public void setLowProfile(final boolean lightsOut, final boolean animate, final boolean force) { argument
300 if (!force && lightsOut == mLowProfile) return;
378 // force the low profile & disabled states into compliance
379 setLowProfile(mLowProfile, false, true /* force */);
[all...]
/frameworks/base/libs/storage/
H A DIMountService.cpp160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption) argument
165 data.writeInt32(force ? 1 : 0);
310 int32_t unmountSecureContainer(const String16& id, const bool force) argument
315 data.writeInt32(force ? 1 : 0);
457 void unmountObb(const String16& filename, const bool force, argument
463 data.writeInt32(force ? 1 : 0);
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h129 bool ignoreLowWaterThreshold = false, bool force = false);
/frameworks/base/core/jni/
H A Dandroid_hardware_UsbDeviceConnection.cpp109 int interfaceID, jboolean force)
118 if (ret && force && errno == EBUSY) {
108 android_hardware_UsbDeviceConnection_claim_interface(JNIEnv *env, jobject thiz, int interfaceID, jboolean force) argument
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTabStrip.java276 void updateTextPositions(int position, float positionOffset, boolean force) { argument
285 super.updateTextPositions(position, positionOffset, force);
/frameworks/base/services/java/com/android/server/
H A DMountService.java341 final boolean force; field in class:MountService.UnmountCallBack
345 UnmountCallBack(String path, boolean force, boolean removeEncryption) { argument
348 this.force = force;
361 UmsEnableCallBack(String path, String method, boolean force) { argument
362 super(path, force, false);
431 if (!ucb.force) {
975 * If force is not set, we do not unmount if there are
977 * If force is set, all the processes holding references need to be
982 * If removeEncryption is set, force i
985 doUnmountVolume(String path, boolean force, boolean removeEncryption) argument
1519 unmountVolume(String path, boolean force, boolean removeEncryption) argument
1658 destroySecureContainer(String id, boolean force) argument
1727 unmountSecureContainer(String id, boolean force) argument
1925 unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) argument
2493 UnmountObbAction(ObbState obbState, boolean force) argument
[all...]
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java231 Object[] force = sp.getSpans(where, where + after,
234 for (int i = 0; i < force.length; i++) {
235 int st = sp.getSpanStart(force[i]);
236 int en = sp.getSpanEnd(force[i]);
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl98 void stopAppFreezingScreen(IBinder token, boolean force);
151 * @param alwaysSendConfiguration Flag to force a new configuration to
/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp434 bool ignoreLowWaterThreshold, bool force) {
441 if (!ignoreLowWaterThreshold && !force
449 if (!force) {
543 true); // force
433 restartPrefetcherIfNecessary_l( bool ignoreLowWaterThreshold, bool force) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java526 private void finishExpanding(boolean force) { argument
536 targetHeight = (force || currentHeight > mSmallSize) ? mNaturalHeight : mSmallSize;
538 targetHeight = (force || currentHeight < mNaturalHeight) ? mSmallSize : mNaturalHeight;
/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java1060 void disableForegroundDispatchInternal(Activity activity, boolean force) { argument
1063 if (!force && !activity.isResumed()) {
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewManager.java177 private void maybeCreateKeyguardLocked(boolean enableScreenRotation, boolean force, argument
224 if (force || mKeyguardView == null) {
/frameworks/base/services/java/com/android/server/wm/
H A DInputMonitor.java214 public void updateInputWindowsLw(boolean force) { argument
215 if (!force && !mUpdateInputWindowsNeeded) {
390 updateInputWindowsLw(false /*force*/);
415 updateInputWindowsLw(true /*force*/);
426 updateInputWindowsLw(true /*force*/);

Completed in 500 milliseconds

123