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

1234

/frameworks/base/libs/hwui/
H A DTexture.h44 inline void setWrap(GLenum wrap, bool bindTexture = false, bool force = false,
46 setWrapST(wrap, wrap, bindTexture, force, renderTarget);
50 bool force = false, GLenum renderTarget = GL_TEXTURE_2D);
52 inline void setFilter(GLenum filter, bool bindTexture = false, bool force = false,
54 setFilterMinMag(filter, filter, bindTexture, force, renderTarget);
58 bool force = false, GLenum renderTarget = GL_TEXTURE_2D);
H A DAssetAtlas.cpp83 bool force = false, GLenum renderTarget = GL_TEXTURE_2D) override {
84 mDelegate->setWrapST(wrapS, wrapT, bindTexture, force, renderTarget);
88 bool force = false, GLenum renderTarget = GL_TEXTURE_2D) override {
89 mDelegate->setFilterMinMag(min, mag, bindTexture, force, renderTarget);
H A DLayer.h223 void setWrap(GLenum wrap, bool bindTexture = false, bool force = false) {
224 texture.setWrap(wrap, bindTexture, force, renderTarget);
227 void setFilter(GLenum filter, bool bindTexture = false, bool force = false) {
228 texture.setFilter(filter, bindTexture, force, renderTarget);
H A DTexture.cpp47 void Texture::setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture, bool force, argument
50 if (force || wrapS != mWrapS || wrapT != mWrapT) {
63 void Texture::setFilterMinMag(GLenum min, GLenum mag, bool bindTexture, bool force, argument
66 if (force || min != mMinFilter || mag != mMagFilter) {
217 // force a glTexImage2D to discard the mipmap levels
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarNavigationBarView.java53 public void setDisabledFlags(int disabledFlags, boolean force) { argument
70 public void setNavigationIconHints(int hints, boolean force) { argument
/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 DLockIcon.java108 update(false /* force */);
111 public void update(boolean force) { argument
125 || mScreenOn != mLastScreenOn || force) {
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerShellCommand.java64 + " not permitted to force scheduled jobs");
71 boolean force = false;
78 case "--force":
79 force = true;
96 int ret = mInternal.executeRunCommand(pkgName, userId, jobId, force);
121 pw.println(" has functional constraints but --force not specified");
127 if (force) {
144 pw.println(" run [-f | --force] [-u | --user USER_ID] PACKAGE JOB_ID");
147 pw.println(" -f or --force: run the job even if technical constraints such as");
/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/SystemUI/src/com/android/systemui/statusbar/notification/
H A DHeaderTransformState.java127 public void setVisible(boolean visible, boolean force) { argument
128 super.setVisible(visible, force);
136 if (!force && headerChild.getVisibility() == View.GONE) {
/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/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothAdapter.java150 public void startScanning(boolean force) { argument
153 if (!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/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioOutputDescriptor.h59 bool force);
117 bool force);
149 bool force);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp147 bool force)
151 // - the force flag is set
152 if (volume != mCurVolume[stream] || force) {
372 bool force)
374 bool changed = AudioOutputDescriptor::setVolume(volume, stream, device, delayMs, force);
436 bool force)
438 bool changed = AudioOutputDescriptor::setVolume(volume, stream, device, delayMs, force);
143 setVolume(float volume, audio_stream_type_t stream, audio_devices_t device __unused, uint32_t delayMs, bool force) argument
368 setVolume(float volume, audio_stream_type_t stream, audio_devices_t device, uint32_t delayMs, bool force) argument
432 setVolume(float volume, audio_stream_type_t stream, audio_devices_t device, uint32_t delayMs, bool force) argument
/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.h142 bool ignoreLowWaterThreshold = false, bool force = false);
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java173 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) argument
180 _data.writeInt((force ? 1 : 0));
283 public int destroySecureContainer(String id, boolean force) throws RemoteException { argument
290 _data.writeInt((force ? 1 : 0));
352 public int unmountSecureContainer(String id, boolean force) throws RemoteException { argument
359 _data.writeInt((force ? 1 : 0));
514 * Unmounts an Opaque Binary Blob (OBB). When the force flag is
521 String rawPath, boolean force, IObbActionListener token, int nonce)
528 _data.writeInt((force ? 1 : 0));
1593 boolean force
520 unmountObb( String rawPath, boolean force, IObbActionListener token, int nonce) argument
2174 destroySecureContainer(String id, boolean force) argument
2292 unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) argument
2299 unmountSecureContainer(String id, boolean force) argument
2311 unmountVolume(String mountPoint, boolean force, boolean removeEncryption) argument
[all...]
/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

Completed in 2613 milliseconds

1234