Searched defs:as (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAssistVisualizer.java89 public void setAssistStructure(AssistStructure as) { argument
90 mAssistStructure = as;
92 final int N = as.getWindowNodeCount();
95 AssistStructure.WindowNode windowNode = as.getWindowNodeAt(i);
/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp147 status_t MediaRecorder::setAudioSource(int as) argument
149 ALOGV("setAudioSource(%d)", as);
170 status_t ret = mMediaRecorder->setAudioSource(as);
H A DIMediaRecorder.cpp138 status_t setAudioSource(int as) argument
140 ALOGV("setAudioSource(%d)", as);
143 data.writeInt32(as);
429 int as = data.readInt32(); local
430 reply->writeInt32(setAudioSource(as));
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp117 status_t MediaRecorderClient::setAudioSource(int as) argument
119 ALOGV("setAudioSource(%d)", as);
128 return mRecorder->setAudioSource((audio_source_t)as);
H A DStagefrightRecorder.cpp138 // (NOT going to populate as we go through the various set* ops)
215 status_t StagefrightRecorder::setAudioSource(audio_source_t as) { argument
216 ALOGV("setAudioSource: %d", as);
217 if (as < AUDIO_SOURCE_DEFAULT ||
218 (as >= AUDIO_SOURCE_CNT && as != AUDIO_SOURCE_FM_TUNER)) {
219 ALOGE("Invalid audio source: %d", as);
223 if (as == AUDIO_SOURCE_DEFAULT) {
226 mAudioSource = as;
511 // The target bit rate may not be exactly the same as th
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp94 // The reference is only used as a proxy for callbacks.
202 android_media_MediaRecorder_setAudioSource(JNIEnv *env, jobject thiz, jint as) argument
204 ALOGV("setAudioSource(%d)", as);
205 if (as < AUDIO_SOURCE_DEFAULT ||
206 (as >= AUDIO_SOURCE_CNT && as != AUDIO_SOURCE_FM_TUNER)) {
216 process_media_recorder_call(env, mr->setAudioSource(as), "java/lang/RuntimeException", "setAudioSource failed.");
/frameworks/base/rs/java/android/renderscript/
H A DElement.java40 * android.renderscript.Element.DataKind#USER} cannot be used as input for a
44 * as {@link android.renderscript.Element#RGBA_8888} or {@link
111 * which are treated as a single unit for packing and alignment
115 * as 32 bits for alignment purposes.
196 * Return if a element is too complex for use as a data source for a Mesh or
214 * Elements could be simple, such as an int or a float, or a
215 * structure with multiple sub elements, such as a collection of
1059 Element(long id, RenderScript rs, Element[] e, String[] n, int[] as) { argument
1065 mArraySizes = as;
1176 // Support only primitive integer/float/boolean types as vector
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCardApplication.java91 IccCardApplicationStatus as,
94 if (DBG) log("Creating UiccApp: " + as);
96 mAppState = as.app_state;
97 mAppType = as.app_type;
99 mPersoSubState = as.perso_substate;
100 mAid = as.aid;
101 mAppLabel = as.app_label;
102 mPin1Replaced = (as.pin1_replaced != 0);
103 mPin1State = as.pin1;
104 mPin2State = as
90 UiccCardApplication(UiccCard uiccCard, IccCardApplicationStatus as, Context c, CommandsInterface ci) argument
118 update(IccCardApplicationStatus as, Context c, CommandsInterface ci) argument
[all...]
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DElement.java46 * be used as input for a {@link android.support.v8.renderscript.Sampler}. In
49 * should use bitmap-derived Elements such as
122 * which are treated as a single unit for packing and alignment
126 * as 32 bits for alignment purposes.
200 * Return if a element is too complex for use as a data source for a Mesh or
218 * Elements could be simple, such as an int or a float, or a
219 * structure with multiple sub elements, such as a collection of
717 Element(long id, RenderScript rs, Element[] e, String[] n, int[] as) { argument
723 mArraySizes = as;
799 // Support only primitive integer/float/boolean types as vector
[all...]
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java105 * AssistStructure. The time is as specified by {@link SystemClock#uptimeMillis()}.
117 * AssistStructure. The time is as specified by {@link SystemClock#uptimeMillis()}.
130 SendChannel(AssistStructure as) { argument
131 mAssistStructure = as;
137 AssistStructure as = mAssistStructure;
138 if (as == null) {
144 if (DEBUG_PARCEL) Log.d(TAG, "Request for data on " + as
150 xfer.writeToParcel(as, reply);
158 ParcelTransferWriter xfer = new ParcelTransferWriter(as, reply);
159 xfer.writeToParcel(as, repl
186 ParcelTransferWriter(AssistStructure as, Parcel out) argument
201 writeToParcel(AssistStructure as, Parcel out) argument
212 writeToParcelInner(AssistStructure as, Parcel out) argument
276 writeNextEntryToParcel(AssistStructure as, Parcel out, PooledStringWriter pwriter) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 332 milliseconds