Home
last modified time | relevance | path

Searched defs:source (Results 126 – 150 of 2096) sorted by relevance

12345678910>>...84

/aosp14/frameworks/base/core/java/com/android/ims/internal/uce/presence/
H A DPresCmdId.java103 private PresCmdId(Parcel source) { in PresCmdId()
108 public void readFromParcel(Parcel source) { in readFromParcel()
H A DPresResInfo.java117 private PresResInfo(Parcel source) { in PresResInfo()
122 public void readFromParcel(Parcel source) { in readFromParcel()
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DActiveSourceHandler.java42 static ActiveSourceHandler create(HdmiCecLocalDeviceTv source, IHdmiControlCallback callback) { in create()
50 private ActiveSourceHandler(HdmiCecLocalDeviceTv source, IHdmiControlCallback callback) { in ActiveSourceHandler()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java1209 private BluetoothMapService getService(AttributionSource source) { in getService()
1231 public int getState(AttributionSource source) { in getState()
1243 public BluetoothDevice getClient(AttributionSource source) { in getClient()
1259 public boolean isConnected(BluetoothDevice device, AttributionSource source) { in isConnected()
1270 public boolean disconnect(BluetoothDevice device, AttributionSource source) { in disconnect()
1284 public List<BluetoothDevice> getConnectedDevices(AttributionSource source) { in getConnectedDevices()
1298 AttributionSource source) { in getDevicesMatchingConnectionStates()
1310 public int getConnectionState(BluetoothDevice device, AttributionSource source) { in getConnectionState()
1324 AttributionSource source) { in setConnectionPolicy()
1334 public int getConnectionPolicy(BluetoothDevice device, AttributionSource source) { in getConnectionPolicy()
/aosp12/art/compiler/optimizing/
H A Dparallel_move_resolver.cc108 Location source = move->GetSource(); in UpdateSourceOf() local
220 Location source = move->GetSource(); in PerformMove() local
330 Location source = move->GetSource(); in EmitNativeCode() local
448 Location source = move->GetSource(); in PerformMove() local
523 void ParallelMoveResolverNoSwap::AddPendingMove(Location source, in AddPendingMove()
/aosp12/frameworks/base/tools/aapt/
H A Dpseudolocalize.cpp238 String16 PseudoMethodAccent::text(const String16& source) in text()
353 String16 PseudoMethodAccent::placeholder(const String16& source) { in placeholder()
358 String16 PseudoMethodBidi::text(const String16& source) in text()
394 String16 PseudoMethodBidi::placeholder(const String16& source) { in placeholder()
/aosp12/system/update_engine/update_manager/
H A Dgeneric_variables_unittest.cc39 int source = 5; in TEST_F() local
60 int source = 5; in TEST_F() local
87 const CopyConstructorTestClass source; in TEST_F() local
100 int source = 5; in TEST_F() local
/aosp14/frameworks/base/tools/aapt/
H A Dpseudolocalize.cpp238 String16 PseudoMethodAccent::text(const String16& source) in text()
353 String16 PseudoMethodAccent::placeholder(const String16& source) { in placeholder()
358 String16 PseudoMethodBidi::text(const String16& source) in text()
394 String16 PseudoMethodBidi::placeholder(const String16& source) { in placeholder()
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/
H A DParsedIntentInfo.java42 public ParsedIntentInfo unparcel(Parcel source) { in unparcel()
79 public List<ParsedIntentInfo> unparcel(Parcel source) { in unparcel()
119 public List<Pair<String, ParsedIntentInfo>> unparcel(Parcel source) { in unparcel()
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DInputSurface.cpp71 const sp<GraphicBufferSource> &source) in ConfigurableIntf()
94 sp<GraphicBufferSource> source = mSource.promote(); in config() local
159 const sp<GraphicBufferSource>& source) in InputSurface()
/aosp12/frameworks/av/media/libstagefright/
H A DRemoteMediaExtractor.cpp55 const sp<DataSource> &source, in RemoteMediaExtractor()
117 MediaTrack *source = mExtractor->getTrack(index); in getTrack() local
191 const sp<DataSource> &source, in wrap()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskLaunchParamsModifierTests.java152 ActivityRecord source = createSourceActivity(fullscreenDisplay); in testUsesSourcesDisplayAreaIfSet() local
168 ActivityRecord source = createSourceActivity(freeformDisplay); in testUsesOptionsDisplayIdIfSet() local
188 ActivityRecord source = createSourceActivity(freeformDisplay); in testUsesOptionsDisplayAreaTokenIfSet() local
209 ActivityRecord source = createSourceActivity(freeformDisplay); in testUsesOptionsDisplayAreaFeatureIdIfSet() local
232 ActivityRecord source = createSourceActivity(freeformDisplay); in testUsesSourcesDisplayAreaIdPriorToTaskIfSet() local
248 ActivityRecord source = createSourceActivity(freeformDisplay); in testUsesTaskDisplayAreaIdIfSet() local
268 ActivityRecord source = createSourceActivity(freeformDisplay); in testUsesNoDisplaySourceHandoverDisplayIdIfSet() local
291 ActivityRecord source = createSourceActivity(freeformDisplay); in testUsesNoDisplaySourceHandoverDisplayAreaIdIfSet() local
535 ActivityRecord source = createSourceActivity(tdaOnSecondaryDisplay, in testUsesOptionsDisplayAreaFeatureIdDisplayIdNotSet() local
1518 final ActivityRecord source = createSourceActivity(freeformDisplay); in testCascadesToSourceSizeForFreeform() local
[all …]
/aosp12/frameworks/base/core/java/android/view/textclassifier/
H A DEntityConfidence.java43 EntityConfidence(@NonNull EntityConfidence source) { in EntityConfidence()
57 EntityConfidence(@NonNull Map<String, Float> source) { in EntityConfidence()
/aosp12/frameworks/base/core/java/com/android/ims/internal/uce/presence/
H A DPresResInfo.java117 private PresResInfo(Parcel source) { in PresResInfo()
122 public void readFromParcel(Parcel source) { in readFromParcel()
/aosp12/frameworks/base/core/java/android/os/
H A DParcelable.java220 public T createFromParcel(Parcel source); in createFromParcel()
247 public T createFromParcel(Parcel source, ClassLoader loader); in createFromParcel()
/aosp12/frameworks/base/tools/aapt2/java/
H A DManifestClassGenerator.cpp33 static Maybe<std::string> ExtractJavaIdentifier(IDiagnostics* diag, const Source& source, in ExtractJavaIdentifier()
58 static bool WriteSymbol(const Source& source, IDiagnostics* diag, xml::Element* el, in WriteSymbol()
/aosp14/frameworks/base/core/java/android/os/
H A DParcelable.java219 public T createFromParcel(Parcel source); in createFromParcel()
246 public T createFromParcel(Parcel source, ClassLoader loader); in createFromParcel()
/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DEntityConfidence.java43 EntityConfidence(@NonNull EntityConfidence source) { in EntityConfidence()
57 EntityConfidence(@NonNull Map<String, Float> source) { in EntityConfidence()
/aosp14/frameworks/base/tools/aapt2/java/
H A DManifestClassGenerator.cpp32 const android::Source& source, in ExtractJavaIdentifier()
57 static bool WriteSymbol(const android::Source& source, android::IDiagnostics* diag, in WriteSymbol()
/aosp12/bootable/recovery/tests/unit/
H A Dcommands_test.cpp52 SourceInfo source; in TEST() local
74 SourceInfo source; in TEST() local
100 SourceInfo source; in TEST() local
128 SourceInfo source; in TEST() local
152 SourceInfo source; in TEST() local
440 const SourceInfo source("2727756cfee3fbfe24bf5650123fd7743d7b3465", RangeSet({ { 0, 2 } }), {}, in TEST() local
457 const SourceInfo source( in TEST() local
479 const SourceInfo source("2727756cfee3fbfe24bf5650123fd7743d7b3465", RangeSet({ { 0, 2 } }), {}, in TEST() local
488 const SourceInfo source( in TEST() local
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARawAudioAssembler.cpp49 const sp<ARTPSource> &source) { in assembleMore()
54 const sp<ARTPSource> &source) { in addPacket()
/aosp14/frameworks/base/core/java/android/window/
H A DStartingWindowRemovalInfo.java105 private StartingWindowRemovalInfo(@NonNull Parcel source) { in StartingWindowRemovalInfo()
114 void readFromParcel(@NonNull Parcel source) { in readFromParcel()
/aosp12/build/soong/scripts/hiddenapi/
H A Dgenerate_hiddenapi_lists.py188 def _check_entries_set(self, keys_subset, source): argument
196 def _check_flags_set(self, flags_subset, source): argument
246 def parse_and_merge_csv(self, csv_lines, source = "<unknown>"): argument
278 def assign_flag(self, flag, apis, source="<unknown>", tag = None): argument
/aosp12/frameworks/base/core/java/android/text/
H A DBoringLayout.java54 public static BoringLayout make(CharSequence source, TextPaint paint, int outerWidth, in make()
80 public static BoringLayout make(CharSequence source, TextPaint paint, int outerWidth, in make()
103 public BoringLayout replaceOrMake(CharSequence source, TextPaint paint, int outerwidth, in replaceOrMake()
137 public BoringLayout replaceOrMake(CharSequence source, TextPaint paint, int outerWidth, in replaceOrMake()
173 public BoringLayout(CharSequence source, TextPaint paint, int outerwidth, Alignment align, in BoringLayout()
202 public BoringLayout(CharSequence source, TextPaint paint, int outerWidth, Alignment align, in BoringLayout()
230 /* package */ void init(CharSequence source, TextPaint paint, Alignment align, in init()
/aosp12/frameworks/base/libs/hwui/jni/
H A DImageDecoder.cpp86 jthrowable cause, jobject source) { in throw_exception()
105 jobject source, jboolean preferAnimation) { in native_create()
152 jobject fileDescriptor, jlong length, jboolean preferAnimation, jobject source) { in ImageDecoder_nCreateFd()
185 jobject is, jbyteArray storage, jboolean preferAnimation, jobject source) { in ImageDecoder_nCreateInputStream()
199 jlong assetPtr, jboolean preferAnimation, jobject source) { in ImageDecoder_nCreateAsset()
207 jboolean preferAnimation, jobject source) { in ImageDecoder_nCreateByteBuffer()
219 jboolean preferAnimation, jobject source) { in ImageDecoder_nCreateByteArray()

12345678910>>...84