Home
last modified time | relevance | path

Searched refs:allow (Results 1 – 25 of 69) sorted by relevance

123

/frameworks/native/services/vr/performanced/
Dperformance_service.cpp48 bool allow = false; in Check() local
49 EXPAND_PACK(allow |= (uid == UIDs)); in Check()
50 return allow; in Check()
59 bool allow = false; in Check() local
60 EXPAND_PACK(allow |= (gid == GIDs)); in Check()
61 return allow; in Check()
83 bool allow = false; in Check() local
84 EXPAND_PACK(allow |= Allows::Check(sender, task)); in Check()
85 return allow; in Check()
93 bool allow = true; in Check() local
[all …]
/frameworks/base/core/java/android/webkit/
DServiceWorkerWebSettings.java53 public abstract void setAllowContentAccess(boolean allow); in setAllowContentAccess() argument
66 public abstract void setAllowFileAccess(boolean allow); in setAllowFileAccess() argument
DGeolocationPermissions.java62 public void invoke(String origin, boolean allow, boolean retain); in invoke() argument
122 public void allow(String origin) { in allow() method in GeolocationPermissions
DWebSettings.java326 public abstract void setAllowFileAccess(boolean allow); in setAllowFileAccess() argument
340 public abstract void setAllowContentAccess(boolean allow); in setAllowContentAccess() argument
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DADebug.h173 const char *name __unused /* nonnull */, bool allow __unused = true) {
176 return getExperimentFlag(allow, name, 2, 1); // every other day
178 return getExperimentFlag(allow, name, 3, 1); // every third day
189 bool allow, const char *name, uint64_t modulo, uint64_t limit,
/frameworks/av/media/libstagefright/foundation/
DADebug.cpp127 bool allow, const char *name, uint64_t modulo, in getExperimentFlag() argument
135 return allow && (level != 0); in getExperimentFlag()
183 bool enable = allow && (counter % modulo < limit); in getExperimentFlag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbDebuggingActivity.java153 boolean allow = (which == AlertDialog.BUTTON_POSITIVE); in onClick()
154 boolean alwaysAllow = allow && mAlwaysAllow.isChecked(); in onClick()
158 if (allow) { in onClick()
/frameworks/native/services/surfaceflinger/
DMonitoredProducer.cpp123 status_t MonitoredProducer::allowAllocation(bool allow) { in allowAllocation() argument
124 return mProducer->allowAllocation(allow); in allowAllocation()
DMonitoredProducer.h60 virtual status_t allowAllocation(bool allow);
/frameworks/multidex/library/
DREADME6 Note that multidexing will allow to go over the dex index limit.
/frameworks/base/core/proto/android/service/
Dpower.proto255 // Put the screen in a low power state and allow the CPU to suspend
258 // Keep the device awake enough to allow drawing to occur.
327 // Minimum battery level to allow dreaming when powered.
330 // Minimum battery level to allow dreaming when not powered.
377 // to allow the current foreground activity to override the brightness.
381 // to allow the current foreground activity to override the user activity
/frameworks/rs/driver/
DREADME.txt11 provided at a particular SlangVersion that allow the aforementioned
/frameworks/rs/script_api/
Drs_core.spec21 RenderScript code is compiled on devices at runtime to allow platform-independence as well.
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-int-param/
DDriverRS.java.template33 // allow us to create the script that does rendering
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-common/SRC/
DDriverRS.java.template33 // allow us to create the script that does rendering
/frameworks/native/libs/gui/tests/
DMalicious.cpp75 status_t allowAllocation(bool allow) override { return mProducer->allowAllocation(allow); } in allowAllocation() argument
/frameworks/base/core/java/android/app/backup/
DIBackupManager.aidl220 void acknowledgeFullBackupOrRestore(int token, boolean allow, in acknowledgeFullBackupOrRestore() argument
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
DBackupRestoreConfirmation.java255 void sendAcknowledgement(int token, boolean allow, IFullBackupRestoreObserver observer) { in sendAcknowledgement() argument
262 allow, in sendAcknowledgement()
/frameworks/native/libs/gui/
DIGraphicBufferProducer.cpp361 virtual status_t allowAllocation(bool allow) { in allowAllocation() argument
364 data.writeInt32(static_cast<int32_t>(allow)); in allowAllocation()
606 status_t allowAllocation(bool allow) override { in allowAllocation() argument
607 return mBase->allowAllocation(allow); in allowAllocation()
822 bool allow = static_cast<bool>(data.readInt32()); in onTransact() local
823 status_t result = allowAllocation(allow); in onTransact()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerServiceInterface.java106 void acknowledgeAdbBackupOrRestore(int token, boolean allow, in acknowledgeAdbBackupOrRestore() argument
/frameworks/av/media/libstagefright/omx/1.0/
DWGraphicBufferProducer.cpp265 Return<int32_t> TWGraphicBufferProducer::allowAllocation(bool allow) { in allowAllocation() argument
266 return static_cast<int32_t>(mBase->allowAllocation(allow)); in allowAllocation()
/frameworks/base/core/java/android/net/
DUri.java1839 public static String encode(String s, String allow) { in encode() argument
1859 && isAllowed(s.charAt(nextToEncode), allow)) { in encode()
1892 && !isAllowed(s.charAt(nextAllowed), allow)) { in encode()
1926 private static boolean isAllowed(char c, String allow) { in isAllowed() argument
1931 || (allow != null && allow.indexOf(c) != NOT_FOUND); in isAllowed()
/frameworks/native/libs/gui/include/gui/
DBufferQueueProducer.h159 virtual status_t allowAllocation(bool allow);
/frameworks/support/v7/appcompat/
DTHEMES18 These are the base themes and allow us to switch out the framework base
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
Dbuffer_hub_queue_producer.h87 status_t allowAllocation(bool allow) override;

123