Searched refs:source (Results 251 - 275 of 916) sorted by relevance

<<11121314151617181920>>

/frameworks/base/telecomm/java/android/telecom/
H A DDisconnectCause.java192 public DisconnectCause createFromParcel(Parcel source) {
193 int code = source.readInt();
194 CharSequence label = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
195 CharSequence description = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
196 String reason = source.readString();
197 int tone = source.readInt();
H A DAudioState.java136 public AudioState createFromParcel(Parcel source) {
137 boolean isMuted = source.readByte() == 0 ? false : true;
138 int route = source.readInt();
139 int supportedRouteMask = source.readInt();
H A DCallAudioState.java172 public CallAudioState createFromParcel(Parcel source) {
173 boolean isMuted = source.readByte() == 0 ? false : true;
174 int route = source.readInt();
175 int supportedRouteMask = source.readInt();
/frameworks/base/core/java/android/text/
H A DLoginFilter.java44 * of <code>source</code>. Returns the CharSequence that we want
50 public CharSequence filter(CharSequence source, int start, int end, argument
66 char c = source.charAt(i);
75 modification = new SpannableStringBuilder(source, start, end);
/frameworks/base/services/core/java/com/android/server/
H A DHardwarePropertiesManagerService.java39 private static native float[] nativeGetDeviceTemperatures(int type, int source); argument
53 public float[] getDeviceTemperatures(String callingPackage, int type, int source) argument
57 return nativeGetDeviceTemperatures(type, source);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDevicePowerStatusAction.java45 static DevicePowerStatusAction create(HdmiCecLocalDevice source, argument
47 if (source == null || callback == null) {
51 return new DevicePowerStatusAction(source, targetAddress, callback);
H A DOneTouchPlayAction.java38 // source device can simply send <Text|Image View On> and <Active Source> in succession
58 static OneTouchPlayAction create(HdmiCecLocalDevicePlayback source, argument
60 if (source == null || callback == null) {
64 return new OneTouchPlayAction(source, targetAddress,
/frameworks/base/tools/aapt/tests/
H A DCrunchCache_test.cpp29 String8 source("res");
49 data.add(source,sourceData);
52 CrunchCache cc(source,dest,ff);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp119 // embed build checksum metadata into the source
215 ALOGE("Unable to compile the source to file %s! (%s)", pOutputPath,
261 Source *source = Source::CreateFromBuffer(pContext, pResName, local
263 if (source == nullptr) {
267 RSScript script(*source, getConfig());
320 for (Source* source : sources) {
321 if (!source->extractMetadata()) {
335 for (Source* source : sources) {
336 std::unique_ptr<llvm::Module> sourceModule(&source->getModule());
338 ALOGE("Linking for module in source faile
373 Source* source = sources[p.first]; local
[all...]
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DAesCtrDecryptor.h34 const uint8_t* source, uint8_t* destination,
/frameworks/av/include/media/
H A DIMediaExtractorService.h33 virtual sp<IMediaExtractor> makeExtractor(const sp<IDataSource> &source, const char *mime) = 0;
H A DMidiIoWrapper.h30 MidiIoWrapper(const sp<DataSource> &source);
/frameworks/av/include/media/nbaio/
H A DSourceAudioBufferProvider.h30 SourceAudioBufferProvider(const sp<NBAIO_Source>& source);
43 const sp<NBAIO_Source> mSource; // the wrapped source
/frameworks/av/media/libstagefright/include/
H A DXINGSeeker.h29 const sp<DataSource> &source, off64_t first_frame_pos);
/frameworks/av/media/libstagefright/rtsp/
H A DARawAudioAssembler.cpp49 const sp<ARTPSource> &source) {
50 return addPacket(source);
54 const sp<ARTPSource> &source) {
55 List<sp<ABuffer> > *queue = source->queue();
48 assembleMore( const sp<ARTPSource> &source) argument
53 addPacket( const sp<ARTPSource> &source) argument
/frameworks/base/core/java/android/content/pm/
H A DVerifierDeviceIdentity.java64 private VerifierDeviceIdentity(Parcel source) { argument
65 final long identity = source.readLong();
232 public VerifierDeviceIdentity createFromParcel(Parcel source) {
233 return new VerifierDeviceIdentity(source);
/frameworks/base/core/java/android/text/method/
H A DNumberKeyListener.java47 public CharSequence filter(CharSequence source, int start, int end, argument
54 if (!ok(accept, source.charAt(i))) {
70 new SpannableStringBuilder(source, start, end);
77 if (!ok(accept, source.charAt(j))) {
/frameworks/base/core/java/android/view/
H A DDragEvent.java303 public static DragEvent obtain(DragEvent source) { argument
304 return obtain(source.mAction, source.mX, source.mY, source.mLocalState,
305 source.mClipDescription, source.mClipData, source.mDragAndDropPermissions,
306 source.mDragResult);
/frameworks/base/core/java/com/android/internal/widget/
H A DTextViewInputDisabler.java34 public CharSequence filter(CharSequence source, int start, int end, Spanned dest,
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DDirectStatementRetriever.java121 public Result retrieveStatements(AbstractAsset source) throws AssociationServiceException { argument
122 if (source instanceof AndroidAppAsset) {
123 return retrieveFromAndroid((AndroidAppAsset) source);
124 } else if (source instanceof WebAsset) {
125 return retrieveFromWeb((WebAsset) source);
142 AbstractAsset source)
152 if (!source.followInsecureInclude()
165 .parseStatementList(webContent.getContent(), source);
169 retrieveStatementFromUrl(delegate, maxIncludeLevel - 1, source)
141 retrieveStatementFromUrl(String urlString, int maxIncludeLevel, AbstractAsset source) argument
/frameworks/base/services/core/java/com/android/server/location/
H A DLocationProviderInterface.java39 public void setRequest(ProviderRequest request, WorkSource source); argument
/frameworks/base/tools/aapt/
H A DImages.h21 status_t preProcessImageToCache(const Bundle* bundle, const String8& source, const String8& dest);
/frameworks/base/tools/aapt2/
H A DDiagnostics.h32 Source source; member in struct:aapt::DiagMessageActual
116 if (!actualMsg.source.path.empty()) {
117 std::cerr << actualMsg.source << ": ";
134 actualMsg.source.path = mSource.path;
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pGroup.java136 // set source address into the client list.
284 public WifiP2pGroup(WifiP2pGroup source) { argument
285 if (source != null) {
286 mNetworkName = source.getNetworkName();
287 mOwner = new WifiP2pDevice(source.getOwner());
288 mIsGroupOwner = source.mIsGroupOwner;
289 for (WifiP2pDevice d : source.getClientList()) mClients.add(d);
290 mPassphrase = source.getPassphrase();
291 mInterface = source.getInterface();
292 mNetId = source
[all...]
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSScriptGroupFusion.h47 bool renameInvoke(BCCContext& Context, const Source* source, const int slot,

Completed in 8405 milliseconds

<<11121314151617181920>>