Searched defs:type (Results 401 - 425 of 634) sorted by relevance

<<11121314151617181920>>

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java351 public void require(int type, String namespace, String name) argument
353 if (type != getEventType()
356 throw new XmlPullParserException("expected " + TYPES[type]
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp90 bool is_dyn_obj = (pInput.type()==Input::DynObj);
110 if (pInput.type() == Input::Object &&
288 /// fileType - return the file type
293 uint32_t type = 0x0; local
295 type = hdr->e_type;
297 type = mcld::bswap16(hdr->e_type);
299 switch(type) {
488 result->setSource(pInput.type() == Input::DynObj);
500 assert(pInput.type() == Input::DynObj);
615 bool is_dyn_obj = (pInput.type()
814 uint32_t type = 0x0; local
[all...]
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp159 // already got type - for example, bitcode or external OIR (object
161 if ((*input)->type() == Input::Script ||
162 (*input)->type() == Input::Archive ||
163 (*input)->type() == Input::External)
166 if (Input::Object == (*input)->type()) {
171 if (Input::DynObj == (*input)->type()) {
293 if ((*input)->type() == Input::Object && (*input)->hasMemArea()) {
420 if (ResolveInfo::Section == pInfo.type() || NULL == pInfo.outSymbol())
488 assert((*it).second.symbol().type() == Operand::SYMBOL);
490 ResolveInfo::Type type local
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp134 unsigned int type; member in struct:ApplyFunctionTriple
156 // Should not be here, but add a return for -Werror=return-type
175 Relocation::Type type = pRelocation.type(); local
177 if (type > 85) { // 86-255 relocs do not exists for Hexagon
182 return ApplyFunctions[type].func(pRelocation, *this);
235 switch (pReloc.type()) {
256 // a dynamic relocations with RELATIVE type to this location is needed.
285 switch (pReloc.type()) {
381 pReloc.type()
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp159 unsigned int type; member in struct:X86_32ApplyFunctionTriple
197 // Scan relocation type to determine if the GOT/PLT/Dynamic Relocation
231 if (ResolveInfo::ThreadLocal == pSym.type())
263 (ResolveInfo::Type)pSym.type(),
281 (ResolveInfo::Type)alias->type(),
306 Relocation::Type type = pRelocation.type(); local
308 if (type >= sizeof (X86_32ApplyFunctions) / sizeof (X86_32ApplyFunctions[0]) ) {
313 return X86_32ApplyFunctions[type].func(pRelocation, *this);
329 switch (pReloc.type()) {
1276 unsigned int type; member in struct:X86_64ApplyFunctionTriple
1297 Relocation::Type type = pRelocation.type(); local
[all...]
/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp93 DataType type; member in struct:slang::__anon1148::BuiltinInfo
179 // Attempt to use the type declaration first (if we have one).
199 // Check element type
263 return T; // RS object type, no further checks are needed
272 slangAssert(false && "Unknown type cannot be exported");
344 // We don't support pointer with array-type pointee or unsupported pointee
345 // type
360 // Check base element type
379 // a more complete (and nicer type-safe Java version).
383 slangAssert(false && "Unknown type canno
612 CreateDummyName(const char *type, const std::string &name) argument
614 S << "<" << type; local
1020 int type = EPT->getType(); local
[all...]
/frameworks/native/cmds/installd/
H A Dinstalld.c639 static int log_callback(int type, const char *fmt, ...) { argument
643 switch (type) {
/frameworks/native/services/inputflinger/
H A DEventHub.h75 int32_t type; member in struct:android::RawEvent
166 // Synthetic raw event type codes produced when devices are added or removed.
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp54 DisplayType type,
64 mType(type), mHwcDisplayId(hwcId),
479 const uint8_t type = mGlobalTransform.getType(); local
481 (type >= Transform::SCALE));
497 " type=%x, hwcId=%d, layerStack=%u, (%4dx%4d), ANativeWindow=%p, orient=%2d (type=%08x), "
52 DisplayDevice( const sp<SurfaceFlinger>& flinger, DisplayType type, int32_t hwcId, int format, bool isSecure, const wp<IBinder>& displayToken, const sp<DisplaySurface>& displaySurface, const sp<IGraphicBufferProducer>& producer, EGLConfig config) argument
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp38 static const char* dbgCompositionTypeStr(DisplaySurface::CompositionType type) { argument
39 switch (type) {
134 VDS_LOGV("prepareFrame: composition type changed to %s",
579 VirtualDisplaySurface::fbSourceForCompositionType(CompositionType type) { argument
580 return type == COMPOSITION_MIXED ? SOURCE_SCRATCH : SOURCE_SINK;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java238 // This is normal. (i.e. no application of this type)
388 public boolean isApplicationOnIcc(IccCardApplicationStatus.AppType type) { argument
391 if (mUiccApplications[i] != null && mUiccApplications[i].getType() == type) {
442 * Returns the SIM application of the specified type.
444 * @param type ICC application type (@see com.android.internal.telephony.PhoneConstants#APPTYPE_xxx)
445 * @return application corresponding to type or a null if no match found
447 public UiccCardApplication getApplicationByType(int type) { argument
451 mUiccApplications[i].getType().ordinal() == type) {
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java805 final int type = (typeAsObject != null ? typeAsObject : DEFAULT_PHONE_TYPE);
811 phoneNumber, type, label, isPrimary);
814 appendTelLine(type, label, phoneNumber, isPrimary);
816 } else if (type == Phone.TYPE_PAGER ||
822 appendTelLine(type, label, phoneNumber, isPrimary);
859 // In vCard 4.0, value type must be "a single URI value",
869 appendTelLine(type, label, formatted, isPrimary);
943 final int type = (typeAsObject != null ?
952 appendEmailLine(type, label, emailAddress, isPrimary);
1035 final int type
1444 appendPostalLine(final int type, final String label, final ContentValues contentValues, final boolean isPrimary, final boolean emitEveryTime) argument
1522 appendEmailLine(final int type, final String label, final String rawValue, final boolean isPrimary) argument
1715 appendUncommonPhoneType(final StringBuilder builder, final Integer type) argument
2041 appendTypeParameter(final String type) argument
2045 appendTypeParameter(final StringBuilder builder, final String type) argument
[all...]
/frameworks/rs/driver/runtime/
H A Drs_sample.c538 const Type_t *type = (Type_t *)alloc->mHal.state.type; local
539 const Element_t *elem = type->mHal.state.element;
558 uint32_t maxLOD = type->mHal.state.lodCount - 1;
567 uint32_t maxLOD = type->mHal.state.lodCount - 1;
590 const Type_t *type = (Type_t *)alloc->mHal.state.type; local
591 const Element_t *elem = type->mHal.state.element;
611 uint32_t maxLOD = type->mHal.state.lodCount - 1;
620 uint32_t maxLOD = type
637 const Type_t *type = (Type_t *)alloc->mHal.state.type; local
[all...]
H A Drs_structs.h36 const void *type; member in struct:Allocation::__anon1498::__anon1499
/frameworks/rs/
H A Drs_hal.h317 } type; member in struct:android::renderscript::__anon1535
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java41 * A BaseCardView will draw its children based on its type, the region
57 * A simple card type with a single layout area. This card type does not
66 * A Card type with 2 layout areas: A main area which is always visible, and
75 * A Card type with 2 layout areas: A main area which is always visible, and
84 * A Card type with 3 layout areas: A main area which is always visible; an
193 * type implements one) should run immediately after the card is selected,
225 * Sets the type of this Card.
227 * @param type The desired card type
229 setCardType(int type) argument
[all...]
/frameworks/support/v4/jellybean/android/support/v4/media/routing/
H A DMediaRouterJellybean.java67 public static Object getSelectedRoute(Object routerObj, int type) { argument
68 return ((android.media.MediaRouter)routerObj).getSelectedRoute(type);
207 public static void setPlaybackType(Object routeObj, int type) { argument
208 ((android.media.MediaRouter.UserRouteInfo)routeObj).setPlaybackType(type);
260 public void onRouteSelected(int type, Object routeObj); argument
261 public void onRouteUnselected(int type, Object routeObj); argument
373 int type, android.media.MediaRouter.RouteInfo route) {
374 mCallback.onRouteSelected(type, route);
379 int type, android.media.MediaRouter.RouteInfo route) {
380 mCallback.onRouteUnselected(type, rout
372 onRouteSelected(android.media.MediaRouter router, int type, android.media.MediaRouter.RouteInfo route) argument
378 onRouteUnselected(android.media.MediaRouter router, int type, android.media.MediaRouter.RouteInfo route) argument
[all...]
/frameworks/support/v7/mediarouter/jellybean/android/support/v7/media/
H A DMediaRouterJellybean.java67 public static Object getSelectedRoute(Object routerObj, int type) { argument
68 return ((android.media.MediaRouter)routerObj).getSelectedRoute(type);
207 public static void setPlaybackType(Object routeObj, int type) { argument
208 ((android.media.MediaRouter.UserRouteInfo)routeObj).setPlaybackType(type);
260 public void onRouteSelected(int type, Object routeObj); argument
261 public void onRouteUnselected(int type, Object routeObj); argument
373 int type, android.media.MediaRouter.RouteInfo route) {
374 mCallback.onRouteSelected(type, route);
379 int type, android.media.MediaRouter.RouteInfo route) {
380 mCallback.onRouteUnselected(type, rout
372 onRouteSelected(android.media.MediaRouter router, int type, android.media.MediaRouter.RouteInfo route) argument
378 onRouteUnselected(android.media.MediaRouter router, int type, android.media.MediaRouter.RouteInfo route) argument
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DSystemMediaRouteProvider.java390 public void onRouteSelected(int type, Object routeObj) { argument
417 public void onRouteUnselected(int type, Object routeObj) { argument
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java136 * No mipmaps will be generated and the type generated from the incoming
272 "32 bit integer source does not match allocation type " + mType.mElement.mType);
281 "16 bit integer source does not match allocation type " + mType.mElement.mType);
290 "8 bit integer source does not match allocation type " + mType.mElement.mType);
298 "32 bit float source does not match allocation type " + mType.mElement.mType);
310 "Object source does not match allocation type " + mType.mElement.mType);
334 throw new RSIllegalArgumentException("Source must be exactly one usage type.");
406 mType.getElement().mKind + ", type " +
416 mType.getElement().mKind + ", type " +
426 mType.getElement().mKind + ", type "
1209 createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) argument
1236 createTyped(RenderScript rs, Type type, int usage) argument
1249 createTyped(RenderScript rs, Type type) argument
[all...]
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp261 &ibb->mBassBoostDescriptor.type))
280 if (!android_fx_initEffectObj(sessionId, ieq->mEqEffect, &ieq->mEqDescriptor.type)) {
330 &ivi->mVirtualizerDescriptor.type)) {
365 ipr->mPresetReverbEffect, &ipr->mPresetReverbDescriptor.type)) {
400 ier->mEnvironmentalReverbEffect, &ier->mEnvironmentalReverbDescriptor.type)) {
621 const effect_uuid_t *type) {
624 effect = new android::AudioEffect(type, EFFECT_UUID_NULL,
660 (0 == memcmp(effectId, &descriptor.type, sizeof(effect_uuid_t)))) {
763 NULL, // not using type to create effect
620 android_fx_initEffectObj(int sessionId, android::sp<android::AudioEffect>& effect, const effect_uuid_t *type) argument
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp118 uint32_t type; local
121 if (meta->findData(kKeyAVCC, &type, &data, &size)) {
628 printf("type '%s':\n", kMimeTypes[k]);
/frameworks/av/media/libmedia/
H A DIAudioPolicyService.cpp180 ALOGE("getOutputForAttr(): NULL audio attributes and stream type");
184 ALOGE("getOutputForAttr unspecified stream type");
505 audio_port_type_t type,
518 data.writeInt32(type);
1057 audio_port_type_t type = (audio_port_type_t)data.readInt32(); local
1071 status_t status = listAudioPorts(role, type, &numPorts, ports, &generation);
504 listAudioPorts(audio_port_role_t role, audio_port_type_t type, unsigned int *num_ports, struct audio_port *ports, unsigned int *generation) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp178 // If the data source is not URL-type (eg. file source), we
532 // be, remember this mime type so we don't have to
934 media_track_type type,
954 readBuffer(type, timeUs, &subTimeUs);
968 media_track_type type,
985 readBuffer(type, -1, &nextSubTimeUs);
1138 format->setInt32("type", trackType);
1162 ssize_t NuPlayer::GenericSource::getSelectedTrack(media_track_type type) const {
1164 msg->setInt32("type", type);
932 fetchTextData( uint32_t sendWhat, media_track_type type, int32_t curGen, sp<AnotherPacketSource> packets, sp<AMessage> msg) argument
1180 media_track_type type = (media_track_type)tmpType; local
1571 ATSParser::DiscontinuityType type = (formatChange && seeking) local
[all...]
/frameworks/av/media/libstagefright/
H A DAVIExtractor.cpp607 uint32_t type = U32_AT(data); local
621 if (type == FOURCC('v', 'i', 'd', 's')) {
637 } else if (type == FOURCC('a', 'u', 'd', 's')) {
1092 uint32_t type; local
1095 CHECK(meta->findData(kKeyAVCC, &type, &csd, &csdSize));
1099 track->mMeta->setData(kKeyAVCC, type, csd, csdSize);

Completed in 4551 milliseconds

<<11121314151617181920>>