Searched refs:kind (Results 26 - 48 of 48) sorted by relevance

12

/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h72 void playSound(sound_kind kind);
/frameworks/av/media/libstagefright/
H A DAVIExtractor.cpp619 Track::Kind kind = Track::OTHER; local
636 kind = Track::VIDEO;
642 kind = Track::AUDIO;
658 track->mKind = kind;
724 ssize_t trackIndex, Track::Kind kind, uint32_t chunkType) {
727 switch (kind) {
723 IsCorrectChunkType( ssize_t trackIndex, Track::Kind kind, uint32_t chunkType) argument
/frameworks/base/tools/aidl/
H A Daidl.cpp267 kind_to_string(int kind) argument
269 switch (kind)
405 check_method(const char* filename, int kind, method_type* m) argument
419 if (kind != INTERFACE_TYPE_RPC) {
425 if (!(kind == INTERFACE_TYPE_BINDER ? returnType->CanWriteToParcel()
471 if (!(kind == INTERFACE_TYPE_BINDER ? t->CanWriteToParcel() : t->CanWriteToRpcData())) {
H A DType.cpp159 Type::Type(const string& name, int kind, bool canWriteToParcel, bool canWriteToRpcData, argument
165 m_kind(kind),
174 int kind, bool canWriteToParcel, bool canWriteToRpcData,
180 m_kind(kind),
173 Type(const string& package, const string& name, int kind, bool canWriteToParcel, bool canWriteToRpcData, bool canBeOut, const string& declFile, int declLine) argument
H A DType.h26 Type(const string& name, int kind, bool canWriteToParcel,
29 int kind, bool canWriteToParcel, bool canWriteToRpcData, bool canBeOut,
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1748 const AaptGroupEntry& kind, const String8& resType,
1807 ssize_t res = subdir->slurpFullTree(bundle, pathName, kind,
1817 sp<AaptFile> file = new AaptFile(pathName, kind, resType);
2205 const AaptGroupEntry& kind,
2209 ssize_t res = AaptDir::slurpFullTree(bundle, srcDir, kind, resType, fullResPaths);
2211 mGroupEntries.add(kind);
2333 AaptGroupEntry kind; local
2338 kind.initFromDirName(remain.walkPath().string(), &resType);
2342 if (entries.indexOf(kind) < 0) {
2343 entries.add(kind);
1747 slurpFullTree(Bundle* bundle, const String8& srcDir, const AaptGroupEntry& kind, const String8& resType, sp<FilePathStore>& fullResPaths) argument
2204 slurpFullTree(Bundle* bundle, const String8& srcDir, const AaptGroupEntry& kind, const String8& resType, sp<FilePathStore>& fullResPaths) argument
[all...]
H A DAaptAssets.h307 const AaptGroupEntry& kind,
602 const AaptGroupEntry& kind,
/frameworks/compile/mclinker/lib/LD/
H A DLayout.cpp563 switch (sect->kind()) {
609 error(diag::err_unsupported_section) << sect->name() << sect->kind();
625 if (LDFileFormat::BSS != m_SectionOrder[index - 1]->kind()) {
H A DELFReader.cpp212 pInputSectHdr.kind(),
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java611 private static String getMonthString(Calendar inDate, int count, int kind) { argument
612 boolean standalone = (kind == STANDALONE_MONTH);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1120 if (LDFileFormat::Null == pSectHdr.kind())
1132 switch (pSectHdr.kind()) {
1283 // std::sort(com_sym, com_end, some kind of order);
1405 if (LDFileFormat::BSS == sect_table[prev_idx]->kind())
1423 LDFileFormat::Null != (*sect)->kind())
1429 LDFileFormat::Null == (*sect)->kind()) {
1445 if (LDFileFormat::Null != (*sect)->kind())
1516 LDFileFormat::Null == segment.getFirstSection()->kind())
1525 if (LDFileFormat::BSS != last_sect->kind())
/frameworks/base/core/java/android/text/
H A DHtml.java589 private static Object getLast(Spanned text, Class kind) { argument
594 Object[] objs = text.getSpans(0, text.length(), kind);
608 private static void end(SpannableStringBuilder text, Class kind, argument
611 Object obj = getLast(text, kind);
/frameworks/compile/mclinker/lib/Support/
H A DCommandLine.cpp147 if (ZOption::Unknown == Val.kind())
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java152 native int rsnElementCreate(int con, int type, int kind, boolean norm, int vecSize); argument
153 synchronized int nElementCreate(int type, int kind, boolean norm, int vecSize) { argument
155 return rsnElementCreate(mContext, type, kind, norm, vecSize);
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java221 native int rsnElementCreate(int con, int type, int kind, boolean norm, int vecSize); argument
222 synchronized int nElementCreate(int type, int kind, boolean norm, int vecSize) { argument
224 return rsnElementCreate(mContext, type, kind, norm, vecSize);
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp243 nElementCreate(JNIEnv *_env, jobject _this, RsContext con, jint type, jint kind, jboolean norm, jint size) argument
245 LOG_API("nElementCreate, con(%p), type(%i), kind(%i), norm(%i), size(%i)", con, type, kind, norm, size);
246 return (jint)rsElementCreate(con, (RsDataType)type, (RsDataKind)kind, norm, size);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1290 public int beginOperation(String kind, String sql, Object[] bindArgs) { argument
1305 operation.mKind = kind;
/frameworks/base/core/java/android/provider/
H A DContacts.java1144 * The kind of the the contact method. For example, email address,
1150 public static final String KIND = "kind";
1397 public static final CharSequence getDisplayLabel(Context context, int kind, argument
1400 switch (kind) {
H A DContactsContract.java67 * A row in the {@link Data} table can store any kind of personal data, such
1067 * The kind of data that is used as the display name for the contact, such as
1751 * Used with {@link Builder#addParameter} to specify what kind of data is
1759 * Used with {@link Builder#addParameter} to specify what kind of data is
1767 * Used with {@link Builder#addParameter} to specify what kind of data is
1775 * Used with {@link Builder#addParameter} to specify what kind of data is
1807 * @param kind can be one of
1813 public Builder addParameter(String kind, String value) { argument
1815 mKinds.add(kind);
3723 * Whether this is the primary entry of its kind fo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java1131 // have special "kind" tags marking them as relevant for setup (see below).
1134 if (sbn.notification.kind != null) {
1135 for (String aKind : sbn.notification.kind) {
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp351 nElementCreate(JNIEnv *_env, jobject _this, RsContext con, jint type, jint kind, jboolean norm, jint size) argument
353 LOG_API("nElementCreate, con(%p), type(%i), kind(%i), norm(%i), size(%i)", con, type, kind, norm, size);
354 return (jint)rsElementCreate(con, (RsDataType)type, (RsDataKind)kind, norm, size);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp836 pInputSectHdr.kind(),
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java621 mImeSwitcherNotification.kind = new String[] { "android.system.imeswitcher" };

Completed in 3062 milliseconds

12