/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
H A D | cow_format.cpp | 27 os << "CowOperation(type:"; in operator <<() 29 os << "kCowCopyOp, "; in operator <<() 31 os << "kCowReplaceOp, "; in operator <<() 33 os << "kZeroOp, "; in operator <<() 35 os << "kCowFooterOp, "; in operator <<() 37 os << "kCowLabelOp, "; in operator <<() 39 os << "kCowClusterOp "; in operator <<() 45 os << "kCowFooterOp "; in operator <<() 48 os << "compression:"; in operator <<() 62 os << ")"; in operator <<() [all …]
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-unsupported.txt | 158 Landroid/os/IDeviceIdentifiersPolicyService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IDe… 159 Landroid/os/IDeviceIdleController$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IDeviceIdleCo… 161 Landroid/os/INetworkManagementService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/INetworkM… 163 Landroid/os/IPermissionController$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IPermissionCo… 164 Landroid/os/IPowerManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V 166 Landroid/os/IPowerManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IPowerManager; 167 Landroid/os/IRecoverySystem$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IRecoverySystem; 170 Landroid/os/IUserManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V 171 Landroid/os/IUserManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IUserManager; 173 Landroid/os/storage/IStorageManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V [all …]
|
H A D | hiddenapi-max-target-r-loprio.txt | 3 Landroid/app/IActivityManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IActivityManager; 7 Landroid/content/om/IOverlayManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/om/IOv… 9 Landroid/hardware/ICameraService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/hardware/ICameraS… 12 Landroid/hardware/usb/IUsbManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/hardware/usb/IUs… 13 Landroid/location/ICountryDetector$Stub;->asInterface(Landroid/os/IBinder;)Landroid/location/ICount… 19 Landroid/media/IVolumeController$Stub;->asInterface(Landroid/os/IBinder;)Landroid/media/IVolumeCont… 21 Landroid/net/sip/ISipSession$Stub;->asInterface(Landroid/os/IBinder;)Landroid/net/sip/ISipSession; 23 Landroid/os/IPowerManager$Stub;->TRANSACTION_acquireWakeLock:I 24 Landroid/os/IPowerManager$Stub;->TRANSACTION_goToSleep:I 35 Lcom/android/ims/internal/IImsService$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/ims/inte… [all …]
|
/aosp14/frameworks/base/config/ |
H A D | boot-profile.txt | 116 Landroid/os/Parcel;->access$000(Landroid/os/Parcel;)J 326 Landroid/os/Parcel;->obtain()Landroid/os/Parcel; 520 Landroid/os/BinderProxy;->transact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z 650 Landroid/os/Handler;->enqueueMessage(Landroid/os/MessageQueue;Landroid/os/Message;J)Z 684 Landroid/os/Bundle;->setDefusable(Landroid/os/Bundle;Z)Landroid/os/Bundle; 762 Landroid/os/Handler;-><init>(Landroid/os/Looper;Landroid/os/Handler$Callback;Z)V 870 Landroid/os/Parcel;->obtain(J)Landroid/os/Parcel; 1096 Landroid/os/Binder;->allowBlocking(Landroid/os/IBinder;)Landroid/os/IBinder; 1117 Landroid/os/Message;->obtain(Landroid/os/Handler;I)Landroid/os/Message; 1128 Landroid/os/Message;->obtain(Landroid/os/Handler;III)Landroid/os/Message; [all …]
|
/aosp14/frameworks/base/libs/hwui/tests/unit/ |
H A D | StringUtilsTests.cpp | 41 std::stringstream os; in TEST() local 42 os << SizePrinter{500}; in TEST() 43 EXPECT_EQ("500.00B", os.str()); in TEST() 44 os.str(""); in TEST() 45 os << SizePrinter{46080}; in TEST() 46 EXPECT_EQ("45.00KiB", os.str()); in TEST() 47 os.str(""); in TEST() 49 EXPECT_EQ("5.51MiB", os.str()); in TEST() 50 os.str(""); in TEST() 51 os << SizePrinter{2147483647}; in TEST() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/scripts/ |
H A D | new_merge.py | 3 import os 15 return os.path.isfile(path) and os.access(path, os.X_OK) 17 path, file = os.path.split(program) 21 for path in os.environ["PATH"].split(os.pathsep): 45 if ("DIFF_TOOL" in os.environ and len(os.environ["DIFF_TOOL"]) > 0): 113 if (os.path.exists(TEMP_FILE1)): 114 os.remove(TEMP_FILE1) 116 if (os.path.exists(TEMP_FILE2)): 117 os.remove(TEMP_FILE2) 132 if (os.path.exists(outFile)): [all …]
|
/aosp14/frameworks/base/core/java/ |
H A D | Android.bp | 94 "android/os/Binder.java", 95 "android/os/Bundle.java", 96 "android/os/IBinder.java", 97 "android/os/IInterface.java", 98 "android/os/Parcelable.java", 293 "android/os/HwBinder.java", 294 "android/os/HwBlob.java", 295 "android/os/HwParcel.java", 296 "android/os/IHwBinder.java", 466 "android/os/Binder.java", [all …]
|
/aosp14/frameworks/base/media/lib/tvremote/api/ |
H A D | current.txt | 6 …method public void clearInputBridge(@NonNull android.os.IBinder) throws java.lang.RuntimeException; 7 …method public void closeInputBridge(@NonNull android.os.IBinder) throws java.lang.RuntimeException; 8 method public android.os.IBinder getBinder(); 10 method public void onInputBridgeConnected(@NonNull android.os.IBinder); 14 …method public void sendGamepadKeyDown(@NonNull android.os.IBinder, int) throws java.lang.RuntimeEx… 15 …method public void sendGamepadKeyUp(@NonNull android.os.IBinder, int) throws java.lang.RuntimeExce… 16 …method public void sendKeyDown(@NonNull android.os.IBinder, int) throws java.lang.RuntimeException; 17 … method public void sendKeyUp(@NonNull android.os.IBinder, int) throws java.lang.RuntimeException; 19 … method public void sendPointerSync(@NonNull android.os.IBinder) throws java.lang.RuntimeException; 20 …method public void sendPointerUp(@NonNull android.os.IBinder, int) throws java.lang.RuntimeExcepti… [all …]
|
/aosp14/frameworks/base/libs/hwui/tests/scripts/ |
H A D | process_systrace.py | 3 import codecs, httplib, json, os, urllib, shutil, subprocess, sys, argparse 7 script_dir = os.path.dirname(os.path.abspath(sys.argv[0])) 8 catapult_src_dir = os.path.join(script_dir, 'catapult-upstream') 13 parser.add_argument('--output_file', dest='outfile', default=os.path.join(os.getcwd(), 'mapper_outp… 20 if not os.path.exists(catapult_src_dir): 29 mapper_func_file = os.path.join(script_dir, 'systrace_parser.html') 30 path_to_process_traces = os.path.join(catapult_src_dir, 'trace_processor/bin/process_traces') 33 sys.exit(os.system(run_command))
|
/aosp14/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | BinaryXmlTest.java | 29 import android.os.PersistableBundle; 61 out.setOutput(os, StandardCharsets.UTF_8.name()); in testLargeInterned_Binary() 101 secondOut.setOutput(os, StandardCharsets.UTF_8.name()); in doTranscode() 114 try (OutputStream os = new FileOutputStream(file)) { in testResolve_File() argument 116 xml.setOutput(os, StandardCharsets.UTF_8.name()); in testResolve_File() 125 try (OutputStream os = new FileOutputStream(file)) { in testResolve_File() argument 127 xml.setOutput(os, StandardCharsets.UTF_8.name()); in testResolve_File() 142 xml.setOutput(os, StandardCharsets.UTF_8.name()); in testResolve_Memory() 144 data = os.toByteArray(); in testResolve_Memory() 159 xml.setOutput(os, StandardCharsets.UTF_8.name()); in testResolve_Memory() [all …]
|
/aosp14/frameworks/base/core/java/android/os/vibrator/ |
H A D | VibrationConfig.java | 17 package android.os.vibrator; 19 import static android.os.VibrationAttributes.USAGE_ACCESSIBILITY; 20 import static android.os.VibrationAttributes.USAGE_ALARM; 23 import static android.os.VibrationAttributes.USAGE_MEDIA; 24 import static android.os.VibrationAttributes.USAGE_NOTIFICATION; 26 import static android.os.VibrationAttributes.USAGE_RINGTONE; 27 import static android.os.VibrationAttributes.USAGE_TOUCH; 28 import static android.os.VibrationAttributes.USAGE_UNKNOWN; 32 import android.os.VibrationAttributes; 33 import android.os.Vibrator; [all …]
|
/aosp14/frameworks/base/cmds/incidentd/src/ |
H A D | Privacy.cpp | 25 namespace os { namespace 28 using namespace android::os; 37 strstream os; in toString() local 38 os << "Privacy{field_id=" << field_id << " type=" << ((int)type) in toString() 40 return os.str(); in toString() 73 case android::os::PRIVACY_POLICY_AUTOMATIC: in PrivacySpec() 74 case android::os::PRIVACY_POLICY_EXPLICIT: in PrivacySpec() 75 case android::os::PRIVACY_POLICY_LOCAL: in PrivacySpec() 79 mPolicy = android::os::PRIVACY_POLICY_AUTOMATIC; in PrivacySpec() 94 return mPolicy == android::os::PRIVACY_POLICY_LOCAL; in RequireAll()
|
/aosp14/frameworks/base/location/lib/api/ |
H A D | current.txt | 6 method @Deprecated public android.os.IBinder getBinder(); 12 method @Deprecated public android.os.IBinder getBinder(); 13 method @Deprecated @RequiresApi(android.os.Build.VERSION_CODES.R) public boolean isAllowed(); 14 method @Deprecated @RequiresApi(android.os.Build.VERSION_CODES.Q) public boolean isEnabled(); 19 method @Deprecated protected int onGetStatus(android.os.Bundle); 27 … method @Deprecated @RequiresApi(android.os.Build.VERSION_CODES.R) public void setAllowed(boolean); 28 … method @Deprecated @RequiresApi(android.os.Build.VERSION_CODES.Q) public void setEnabled(boolean); 59 method @RequiresApi(android.os.Build.VERSION_CODES.S) public long getMaxUpdateDelayMillis(); 62 …method @NonNull @RequiresApi(android.os.Build.VERSION_CODES.S) public android.os.WorkSource getWor… 63 … method @RequiresApi(android.os.Build.VERSION_CODES.Q) public boolean isLocationSettingsIgnored(); [all …]
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | TEST_MAPPING | 11 { "include-filter": "com.android.internal.os.BatteryStatsTests" }, 12 { "exclude-annotation": "com.android.internal.os.SkipPresubmit" } 29 { "include-filter": "com.android.internal.os.BinderDeathDispatcherTest" }, 30 { "exclude-annotation": "com.android.internal.os.SkipPresubmit" } 49 "include-filter": "com.android.internal.os.KernelCpuUidFreqTimeReaderTest" 52 "include-filter": "com.android.internal.os.KernelCpuUidActiveTimeReaderTest" 55 "include-filter": "com.android.internal.os.KernelCpuUidClusterTimeReaderTest" 58 "include-filter": "com.android.internal.os.KernelSingleUidTimeReaderTest" 61 "include-filter": "com.android.internal.os.KernelCpuUidBpfMapReaderTest"
|
H A D | BackgroundThread.java | 17 package com.android.internal.os; 19 import android.os.Handler; 20 import android.os.HandlerExecutor; 21 import android.os.HandlerThread; 22 import android.os.Looper; 23 import android.os.Trace; 38 super("android.bg", android.os.Process.THREAD_PRIORITY_BACKGROUND); in BackgroundThread()
|
/aosp14/frameworks/base/tools/aapt2/tools/ |
H A D | fix_resources.py | 8 import os 9 import os.path 31 values_directories = os.listdir(res_path) 32 values_directories = map(lambda f: os.path.join(res_path, f), values_directories) 35 files = os.listdir(dir) 36 files = map(lambda f: os.path.join(dir, f), files) 49 dirname, basename = os.path.split(file_path) 54 os.rename(temp.name, file_path) 61 res_path = os.path.abspath(sys.argv[1])
|
/aosp14/frameworks/base/identity/java/android/security/identity/ |
H A D | CredstoreIdentityCredentialStore.java | 24 import android.os.ServiceManager; 69 } catch (android.os.RemoteException e) { in getInstanceForType() 71 } catch (android.os.ServiceSpecificException e) { in getInstanceForType() 112 } catch (android.os.RemoteException e) { in getSupportedDocTypes() 114 } catch (android.os.ServiceSpecificException e) { in getSupportedDocTypes() 127 } catch (android.os.RemoteException e) { in createCredential() 129 } catch (android.os.ServiceSpecificException e) { in createCredential() 149 } catch (android.os.RemoteException e) { in getCredentialByName() 151 } catch (android.os.ServiceSpecificException e) { in getCredentialByName() 177 } catch (android.os.RemoteException e) { in deleteCredentialByName() [all …]
|
H A D | CredstoreIdentityCredential.java | 110 } catch (android.os.RemoteException e) { in ensureEphemeralKeyPair() 137 } catch (android.os.RemoteException e) { in setReaderEphemeralPublicKey() 239 } catch (android.os.RemoteException e) { in getCredentialKeyCertificateChain() 334 } catch (android.os.RemoteException e) { in getEntries() 391 } catch (android.os.RemoteException e) { in setAvailableAuthenticationKeys() 418 } catch (android.os.RemoteException e) { in getAuthKeysNeedingCertification() 436 } catch (android.os.RemoteException e) { in storeStaticAuthenticationData() 462 } catch (android.os.RemoteException e) { in storeStaticAuthenticationData() 481 } catch (android.os.RemoteException e) { in getAuthenticationDataUsageCount() 509 } catch (android.os.RemoteException e) { in getAuthenticationKeyMetadata() [all …]
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/com/android/internal/util/ |
H A D | FastDataPerfTest.java | 53 final ByteArrayOutputStream os = new ByteArrayOutputStream(OUTPUT_SIZE); in timeWrite_Upstream() local 56 os.reset(); in timeWrite_Upstream() 70 final ByteArrayOutputStream os = new ByteArrayOutputStream(OUTPUT_SIZE); in timeWrite_LocalUsing4ByteSequences() local 73 os.reset(); in timeWrite_LocalUsing4ByteSequences() 74 final FastDataOutput out = ArtFastDataOutput.obtain(os); in timeWrite_LocalUsing4ByteSequences() 86 final ByteArrayOutputStream os = new ByteArrayOutputStream(OUTPUT_SIZE); in timeWrite_LocalUsing3ByteSequences() local 89 os.reset(); in timeWrite_LocalUsing3ByteSequences() 90 final FastDataOutput out = FastDataOutput.obtain(os); in timeWrite_LocalUsing3ByteSequences() 153 final ByteArrayOutputStream os = new ByteArrayOutputStream(OUTPUT_SIZE); in doWrite() local 154 final DataOutput out = new DataOutputStream(os); in doWrite() [all …]
|
/aosp14/frameworks/base/core/api/ |
H A D | system-lint-baseline.txt | 72 …tring, String[], android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback<… 78 …ccounts.Account, android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback<… 82 …er#finishSession(android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback<… 88 …ounts.Account, String, android.os.Bundle, boolean, android.accounts.AccountManagerCallback<android… 92 …oid.app.Activity, android.os.Bundle, android.os.Bundle, android.accounts.AccountManagerCallback<an… 182 SamShouldBeLast: android.os.Binder#attachInterface(android.os.IInterface, String): 184 SamShouldBeLast: android.os.Binder#linkToDeath(android.os.IBinder.DeathRecipient, int): 186 SamShouldBeLast: android.os.Binder#unlinkToDeath(android.os.IBinder.DeathRecipient, int): 200 SamShouldBeLast: android.os.IBinder#linkToDeath(android.os.IBinder.DeathRecipient, int): 202 SamShouldBeLast: android.os.IBinder#unlinkToDeath(android.os.IBinder.DeathRecipient, int): [all …]
|
/aosp14/frameworks/base/services/tests/servicestests/test-apps/SimpleServiceTestApp/src/com/android/servicestests/apps/simpleservicetestapp/ |
H A D | SimpleIsolatedService.java | 20 import android.os.Binder; 21 import android.os.Bundle; 22 import android.os.IBinder; 23 import android.os.IRemoteCallback; 24 import android.os.Parcel; 25 import android.os.Process; 26 import android.os.RemoteException;
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | UserPowerCalculator.java | 19 import android.os.BatteryConsumer; 20 import android.os.BatteryStats; 21 import android.os.BatteryUsageStats; 22 import android.os.BatteryUsageStatsQuery; 23 import android.os.Process; 24 import android.os.UidBatteryConsumer; 25 import android.os.UserHandle;
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | HardwarePropertiesManagerService.java | 19 import static android.os.HardwarePropertiesManager.DEVICE_TEMPERATURE_BATTERY; 20 import static android.os.HardwarePropertiesManager.DEVICE_TEMPERATURE_CPU; 21 import static android.os.HardwarePropertiesManager.DEVICE_TEMPERATURE_GPU; 22 import static android.os.HardwarePropertiesManager.DEVICE_TEMPERATURE_SKIN; 23 import static android.os.HardwarePropertiesManager.TEMPERATURE_CURRENT; 24 import static android.os.HardwarePropertiesManager.TEMPERATURE_SHUTDOWN; 25 import static android.os.HardwarePropertiesManager.TEMPERATURE_THROTTLING; 33 import android.os.Binder; 34 import android.os.CpuUsageInfo; 35 import android.os.IHardwarePropertiesManager; [all …]
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/ |
H A D | VibrationScalerTest.java | 38 import android.os.Handler; 39 import android.os.IExternalVibratorService; 40 import android.os.PowerManagerInternal; 41 import android.os.UserHandle; 42 import android.os.VibrationAttributes; 43 import android.os.VibrationEffect; 44 import android.os.Vibrator; 45 import android.os.test.TestLooper; 46 import android.os.vibrator.PrebakedSegment; 48 import android.os.vibrator.StepSegment; [all …]
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 11840 HSPLandroid/os/BaseBundle;->readFromParcelInner(Landroid/os/Parcel;I)V+]Landroid/os/Parcel;Landroid… 11911 HSPLandroid/os/Binder;->transact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z 12177 …os/Handler;->enqueueMessage(Landroid/os/MessageQueue;Landroid/os/Message;J)Z+]Landroid/os/Message;… 12381 …os/Looper;->loopOnce(Landroid/os/Looper;JI)Z+]Landroid/os/Handler;missing_types]Landroid/os/Messag… 12404 HSPLandroid/os/Message;->obtain(Landroid/os/Handler;)Landroid/os/Message; 12405 HSPLandroid/os/Message;->obtain(Landroid/os/Handler;I)Landroid/os/Message; 12410 HSPLandroid/os/Message;->obtain(Landroid/os/Message;)Landroid/os/Message; 12430 HSPLandroid/os/MessageQueue;->enqueueMessage(Landroid/os/Message;J)Z+]Landroid/os/Message;Landroid/… 12510 HSPLandroid/os/Parcel;->obtain(Landroid/os/IBinder;)Landroid/os/Parcel; 13088 HSPLandroid/os/UserHandle$1;->createFromParcel(Landroid/os/Parcel;)Landroid/os/UserHandle;+]Landroi… [all …]
|