/aosp12/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | InputMethodPrivilegedOperations.java | 114 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setImeWindowStatusAsync() local 132 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in reportStartInputAsync() local 154 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in createInputContentUriToken() local 178 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in reportFullscreenModeAsync() local 197 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in updateStatusIconAsync() local 216 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setInputMethod() local 239 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setInputMethodAndSubtype() local 261 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in hideMySoftInput() local 283 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in showMySoftInput() local 304 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in switchToPreviousInputMethod() local [all …]
|
H A D | MultiClientInputMethodPrivilegedOperations.java | 119 IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in createInputMethodWindowToken() local 138 IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in deleteInputMethodWindowToken() local 162 final IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in acceptClient() local 184 final IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in reportImeWindowTarget() local 204 final IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in isUidAllowedOnDisplay() local 222 final IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setActive() local
|
H A D | InputMethodPrivilegedOperationsRegistry.java | 72 public static void put(IBinder token, InputMethodPrivilegedOperations ops) { in put()
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | ContactsProvider2TransactionTest.java | 178 private static void addInsertContactOperations(ArrayList<ContentProviderOperation> ops) { in addInsertContactOperations() 207 private static void addInsertProfileOperations(ArrayList<ContentProviderOperation> ops) { in addInsertProfileOperations() 235 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in testTransactionCallback_contactBatch() local 252 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in testTransactionCallback_profileBatch() local 269 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in testTransactionCallback_mixedBatch() local 290 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in testTransactionCallback_mixedBatchReversed() local
|
/aosp12/hardware/libhardware/modules/camera/3_0/ |
H A D | CameraHAL.cpp | 127 static int get_tag_count(const vendor_tag_ops_t* ops) in get_tag_count() 132 static void get_all_tags(const vendor_tag_ops_t* ops, uint32_t* tag_array) in get_all_tags() 137 static const char* get_section_name(const vendor_tag_ops_t* ops, uint32_t tag) in get_section_name() 142 static const char* get_tag_name(const vendor_tag_ops_t* ops, uint32_t tag) in get_tag_name() 147 static int get_tag_type(const vendor_tag_ops_t* ops, uint32_t tag) in get_tag_type() 152 static void get_vendor_tag_ops(vendor_tag_ops_t* ops) in get_vendor_tag_ops()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationGutsManagerTest.java | 270 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_camera() local 281 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_mic() local 292 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_camera_mic() local 304 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_overlay() local 315 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_camera_mic_overlay() local 328 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_camera_overlay() local 340 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_mic_overlay() local
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
H A D | QCamera3VendorTags.cpp | 659 vendor_tag_ops_t* ops) in get_vendor_tag_ops() 689 const vendor_tag_ops_t * ops) in get_tag_count() 712 const vendor_tag_ops_t * ops, in get_all_tags() 741 const vendor_tag_ops_t * ops, in get_section_name() 777 const vendor_tag_ops_t * ops, in get_tag_name() 821 const vendor_tag_ops_t *ops, in get_tag_type()
|
/aosp12/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | HistoricalRegistry.java | 594 final HistoricalOps ops = history.get(i); in offsetHistory() local 609 void addHistoricalOps(HistoricalOps ops) { in addHistoricalOps() 796 private void pruneFutureOps(@NonNull List<HistoricalOps> ops) { in pruneFutureOps() 1332 HistoricalOps ops = null; in readeHistoricalOpsDLocked() local 1350 private @Nullable HistoricalOps readHistoricalUidOpsDLocked( in readHistoricalUidOpsDLocked() 1375 private @Nullable HistoricalOps readHistoricalPackageOpsDLocked( in readHistoricalPackageOpsDLocked() 1516 final HistoricalOps ops = allOps.get(i); in writeHistoricalOpsDLocked() local 1529 private void writeHistoricalOpDLocked(@NonNull HistoricalOps ops, in writeHistoricalOpDLocked() 1838 public void visitHistoricalOps(HistoricalOps ops) { in visitHistoricalOps() 1859 public void visitHistoricalUidOps(HistoricalUidOps ops) { in visitHistoricalUidOps() [all …]
|
/aosp12/bionic/libc/bionic/ |
H A D | sys_sem.cpp | 59 int semop(int id, sembuf* ops, size_t op_count) { in semop() 63 int semtimedop(int id, sembuf* ops, size_t op_count, const timespec* ts) { in semtimedop()
|
/aosp12/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/ |
H A D | PerformanceTest.java | 171 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in doBulk() local 192 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in doBulk() local 203 resolver.applyBatch(collection.getAuthority(), ops); in doBulk() local 212 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in doBulk() local 222 resolver.applyBatch(collection.getAuthority(), ops); in doBulk() local
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
H A D | RecentAppOpsAccess.java | 74 public RecentAppOpsAccess(Context context, int[] ops) { in RecentAppOpsAccess() 79 RecentAppOpsAccess(Context context, Clock clock, int[] ops) { in RecentAppOpsAccess() 120 AppOpsManager.PackageOps ops = appOps.get(i); in getAppList() local 193 AppOpsManager.PackageOps ops) { in getAccessFromOps()
|
/aosp12/art/tools/jvmti-agents/jit-load/ |
H A D | jitload.cc | 69 AgentOptions* ops; in DataDumpRequestCb() local 78 AgentOptions* ops; in ClassPrepareJit() local 106 AgentOptions* ops; in SetupJvmti() local
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | IAppOpsService.aidl | 74 List<AppOpsManager.PackageOps> getPackagesForOps(in int[] ops); in getPackagesForOps() 76 List<AppOpsManager.PackageOps> getOpsForPackage(int uid, String packageName, in int[] ops); in getOpsForPackage() 77 void getHistoricalOps(int uid, String packageName, String attributionTag, in List<String> ops, in getHistoricalOps() 81 in List<String> ops, int historyFlags, int filter, long beginTimeMillis, in getHistoricalOpsFromDiskRaw() 85 void addHistoricalOps(in AppOpsManager.HistoricalOps ops); in addHistoricalOps() 90 List<AppOpsManager.PackageOps> getUidOps(int uid, in int[] ops); in getUidOps() 103 void startWatchingActive(in int[] ops, IAppOpsActiveCallback callback); in startWatchingActive() 109 void startWatchingStarted(in int[] ops, IAppOpsStartedCallback callback); in startWatchingStarted() 114 void startWatchingNoted(in int[] ops, IAppOpsNotedCallback callback); in startWatchingNoted()
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/ |
H A D | ChannelDataManager.java | 295 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in scannedChannelHandlingCompleted() local 408 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in handleEvents() local 465 applyBatch(channel.getName(), ops); in handleEvents() local 469 applyBatch(channel.getName(), ops); in handleEvents() local 505 applyBatch(channel.getName(), ops); in handleEvents() local 528 applyBatch(channel.getName(), ops); in handleEvents() local 546 applyBatch(channel.getName(), ops); in handleEvents() local 551 applyBatch(channel.getName(), ops); in handleEvents() local
|
/aosp12/system/core/fs_mgr/libfs_avb/ |
H A D | avb_ops.h | 53 static FsManagerAvbOps* GetInstanceFromAvbOps(AvbOps* ops) { in GetInstanceFromAvbOps()
|
/aosp12/system/core/set-verity-state/ |
H A D | set-verity-state.cpp | 147 static bool set_avb_verity_enabled_state(AvbOps* ops, bool enable_verity) { in set_avb_verity_enabled_state() 238 AvbOps* ops = avb_ops_user_new(); in main() local
|
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ |
H A D | DvrStorageStatusManager.java | 82 List<ContentProviderOperation> ops = getDeleteOps(); in doInBackground() local 130 List<ContentProviderOperation> ops = new ArrayList<>(); in getDeleteOps() local
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
H A D | SimContactsTestHelper.java | 97 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in deleteAllSimContacts() local 124 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in captureRestoreSnapshot() local
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/privacy/ |
H A D | RecentlyAccessedByUtils.java | 64 AppOpsManager.PackageOps ops = packageOps.get(i); in getAppList() local 89 AppOpsManager.PackageOps ops, IconDrawableFactory iconDrawableFactory) { in getRecentRequestFromOps()
|
/aosp12/packages/apps/TV/src/com/android/tv/data/epg/ |
H A D | EpgFetchHelper.java | 92 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in updateEpgData() local 171 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in updateNetworkAffiliation() local
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/ |
H A D | RecentLocationApps.java | 92 AppOpsManager.PackageOps ops = appOps.get(i); in getAppList() local 167 AppOpsManager.PackageOps ops) { in getRequestFromOps()
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/ |
H A D | TestSyncAdapter.java | 61 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in onPerformSync() local
|
/aosp12/frameworks/av/media/libstagefright/tests/ |
H A D | BatteryChecker_test.cpp | 66 void runTest(const std::vector<Operation> &ops, int64_t timeoutUs) { in runTest() 103 void runTest(const std::vector<Operation> &ops, int64_t timeoutUs) { in runTest()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | EnvironmentTest.java | 55 private static void setAppOpsModeForUid(int uid, int mode, String... ops) { in setAppOpsModeForUid()
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | PathOpsActivity.java | 57 Path.Op[] ops = Path.Op.values(); in onSizeChanged() local
|