Searched refs:getType (Results 226 - 250 of 513) sorted by relevance

1234567891011>>

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessage.java100 public Type getType() { method in class:BluetoothMapBmessage
/frameworks/rs/
H A DrsApiFileA3D.cpp63 fileEntries[i].classID = entry->getType();
/frameworks/base/tools/aapt/
H A DXMLNode.cpp660 XMLNode::type XMLNode::getType() const
773 if (getType() == XMLNode::TYPE_ELEMENT
793 if (child->getType() == XMLNode::TYPE_ELEMENT
805 if (getType() == TYPE_CDATA) {
816 if (getType() == TYPE_CDATA) {
828 if (getType() == TYPE_CDATA) {
847 if (getType() == TYPE_CDATA) {
892 if (getType() != TYPE_CDATA) {
935 if (node->getType() == TYPE_CDATA) {
982 if (getType()
[all...]
/frameworks/av/media/img_utils/src/
H A DTiffEntry.cpp129 output.appendFormat("[id: %x, type: %d, count: %u, value: '", getTag(), getType(), count);
136 TagType type = getType();
/frameworks/base/core/java/android/animation/
H A DKeyframeSet.java176 public Class getType() { method in class:KeyframeSet
177 return mFirstKeyframe.getType();
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java210 if (restriction.getType() != TYPE_BUNDLE) {
257 public int getType() { method in class:RestrictionEntry
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DTypeReference.java83 public Type getType() { method in class:TypeReference
363 toString(getType(), builder);
/frameworks/base/core/java/android/net/
H A DNetworkIdentity.java113 public int getType() { method in class:NetworkIdentity
168 final int type = state.networkInfo.getType();
H A DRouteInfo.java311 public int getType() { method in class:RouteInfo
435 mType == target.getType();
/frameworks/base/core/java/android/util/
H A DDebugUtils.java219 && field.getType().equals(int.class) && field.getName().startsWith(prefix)) {
243 && field.getType().equals(int.class) && field.getName().startsWith(prefix)) {
/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java221 public int getType(int column) { method in class:SortCursor
222 return mCursor.getType(column);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DConnectivityManagerMobileTest.java93 assertEquals("active network is not mobile", ConnectivityManager.TYPE_MOBILE, ni.getType());
334 extraNetInfo.getType());
/frameworks/base/keystore/java/android/security/
H A DCredentials.java158 if (o.getType().equals("CERTIFICATE")) {
162 throw new IllegalArgumentException("Unknown type " + o.getType());
/frameworks/base/libs/hwui/
H A DMatrix.h133 uint8_t getType() const;
152 if ((getType() & sGeometryMask) <= kTypeTranslate) {
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DUploadedTexture.java195 int type = GLUtils.getType(bitmap);
232 int type = GLUtils.getType(bitmap);
/frameworks/base/rs/java/android/renderscript/
H A DProgram.java151 a.getType().getID(mRS) != mConstants[slot].getID(mRS)) {
171 if (va != null && va.getType().hasFaces() &&
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNat464Xlat.java93 final int netType = nai.networkInfo.getType();
230 if (mNetwork.networkInfo.getType() != ConnectivityManager.TYPE_WIFI) {
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java119 EntryType getType() { method in class:TrackerEntry
214 if (entry.getType() == EntryType.LOCATION_TYPE) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeExpandableAdapter.java219 return getChildItem(groupPosition, childPosition).getType();
229 return mItems.get(groupPosition).getType();
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSAddDebugInfoPass.cpp131 DT = llvm::cast<llvm::DIDerivedType>(kernelPrototypeVarMD->getType());
201 ir.CreateAlloca(arg.getType(), nullptr, arg.getName() + ".var");
H A DRSInvokeHelperPass.cpp176 llvm::Type *argType = arg->getType();
202 llvm::Type *T = V->getType();
/frameworks/compile/slang/
H A Dslang_backend.cpp526 const RSExportType *ET = EV->getType();
540 mLLVMContext, llvm::utostr_32(PT->getType())));
573 EV->getType()->getName().c_str()));
630 if (AI->getType()->isPointerTy() && AI->getType()->getPointerElementType()->isStructTy()) {
631 HelperFunctionParameterTys.push_back(AI->getType()->getPointerElementType());
634 HelperFunctionParameterTys.push_back(AI->getType());
876 F->getType()->getName().c_str()));
H A Dslang_rs_export_reduce.cpp236 const clang::QualType ParamQType = Param->getType();
279 S.FnInitializerParamTy = S.FnInitializerParam->getType().getCanonicalType();
312 S.FnAccumulatorParamFirstTy = S.FnAccumulatorParamFirst->getType().getCanonicalType();
401 const clang::QualType ParamQType = Param->getType().getCanonicalType();
464 const clang::QualType FnCombinerParamTy = FnCombinerParam->getType().getCanonicalType();
508 const clang::QualType FnAccumulatorParamInputTy = FnAccumulatorParamInput->getType().getCanonicalType();
556 const clang::QualType FnOutConverterParamTy = FnOutConverterParam->getType().getCanonicalType();
649 const clang::QualType FnHalterParamTy = FnHalterParam->getType().getCanonicalType();
/frameworks/native/services/sensorservice/
H A DSensorFusion.cpp56 if (uncalibratedGyro.getType() == SENSOR_TYPE_GYROSCOPE_UNCALIBRATED) {
73 if (event.type == mGyro.getType()) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccCardApplicationTest.java119 assertEquals(IccCardApplicationStatus.AppType.APPTYPE_SIM, mUiccCardApplication.getType());
126 assertEquals(IccCardApplicationStatus.AppType.APPTYPE_USIM, mUiccCardApplication.getType());

Completed in 815 milliseconds

1234567891011>>