Searched refs:from (Results 1 - 25 of 285) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder_mem_funcs.h19 Portions of this file are derived from the following 3GPP standard:
23 Available from http://www.3gpp.org
27 terms listed above has been obtained from the copyright holder.
61 #define pv_memcpy(to, from, n) memcpy(to, from, n)
62 #define pv_memmove(to, from, n) memmove(to, from, n)
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dmp3_mem_funcs.h67 #define pv_memcpy(to, from, n) memcpy(to, from, n)
68 #define pv_memmove(to, from, n) memmove(to, from, n)
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DSocketConnect.java13 private InputStream from; field in class:SocketConnect
16 public SocketConnect(Socket from, Socket to) throws IOException { argument
17 this.from = from.getInputStream();
28 int r = from.read(buffer);
34 from.close();
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityResult.java28 public ActivityResult(ActivityRecord from, String resultWho, argument
31 mFrom = from;
/frameworks/base/media/java/android/media/session/
H A DParcelableVolumeInfo.java45 public ParcelableVolumeInfo(Parcel from) { argument
46 volumeType = from.readInt();
47 controlType = from.readInt();
48 maxVolume = from.readInt();
49 currentVolume = from.readInt();
50 audioAttrs = AudioAttributes.CREATOR.createFromParcel(from);
H A DPlaybackState.java110 * Indicates this session supports the play from media id command.
117 * Indicates this session supports the play from search command.
327 * point that can be reached from the current position using only buffered
763 * Creates a builder with the same initial values as those in the from
766 * @param from The state to use for initializing the builder.
768 public Builder(PlaybackState from) { argument
769 if (from == null) {
772 mState = from.mState;
773 mPosition = from.mPosition;
774 mBufferedPosition = from
[all...]
/frameworks/support/v4/java/android/support/v4/media/session/
H A DParcelableVolumeInfo.java42 public ParcelableVolumeInfo(Parcel from) { argument
43 volumeType = from.readInt();
44 controlType = from.readInt();
45 maxVolume = from.readInt();
46 currentVolume = from.readInt();
47 audioStream = from.readInt();
/frameworks/base/core/java/android/widget/
H A DSimpleCursorAdapter.java25 * An easy adapter to map columns from a cursor to TextViews or ImageViews
51 * This field should be made private, so it is hidden from the SDK.
57 * This field should be made private, so it is hidden from the SDK.
77 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { argument
80 mOriginalFrom = from;
81 findColumns(c, from);
93 * @param from A list of column names representing the data to bind to the UI. Can be null
95 * @param to The views that should display column in the "from" parameter.
97 * are given the values of the first N columns in the from
102 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, argument
325 findColumns(Cursor c, String[] from) argument
360 changeCursorAndColumns(Cursor c, String[] from, int[] to) argument
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DSimpleCursorAdapter.java36 * This field should be made private, so it is hidden from the SDK.
42 * This field should be made private, so it is hidden from the SDK.
62 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { argument
65 mOriginalFrom = from;
66 findColumns(from);
78 * @param from A list of column names representing the data to bind to the UI. Can be null
80 * @param to The views that should display column in the "from" parameter.
82 * are given the values of the first N columns in the from
87 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, argument
91 mOriginalFrom = from;
309 findColumns(String[] from) argument
343 changeCursorAndColumns(Cursor c, String[] from, int[] to) argument
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DAString.h33 AString(const String8 &from);
34 AString(const AString &from);
35 AString(const AString &from, size_t offset, size_t n);
38 AString &operator=(const AString &from);
41 void setTo(const AString &from, size_t offset, size_t n);
55 void append(const AString &from);
56 void append(const AString &from, size_t offset, size_t n);
67 void insert(const AString &from, size_t insertionPos);
68 void insert(const char *from, size_t size, size_t insertionPos);
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp53 AString::AString(const String8 &from) argument
57 setTo(from.string(), from.length());
60 AString::AString(const AString &from) argument
64 setTo(from, 0, from.size());
67 AString::AString(const AString &from, size_t offset, size_t n) argument
71 setTo(from, offset, n);
78 AString &AString::operator=(const AString &from) { argument
79 if (&from !
107 setTo(const AString &from, size_t offset, size_t n) argument
191 append(const AString &from) argument
195 append(const AString &from, size_t offset, size_t n) argument
274 insert(const AString &from, size_t insertionPos) argument
278 insert(const char *from, size_t size, size_t insertionPos) argument
[all...]
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
H A DReflectIntermediateClass.java28 public static int get(int from, int to, int sleepMillis) throws ClassNotFoundException, argument
32 for (int i = from; i <= to; i++) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerException.java35 public static PackageManagerException from(PackageParserException e) method in class:PackageManagerException
/frameworks/base/core/java/android/app/
H A DActionBar.java64 * object obtained from the Activity can be used to control either configuration transparently.</p>
68 * select items accessible directly from the action bar as "action items". You can also
84 * same space, the {@link android.view.ActionMode} APIs are distinct and independent from those for
681 * Remove a tab from the action bar. If the removed tab was selected it will be deselected
694 * Remove a tab from the action bar. If the removed tab was selected it will be deselected
707 * Remove all tabs from the action bar and deselect the current tab.
861 * <p>If you pass <code>null</code> to this method, the default drawable from the theme
881 * <p>If you pass <code>0</code> to this method, the default drawable from the theme
999 * <p>The action bar's elevation is the distance it is placed from its parent surface. Higher
1014 * <p>The action bar's elevation is the distance it is placed from it
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DUtteranceProgressListener.java11 * The callbacks specified in this method can be called from multiple threads.
56 * @param errorCode one of the ERROR_* codes from {@link TextToSpeech}
68 static UtteranceProgressListener from( method in class:UtteranceProgressListener
/frameworks/base/core/java/android/view/
H A DWindowManager.java113 * {@link Gravity#END} it provides an offset from the given edge.
121 * an offset from the given edge.
148 * <li> <strong>Application windows</strong> (ranging from
154 * <li> <strong>Sub-windows</strong> (ranging from
159 * <li> <strong>System windows</strong> (ranging from
189 @ViewDebug.IntToString(from = TYPE_BASE_APPLICATION, to = "TYPE_BASE_APPLICATION"),
190 @ViewDebug.IntToString(from = TYPE_APPLICATION, to = "TYPE_APPLICATION"),
191 @ViewDebug.IntToString(from = TYPE_APPLICATION_STARTING, to = "TYPE_APPLICATION_STARTING"),
192 @ViewDebug.IntToString(from = TYPE_APPLICATION_PANEL, to = "TYPE_APPLICATION_PANEL"),
193 @ViewDebug.IntToString(from
[all...]
/frameworks/base/core/tests/coretests/src/android/view/
H A DMerge.java39 LayoutInflater.from(this).inflate(R.layout.merge_tag, mLayout);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptGroupThunker.java84 public Builder addConnection(Type t, Script.KernelID from, Script.FieldID to) { argument
87 bN.addConnection(tt.getNObj(), from.mN, to.mN);
94 public Builder addConnection(Type t, Script.KernelID from, Script.KernelID to) { argument
97 bN.addConnection(tt.getNObj(), from.mN, to.mN);
H A DScriptGroup.java40 * Currently, all kernels in a ScriptGroup must be from separate
41 * Script objects. Attempting to use multiple kernels from the same
60 ConnectLine(Type t, Script.KernelID from, Script.KernelID to) { argument
61 mFrom = from;
66 ConnectLine(Type t, Script.KernelID from, Script.FieldID to) { argument
67 mFrom = from;
100 * Allocation provided from outside of the ScriptGroup.
162 * must come from different Script objects. Additionally, all kernels
191 // do a DFS from original node, looking for original node
322 * @param from Th
327 addConnection(Type t, Script.KernelID from, Script.FieldID to) argument
367 addConnection(Type t, Script.KernelID from, Script.KernelID to) argument
[all...]
/frameworks/av/media/libstagefright/
H A DMetaData.cpp35 MetaData::MetaData(const MetaData &from) argument
37 mItems(from.mItems) {
244 MetaData::typed_data::typed_data(const typed_data &from) argument
245 : mType(from.mType),
247 allocateStorage(from.mSize);
248 memcpy(storage(), from.storage(), mSize);
252 const MetaData::typed_data &from) {
253 if (this != &from) {
255 mType = from.mType;
256 allocateStorage(from
251 operator =( const MetaData::typed_data &from) argument
[all...]
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DReadRecInd.java26 * @param from the from value
34 public ReadRecInd(EncodedStringValue from, argument
41 setFrom(from);
/frameworks/base/core/java/android/content/
H A DUndoManager.java686 int findPrevState(ArrayList<UndoState> states, UndoOwner[] owners, int from) { argument
689 if (from == -1) {
690 from = N-1;
692 if (from >= N) {
696 return from;
699 while (from >= 0) {
700 UndoState state = states.get(from);
702 return from;
704 from--;
710 int findNextState(ArrayList<UndoState> states, UndoOwner[] owners, int from) { argument
[all...]
/frameworks/base/libs/hwui/utils/
H A DSortedList.h98 virtual void do_copy(void* dest, const void* from, size_t num) const;
100 virtual void do_move_forward(void* dest, const void* from, size_t num) const;
101 virtual void do_move_backward(void* dest, const void* from, size_t num) const;
215 void SortedList<TYPE>::do_copy(void* dest, const void* from, size_t num) const {
216 copy_type(reinterpret_cast<TYPE*> (dest), reinterpret_cast<const TYPE*> (from), num);
225 void SortedList<TYPE>::do_move_forward(void* dest, const void* from, size_t num) const {
226 move_forward_type(reinterpret_cast<TYPE*> (dest), reinterpret_cast<const TYPE*> (from), num);
230 void SortedList<TYPE>::do_move_backward(void* dest, const void* from, size_t num) const {
231 move_backward_type(reinterpret_cast<TYPE*> (dest), reinterpret_cast<const TYPE*> (from), num);
/frameworks/base/rs/java/android/renderscript/
H A DScriptGroup.java39 * Currently, all kernels in a ScriptGroup must be from separate
40 * Script objects. Attempting to use multiple kernels from the same
58 ConnectLine(Type t, Script.KernelID from, Script.KernelID to) { argument
59 mFrom = from;
64 ConnectLine(Type t, Script.KernelID from, Script.FieldID to) { argument
65 mFrom = from;
98 * Allocation provided from outside of the ScriptGroup.
160 * must come from different Script objects. Additionally, all kernels
184 // do a DFS from original node, looking for original node
310 * @param from Th
315 addConnection(Type t, Script.KernelID from, Script.FieldID to) argument
350 addConnection(Type t, Script.KernelID from, Script.KernelID to) argument
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.h47 static void CopyTimes(const sp<ABuffer> &to, const sp<ABuffer> &from);

Completed in 1133 milliseconds

1234567891011>>