/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | IntentFilterVerificationInfo.java | 82 public IntentFilterVerificationInfo(Parcel source) { in IntentFilterVerificationInfo() 194 public static String getStatusStringFromValue(long val) { in getStatusStringFromValue() 227 private void readFromParcel(Parcel source) { in readFromParcel()
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | CollectionUtils.java | 101 public static <T> void addIf(@Nullable List<T> source, @NonNull Collection<? super T> dest, in addIf() 311 public static @NonNull <T> List<T> add(@Nullable List<T> cur, T val) { in add() 323 public static @NonNull <T> List<T> add(@Nullable List<T> cur, int index, T val) { in add() 335 public static @NonNull <T> Set<T> addAll(@Nullable Set<T> cur, @Nullable Collection<T> val) { in addAll() 349 public static @NonNull <T> Set<T> add(@Nullable Set<T> cur, T val) { in add() 372 public static @NonNull <T> List<T> remove(@Nullable List<T> cur, T val) { in remove() 383 public static @NonNull <T> Set<T> remove(@Nullable Set<T> cur, T val) { in remove()
|
/aosp12/frameworks/layoutlib/bridge/src/android/util/ |
H A D | PathParser_Delegate.java | 80 PathParser_Delegate source = sManager.getDelegate(outPathPtr); in nCreatePathFromPathData() local 95 PathParser_Delegate source = sManager.getDelegate(nativePtr); in nCreatePathData() local 183 float[] val = getFloats(s); in createNodesFromPathData() local 202 public static PathDataNode[] deepCopyNodes(@NonNull PathDataNode[] source) { in deepCopyNodes() 240 public static void updateNodes(PathDataNode[] target, PathDataNode[] source) { in updateNodes() 373 @NonNull float[] val) { in addNode() 447 char previousCmd, char cmd, @NonNull float[] val) { in addCommand()
|
/aosp12/frameworks/av/media/libstagefright/rtsp/ |
H A D | AMPEG4ElementaryAssembler.cpp | 71 AString val; in GetIntegerAttribute() local 215 const sp<ARTPSource> &source) { in addPacket() 435 const sp<ARTPSource> &source) { in assembleMore()
|
H A D | AMPEG4AudioAssembler.cpp | 449 AString val; in AMPEG4AudioAssembler() local 486 const sp<ARTPSource> &source) { in assembleMore() 495 const sp<ARTPSource> &source) { in addPacket()
|
/aosp12/art/tools/veridex/ |
H A D | hidden_api.h | 55 void AddSignatureSource(const std::string &signature, SignatureSource source) { in AddSignatureSource() 89 std::string val = str; in ToInternalName() local
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_class_definition.cc | 68 art::MemMap source; in InitializeMemory() local 169 art::JValue val; in GetDexDataForRetransformation() local 232 art::JValue val; in GetQuickenedDexFile() local
|
/aosp12/frameworks/base/core/java/android/hardware/ |
H A D | SensorPrivacyManager.java | 229 Boolean val = mToggleSupportCache.get(sensor); in supportsSensorToggle() local 414 public void setSensorPrivacy(@Sources.Source int source, @Sensors.Sensor int sensor, in setSensorPrivacy() 429 public void setSensorPrivacy(@Sources.Source int source, @Sensors.Sensor int sensor, in setSensorPrivacy() 450 public void setSensorPrivacyForProfileGroup(@Sources.Source int source, in setSensorPrivacyForProfileGroup() 467 public void setSensorPrivacyForProfileGroup(@Sources.Source int source, in setSensorPrivacyForProfileGroup()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
H A D | AdapterService.java | 1686 AttributionSource source) { in generateLocalOobData() 1740 AttributionSource source) { in removeActiveDevice() 1752 AttributionSource source) { in setActiveDevice() 1765 AttributionSource source) { in connectAllEnabledProfiles() 1787 AttributionSource source) { in disconnectAllEnabledProfiles() 1997 AttributionSource source) { in setPairingConfirmation() 2299 int val = service.mAdapterProperties.getNumOfAdvertisementInstancesSupported(); in isMultiAdvertisementSupported() local 2314 int val = service.getNumOfOffloadedScanFilterSupported(); in isOffloadedFilteringSupported() local 2325 int val = service.getOffloadedScanResultStorage(); in isOffloadedScanBatchingSupported() local 3894 native boolean setAdapterPropertyNative(int type, byte[] val); in setAdapterPropertyNative() [all …]
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/ |
H A D | Voicemail.java | 33 private final String source; field in Voicemail 46 String source, in Voicemail() 338 public static void writeCharSequence(Parcel dest, CharSequence val) { in writeCharSequence()
|
/aosp12/frameworks/base/tools/aapt2/ |
H A D | ResourceValues.h | 55 void SetWeak(bool val) { in SetWeak() 61 void SetTranslatable(bool val) { in SetTranslatable() 75 void SetSource(const Source& source) { in SetSource() 79 void SetSource(Source&& source) { in SetSource()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | OggWriter.cpp | 40 static inline void writeint(char *buf, int base, int32_t val) { in writeint() 77 status_t OggWriter::addSource(const sp<MediaSource>& source) { in addSource()
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | ZenModeConfig.java | 200 public ZenModeConfig(Parcel source) { in ZenModeConfig() 424 public static String sourceToString(int source) { in sourceToString() 890 public static boolean isValidHour(int val) { in isValidHour() 894 public static boolean isValidMinute(int val) { in isValidMinute() 898 private static boolean isValidSource(int source) { in isValidSource() 914 private static boolean safeBoolean(String val, boolean defValue) { in safeBoolean() 924 final String val = parser.getAttributeValue(null, att); in safeComponentName() local 930 final String val = parser.getAttributeValue(null, att); in safeUri() local 936 final String val = parser.getAttributeValue(null, att); in safeLong() local 1230 private static int sourceToPrioritySenders(int source, int def) { in sourceToPrioritySenders() [all …]
|
/aosp12/frameworks/base/tools/aapt2/format/binary/ |
H A D | TableFlattener.cpp | 93 BinaryPrimitive val(Res_value::TYPE_INT_DEC, attr->type_mask); in Visit() local 99 BinaryPrimitive val(Res_value::TYPE_INT_DEC, static_cast<uint32_t>(attr->min_int)); in Visit() local 105 BinaryPrimitive val(Res_value::TYPE_INT_DEC, static_cast<uint32_t>(attr->max_int)); in Visit() local 110 BinaryPrimitive val(s.type, s.value); in Visit() local 137 BinaryPrimitive val(Res_value{}); in Visit() local 228 Source source; member
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | LongSparseArray.java | 192 Object val = values[i]; in gc() local 487 public LongSparseArray<String> unparcel(Parcel source) { in unparcel()
|
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
H A D | AndroidCamera2Settings.java | 152 T val = mTemplateSettings.get(key); in queryTemplateDefaultOrMakeOneUp() local 298 android.hardware.Camera.Area source = reference.get(index); in legacyAreasToMeteringRectangles() local
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | okio-1.15.0.jar | ... throws java.io.IOException
long readCount
okio.Source source
long totalBytesRead
public okio.BufferedSink write (okio ... |
H A D | okhttp-3.12.1.jar | ... 1 extends java.lang.Object implements okio.Source {
boolean cacheRequestClosed
final synthetic okio.BufferedSource val$ ... |
/aosp12/frameworks/native/libs/input/ |
H A D | Input.cpp | 103 bool shouldDisregardWindowTranslation(uint32_t source) { in shouldDisregardWindowTranslation() 124 IdGenerator::IdGenerator(Source source) : mSource(source) {} in IdGenerator() 196 void InputEvent::initialize(int32_t id, int32_t deviceId, uint32_t source, int32_t displayId, in initialize() 228 void KeyEvent::initialize(int32_t id, int32_t deviceId, uint32_t source, int32_t displayId, in initialize() 404 const float val = getAxisValue(AMOTION_EVENT_AXIS_ORIENTATION); in transform() local 424 void MotionEvent::initialize(int32_t id, int32_t deviceId, uint32_t source, int32_t displayId, in initialize() 794 bool MotionEvent::isTouchEvent(uint32_t source, int32_t action) { in isTouchEvent()
|
/aosp12/frameworks/base/tools/aapt2/cmd/ |
H A D | Dump.cpp | 60 static void DumpCompiledFile(const ResourceFile& file, const Source& source, off64_t offset, in DumpCompiledFile() 113 void SetVerbose(bool val) { in SetVerbose()
|
/aosp12/frameworks/wilhelm/src/android/ |
H A D | android_AudioSfDecoder.cpp | 272 sp<MediaSource> source = CreateMediaSourceFromIMediaSource( in onPrepare() local 633 int32_t val; in onNotify() local
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libmaindisplay/ |
H A D | ExynosPrimaryDisplay.cpp | 128 char val[MAX_BRIGHTNESS_LEN] = {0}; in ExynosPrimaryDisplay() local 398 const PanelGammaSource &source) { in SetCurrentPanelGammaSource()
|
/aosp12/packages/modules/Connectivity/core/java/android/net/ |
H A D | NetworkInfo.java | 157 public NetworkInfo(NetworkInfo source) { in NetworkInfo() method in NetworkInfo 353 public void setIsConnectedToProvisioningNetwork(boolean val) { in setIsConnectedToProvisioningNetwork()
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwcService/ |
H A D | ExynosHWCService.cpp | 304 int ExynosHWCService::setHWCCtl(uint32_t display, uint32_t ctrl, int32_t val) in setHWCCtl() 418 int32_t source) { in setPanelGammaTableSource()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/ |
H A D | ValuesDelta.java | 468 public void readFromParcel(Parcel source) { in readFromParcel() 503 public void setSuperPrimary(boolean val) { in setSuperPrimary()
|