Searched refs:type (Results 376 - 400 of 583) sorted by relevance

<<11121314151617181920>>

/frameworks/base/services/audioflinger/
H A DAudioFlinger.h289 enum type { enum in class:android::AudioFlinger::ThreadBase
416 int type() const { return mType; } function in class:android::AudioFlinger::ThreadBase
488 // suspend or restore effect according to the type of effect passed. a NULL
489 // type pointer means suspend all effects in the session
490 void setEffectSuspended(const effect_uuid_t *type,
511 effect_uuid_t mType; // effect type UUID
518 void setEffectSuspended_l(const effect_uuid_t *type,
522 void updateSuspendedSessions_l(const effect_uuid_t *type,
562 // list of suspended effects per session and per type. The first vector is
563 // keyed by session ID, the second by type UUI
604 int type() const { function in class:android::AudioFlinger::PlaybackThread::Track
[all...]
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java205 // May be some other type... check and try to convert if so.
267 public void require(int type, String namespace, String name) throws XmlPullParserException,IOException { argument
268 if (type != getEventType()
271 throw new XmlPullParserException( "expected "+ TYPES[ type ]+getPositionDescription());
/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java201 int type;
202 while ((type = parser.next()) != XmlResourceParser.END_DOCUMENT) {
203 if (type == XmlResourceParser.START_TAG) {
/frameworks/base/core/java/android/view/
H A DViewDebug.java327 * and must return a valid type of data.
361 * Defines the type of hierarhcy trace to output to the hierarchy traces file.
379 * Defines the type of recycler trace to output to the recycler traces file.
392 public RecyclerTraceType type; field in class:ViewDebug.RecyclerTrace
663 * Outputs a trace to the currently opened recycler traces. The trace records the type of
667 * @param type the type of the trace
668 * @param parameters parameters depending on the type of the trace
670 public static void trace(View view, RecyclerTraceType type, int... parameters) { argument
683 trace.type
812 trace(View view, HierarchyTraceType type) argument
[all...]
H A DSurfaceView.java375 * Hack to allow special layering of windows. The type is one of the
379 public void setWindowType(int type) { argument
380 mWindowType = type;
450 mLayout.type = mWindowType;
711 public void setType(int type) { }
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.h262 virtual status_t setAudioStreamType(int type);
310 // @param type Of the metadata to be tested.
313 bool shouldDropMetadata(media::Metadata::Type type) const;
317 // @param type Of the metadata to be recorded.
318 void addNewMetadataUpdate(media::Metadata::Type type);
/frameworks/base/media/libstagefright/chromium_http/
H A Dsupport.cpp133 EventType type,
140 "AddEntry time=%s type=%s source=%s phase=%s\n",
142 EventTypeToString(type),
143 SourceTypeToString(source.type),
132 AddEntry( EventType type, const base::TimeTicks &time, const Source &source, EventPhase phase, EventParameters *params) argument
H A Dsupport.h38 EventType type,
/frameworks/base/media/libstagefright/omx/
H A DOMX.cpp390 msg.type = omx_message::EVENT;
406 msg.type = omx_message::EMPTY_BUFFER_DONE;
420 msg.type = omx_message::FILL_BUFFER_DONE;
/frameworks/base/services/java/com/android/server/wm/
H A DAppWindowToken.java292 || win.mAttrs.type == TYPE_APPLICATION_STARTING
364 if (win.mAttrs.type == WindowManager.LayoutParams.TYPE_BASE_APPLICATION
365 || win.mAttrs.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING) {
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaLteServiceStateTracker.java125 int type = 0;
133 type = Integer.parseInt(states[3]);
141 mLteSS.setRadioTechnology(type);
/frameworks/base/media/libstagefright/
H A DMPEG4Writer.cpp179 const uint8_t *data, size_t length, int type, size_t *paramSetLen);
1229 uint32_t type;
1232 if (mMeta->findData(kKeyAVCC, &type, &data, &size)) {
1240 uint32_t type;
1243 if (mMeta->findData(kKeyESDS, &type, &data, &size)) {
1566 static void getNalUnitType(uint8_t byte, uint8_t* type) {
1570 *type = (byte & 0x1F);
1590 const uint8_t *data, size_t length, int type, size_t *paramSetLen) {
1593 CHECK(type == kNalUnitTypeSeqParamSet ||
1594 type
[all...]
/frameworks/base/cmds/servicemanager/
H A Dbinder.c54 fprintf(stderr," - type %08x flags %08x ptr %p cookie %p\n",
55 obj->type, obj->flags, obj->pointer, obj->cookie);
481 obj->type = BINDER_TYPE_BINDER;
499 obj->type = BINDER_TYPE_HANDLE;
612 if (obj->type == BINDER_TYPE_HANDLE)
/frameworks/base/core/java/android/inputmethodservice/
H A DSoftInputWindow.java154 lp.type = WindowManager.LayoutParams.TYPE_INPUT_METHOD;
/frameworks/base/core/java/android/text/method/
H A DCharacterPickerDialog.java72 params.type = params.TYPE_APPLICATION_ATTACHED_DIALOG;
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuDialogHelper.java83 lp.type = WindowManager.LayoutParams.TYPE_APPLICATION_ATTACHED_DIALOG;
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/
H A DDownloadManagerBaseTest.java280 response.addHeader("Content-type", mFileType);
289 * @param type The type of data to generate: currently, one of {@link DataType.TEXT} or
294 private byte[] generateData(int size, DataType type, Random rng) { argument
299 if (type == DataType.TEXT) {
364 * Gets the MIME content string for a given type
366 * @param type The MIME type to return
367 * @return the String representation of that MIME content type
369 protected String getMimeMapping(DownloadFileType type) { argument
[all...]
/frameworks/base/docs/html/resources/
H A Dresources_toc.cs121 <script type="text/javascript">
/frameworks/base/include/media/
H A DIOMX.h136 } type; member in struct:android::omx_message
141 // if type == EVENT
148 // if type == EMPTY_BUFFER_DONE
153 // if type == FILL_BUFFER_DONE
H A Dmediaplayer.h188 status_t setAudioStreamType(int type);
/frameworks/base/include/media/stagefright/foundation/
H A DAMessage.h141 const Item *findItem(const char *name, Type type) const;
/frameworks/base/libs/rs/driver/
H A DrsdShaderCache.h75 uint32_t type; member in struct:RsdShaderCache::UniformQueryData
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastcodemb.h67 Int cal_dc_scalerENC(Int QP, Int type) ;
/frameworks/base/media/mtp/
H A DMtpProperty.cpp47 MtpDataType type,
51 mType(type),
68 switch (type) {
94 LOGE("unknown type %04X in MtpProperty::MtpProperty", type);
270 LOGE("unsupported type for MtpProperty::setRange");
309 LOGE("unsupported type for MtpProperty::setEnum");
326 LOGI(" type %04X", mType);
405 LOGE("unsupported type for MtpProperty::print\n");
459 LOGE("unknown type
46 MtpProperty(MtpPropertyCode propCode, MtpDataType type, bool writeable, int defaultValue) argument
[all...]
/frameworks/base/obex/javax/obex/
H A DServerSession.java129 * Received a request type that is not recognized so I am
189 * @param type the type of request received; either 0x02 or 0x82
192 private void handlePutRequest(int type) throws IOException { argument
193 ServerOperation op = new ServerOperation(this, mInput, type, mMaxPacketLength, mListener);
234 * @param type the type of request received; either 0x03 or 0x83
237 private void handleGetRequest(int type) throws IOException { argument
238 ServerOperation op = new ServerOperation(this, mInput, type, mMaxPacketLength, mListener);

Completed in 909 milliseconds

<<11121314151617181920>>