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

1234

/frameworks/base/libs/hwui/
H A DTexture.h37 inline void setWrap(GLenum wrap, bool bindTexture = false, bool force = false,
39 setWrapST(wrap, wrap, bindTexture, force, renderTarget);
43 bool force = false, GLenum renderTarget = GL_TEXTURE_2D);
45 inline void setFilter(GLenum filter, bool bindTexture = false, bool force = false,
47 setFilterMinMag(filter, filter, bindTexture, force, renderTarget);
51 bool force = false, GLenum renderTarget = GL_TEXTURE_2D);
H A DTexture.cpp27 void Texture::setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture, bool force, argument
30 if (mFirstWrap || force || wrapS != mWrapS || wrapT != mWrapT) {
45 void Texture::setFilterMinMag(GLenum min, GLenum mag, bool bindTexture, bool force, argument
48 if (mFirstFilter || force || min != mMinFilter || mag != mMagFilter) {
H A DAssetAtlas.cpp69 // Texture ID changed, force-set to defaults to sync the wrapper & GL
102 bool force = false, GLenum renderTarget = GL_TEXTURE_2D) override {
103 mDelegate->setWrapST(wrapS, wrapT, bindTexture, force, renderTarget);
107 bool force = false, GLenum renderTarget = GL_TEXTURE_2D) override {
108 mDelegate->setFilterMinMag(min, mag, bindTexture, force, renderTarget);
H A DLayer.h219 void setWrap(GLenum wrap, bool bindTexture = false, bool force = false) {
220 texture.setWrap(wrap, bindTexture, force, renderTarget);
223 void setFilter(GLenum filter, bool bindTexture = false, bool force = false) {
224 texture.setFilter(filter, bindTexture, force, renderTarget);
/frameworks/base/libs/hwui/renderstate/
H A DMeshState.cpp107 void MeshState::bindPositionVertexPointer(bool force, const GLvoid* vertices, GLsizei stride) { argument
108 if (force || vertices != mCurrentPositionPointer || stride != mCurrentPositionStride) {
115 void MeshState::bindTexCoordsVertexPointer(bool force, const GLvoid* vertices, GLsizei stride) { argument
116 if (force || vertices != mCurrentTexCoordsPointer || stride != mCurrentTexCoordsStride) {
H A DMeshState.h85 void bindPositionVertexPointer(bool force, const GLvoid* vertices,
92 void bindTexCoordsVertexPointer(bool force, const GLvoid* vertices,
H A DRenderState.cpp262 const bool force = meshState().bindMeshBufferInternal(vertices.bufferObject) local
264 meshState().bindPositionVertexPointer(force, vertices.position, vertices.stride);
283 meshState().bindTexCoordsVertexPointer(force, vertices.texCoord, vertices.stride);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarTransitions.java46 applyMode(getMode(), false /*animate*/, true /*force*/);
52 applyMode(newMode, animate, false /*force*/);
55 private void applyMode(int mode, boolean animate, boolean force) { argument
58 applyLightsOut(isLightsOut(mode), animate, force);
61 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { argument
62 if (!force && lightsOut == mLightsOut) return;
H A DNavigationBarView.java128 // When dismissing ime during unlock, force the back button to run the same appearance
283 public void setNavigationIconHints(int hints, boolean force) { argument
284 if (!force && hints == mNavigationIconHints) return;
316 public void setDisabledFlags(int disabledFlags, boolean force) { argument
317 if (!force && mDisabledFlags == disabledFlags) return;
431 public void setMenuVisibility(final boolean show, final boolean force) { argument
432 if (!force && mShowMenu == show) return;
475 // force the low profile & disabled states into compliance
477 setDisabledFlags(mDisabledFlags, true /* force */);
478 setMenuVisibility(mShowMenu, true /* force */);
[all...]
/frameworks/native/include/android/
H A Dstorage_manager.h134 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/av/include/media/stagefright/foundation/
H A DAWakeLock.h35 void release(bool force = false);
/frameworks/av/media/libstagefright/foundation/
H A DAWakeLock.cpp79 void AWakeLock::release(bool force) { argument
83 if (force) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothAdapter.java150 public void startScanning(boolean force) { argument
153 if (!force) {
/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...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioOutputDescriptor.h57 bool force);
112 bool force);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java116 final boolean[] force = key.mForce;
123 style, force[i]);
/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);
319 int32_t unmountSecureContainer(const String16& id, const bool force) argument
324 data.writeInt32(force ? 1 : 0);
466 void unmountObb(const String16& filename, const bool force, argument
472 data.writeInt32(force ? 1 : 0);
/frameworks/av/include/media/
H A DVisualizer.h99 bool force = false);
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h137 bool ignoreLowWaterThreshold = false, bool force = false);
H A DTimedEventQueue.h151 void releaseWakeLock_l(bool force = false);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp149 bool force)
153 // - the force flag is set
154 if (volume != mCurVolume[stream] || force) {
374 bool force)
376 bool changed = AudioOutputDescriptor::setVolume(volume, stream, device, delayMs, force);
145 setVolume(float volume, audio_stream_type_t stream, audio_devices_t device __unused, uint32_t delayMs, bool force) argument
370 setVolume(float volume, audio_stream_type_t stream, audio_devices_t device, uint32_t delayMs, bool force) argument
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java171 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) argument
178 _data.writeInt((force ? 1 : 0));
281 public int destroySecureContainer(String id, boolean force) throws RemoteException { argument
288 _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));
1415 boolean force
518 unmountObb( String rawPath, boolean force, IObbActionListener token, int nonce) argument
1919 destroySecureContainer(String id, boolean force) argument
2037 unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) argument
2044 unmountSecureContainer(String id, boolean force) argument
2056 unmountVolume(String mountPoint, boolean force, boolean removeEncryption) argument
[all...]

Completed in 890 milliseconds

1234