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

123

/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DAssetManager_Delegate.java42 /*package*/ static void applyThemeStyle(long theme, int styleRes, boolean force) { argument
43 Resources_Theme_Delegate.getDelegateManager().getDelegate(theme).force = force;
H A DResources_Theme_Delegate.java43 boolean force; field in class:Resources_Theme_Delegate
114 .applyStyle(style, themeDelegate.force);
/frameworks/base/libs/hwui/
H A DTexture.h38 inline void setWrap(GLenum wrap, bool bindTexture = false, bool force = false,
40 setWrapST(wrap, wrap, bindTexture, force, renderTarget);
44 bool force = false, GLenum renderTarget = GL_TEXTURE_2D);
46 inline void setFilter(GLenum filter, bool bindTexture = false, bool force = false,
48 setFilterMinMag(filter, filter, bindTexture, force, renderTarget);
52 bool force = false, GLenum renderTarget = GL_TEXTURE_2D);
H A DTexture.cpp41 void Texture::setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture, bool force, argument
44 if (mFirstWrap || force || wrapS != mWrapS || wrapT != mWrapT) {
59 void Texture::setFilterMinMag(GLenum min, GLenum mag, bool bindTexture, bool force, argument
62 if (mFirstFilter || force || min != mMinFilter || mag != mMagFilter) {
H A DAssetAtlas.cpp95 bool force = false, GLenum renderTarget = GL_TEXTURE_2D) {
96 mDelegate->setWrapST(wrapS, wrapT, bindTexture, force, renderTarget);
100 bool force = false, GLenum renderTarget = GL_TEXTURE_2D) {
101 mDelegate->setFilterMinMag(min, mag, bindTexture, force, renderTarget);
H A DLayer.h213 void setWrap(GLenum wrap, bool bindTexture = false, bool force = false) {
214 texture.setWrap(wrap, bindTexture, force, renderTarget);
217 void setFilter(GLenum filter, bool bindTexture = false, bool force = false) {
218 texture.setFilter(filter, bindTexture, force, renderTarget);
H A DCaches.cpp433 bool force = bindIndicesBufferInternal(mMeshIndices); local
438 return force;
449 bool force = bindIndicesBufferInternal(mShadowStripsIndices); local
454 return force;
495 void Caches::bindPositionVertexPointer(bool force, const GLvoid* vertices, GLsizei stride) { argument
496 if (force || vertices != mCurrentPositionPointer || stride != mCurrentPositionStride) {
504 void Caches::bindTexCoordsVertexPointer(bool force, const GLvoid* vertices, GLsizei stride) { argument
505 if (force || vertices != mCurrentTexCoordsPointer || stride != mCurrentTexCoordsStride) {
H A DCaches.h213 void bindPositionVertexPointer(bool force, const GLvoid* vertices, GLsizei stride = gMeshStride);
219 void bindTexCoordsVertexPointer(bool force, const GLvoid* vertices, GLsizei stride = gMeshStride);
/frameworks/native/include/android/
H A Dstorage_manager.h109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDeviceConnection.java87 * @param force true to disconnect kernel driver if necessary
90 public boolean claimInterface(UsbInterface intf, boolean force) { argument
91 return native_claim_interface(intf.getId(), force);
256 private native boolean native_claim_interface(int interfaceID, boolean force); argument
/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.java170 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) argument
177 _data.writeInt((force ? 1 : 0));
280 public int destroySecureContainer(String id, boolean force) throws RemoteException { argument
287 _data.writeInt((force ? 1 : 0));
349 public int unmountSecureContainer(String id, boolean force) throws RemoteException { argument
356 _data.writeInt((force ? 1 : 0));
511 * Unmounts an Opaque Binary Blob (OBB). When the force flag is
518 String rawPath, boolean force, IObbActionListener token, int nonce)
525 _data.writeInt((force ? 1 : 0));
1028 boolean force
517 unmountObb( String rawPath, boolean force, IObbActionListener token, int nonce) argument
1367 destroySecureContainer(String id, boolean force) argument
1485 unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) argument
1492 unmountSecureContainer(String id, boolean force) argument
1504 unmountVolume(String mountPoint, boolean force, boolean removeEncryption) argument
[all...]
/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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarTransitions.java52 applyMode(getMode(), false /*animate*/, true /*force*/);
73 applyMode(newMode, animate, false /*force*/);
76 private void applyMode(int mode, boolean animate, boolean force) { argument
87 applyLightsOut(mode == MODE_LIGHTS_OUT, animate, force);
119 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { argument
120 if (!force && lightsOut == mLightsOut) return;
H A DNavigationBarView.java124 // When dismissing ime during unlock, force the back button to run the same appearance
294 public void setNavigationIconHints(int hints, boolean force) { argument
295 if (!force && hints == mNavigationIconHints) return;
327 public void setDisabledFlags(int disabledFlags, boolean force) { argument
328 if (!force && mDisabledFlags == disabledFlags) return;
392 public void setMenuVisibility(final boolean show, final boolean force) { argument
393 if (!force && mShowMenu == show) return;
435 // force the low profile & disabled states into compliance
437 setDisabledFlags(mDisabledFlags, true /* force */);
438 setMenuVisibility(mShowMenu, true /* force */);
[all...]
/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...]
/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);
312 int32_t unmountSecureContainer(const String16& id, const bool force) argument
317 data.writeInt32(force ? 1 : 0);
459 void unmountObb(const String16& filename, const bool force, argument
465 data.writeInt32(force ? 1 : 0);
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h132 bool ignoreLowWaterThreshold = false, bool force = false);
H A DTimedEventQueue.h151 void releaseWakeLock_l(bool force = false);
/frameworks/av/media/libstagefright/
H A DTimedEventQueue.cpp94 releaseWakeLock_l(true /*force*/);
353 void TimedEventQueue::releaseWakeLock_l(bool force) argument
358 if (force) {
376 releaseWakeLock_l(true /*force*/);
/frameworks/base/core/jni/
H A Dandroid_hardware_UsbDeviceConnection.cpp109 jint interfaceID, jboolean force)
118 if (ret && force && errno == EBUSY) {
108 android_hardware_UsbDeviceConnection_claim_interface(JNIEnv *env, jobject thiz, jint interfaceID, jboolean force) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java107 selectLayout(false /* animate */, true /* force */);
117 selectLayout(false /* animate */, true /* force */);
122 selectLayout(true /* animate */, false /* force */);
152 private void selectLayout(boolean animate, boolean force) { argument
157 if (showContractedChild != mContractedVisible || force) {
205 selectLayout(false /* animate */, true /* force */);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNotificationController.java202 * @param force {@code true} to force notification to be shown/not-shown,
207 private void setNotificationVisible(boolean visible, int numNetworks, boolean force, argument
217 if (!visible && !mNotificationShown && !force) {
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTabStrip.java278 void updateTextPositions(int position, float positionOffset, boolean force) { argument
287 super.updateTextPositions(position, positionOffset, force);
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java374 final boolean force; field in class:MountService.UnmountCallBack
378 UnmountCallBack(String path, boolean force, boolean removeEncryption) { argument
381 this.force = force;
394 UmsEnableCallBack(String path, String method, boolean force) { argument
395 super(path, force, false);
483 if (!ucb.force) {
1129 * If force is not set, we do not unmount if there are
1131 * If force is set, all the processes holding references need to be
1136 * If removeEncryption is set, force i
1139 doUnmountVolume(String path, boolean force, boolean removeEncryption) argument
1694 unmountVolume(String path, boolean force, boolean removeEncryption) argument
1848 destroySecureContainer(String id, boolean force) argument
1918 unmountSecureContainer(String id, boolean force) argument
2116 unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) argument
2896 UnmountObbAction(ObbState obbState, boolean force) argument
[all...]

Completed in 3327 milliseconds

123