Searched refs:android (Results 276 - 300 of 362) sorted by relevance

<<1112131415

/system/extras/ext4_utils/
H A Dmake_ext4fs.c73 u32 dir_inode, int android)
116 if (android) {
127 error("can't set android permissions - built without android support");
163 dentries[i].path, inode, android);
261 char *mountpoint, int android, int gzip, int sparse,
349 root_inode_num = build_directory_structure(directory, mountpoint, 0, android);
72 build_directory_structure(const char *full_path, const char *dir_path, u32 dir_inode, int android) argument
260 make_ext4fs_internal(const char *filename, const char *directory, char *mountpoint, int android, int gzip, int sparse, int crc, int wipe, int init_itabs) argument
/system/media/mca/filterpacks/videoproc/java/
H A DBackDropperFilter.java17 package android.filterpacks.videoproc;
19 import android.filterfw.core.Filter;
20 import android.filterfw.core.FilterContext;
21 import android.filterfw.core.GenerateFieldPort;
22 import android.filterfw.core.GenerateFinalPort;
23 import android.filterfw.core.Frame;
24 import android.filterfw.core.GLFrame;
25 import android.filterfw.core.FrameFormat;
26 import android.filterfw.core.MutableFrameFormat;
27 import android
[all...]
/system/media/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp20 #include "android/android_AudioSfDecoder.h"
30 namespace android { namespace
145 android::Mutex::Autolock autoLock(mPcmFormatLock);
168 android::Mutex::Autolock autoLock(mPcmFormatLock);
347 android::Mutex::Autolock autoLock(mPcmFormatLock);
614 android::Mutex::Autolock autoLock(mNotifyClientLock);
764 android::Mutex::Autolock autoLock(mPcmFormatLock);
795 String16("android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"));
801 } // namespace android
H A Dandroid_StreamPlayer.h19 #include "android/android_GenericMediaPlayer.h"
26 namespace android { namespace
56 // the player to release all of its resources, similar to android.media.MediaPlayer disconnect.
125 } // namespace android
/system/core/nexus/
H A DProperty.h122 typedef android::List<Property *> PropertyCollection;
136 typedef android::List<PropertyNamespace *> PropertyNamespaceCollection;
H A DNetworkManager.h51 typedef android::List<ControllerBinding *> ControllerBindingCollection;
H A DPropertyManager.cpp255 android::List<char *> *PropertyManager::createPropertyList(const char *prefix) {
256 android::List<char *> *c = new android::List<char *>();
/system/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java18 package android.filterfw.core;
20 import android.filterfw.core.FilterContext;
21 import android.filterfw.core.FilterPort;
22 import android.filterfw.core.KeyValueMap;
23 import android.filterfw.io.TextGraphReader;
24 import android.filterfw.io.GraphIOException;
25 import android.filterfw.format.ObjectFormat;
26 import android.util.Log;
H A DFilterFunction.java18 package android.filterfw.core;
H A DFrameFormat.java18 package android.filterfw.core;
20 import android.filterfw.core.KeyValueMap;
21 import android.filterfw.core.MutableFrameFormat;
/system/media/mca/filterfw/java/android/filterfw/geometry/
H A DQuad.java18 package android.filterfw.geometry;
20 import android.filterfw.geometry.Point;
H A DPoint.java18 package android.filterfw.geometry;
/system/media/wilhelm/src/
H A Dentry.c139 android::ProcessState::self()->startThreadPool();
140 android::DataSource::RegisterDefaultSniffers();
/system/core/libpixelflinger/tinyutils/
H A DSharedBuffer.cpp18 namespace android { namespace
106 }; // namespace android
/system/media/mca/effect/java/android/media/effect/
H A DEffectFactory.java18 package android.media.effect;
34 "android.media.effect.effects.", // Default effect package
59 "android.media.effect.effects.BrightnessEffect";
74 "android.media.effect.effects.ContrastEffect";
88 "android.media.effect.effects.FisheyeEffect";
104 * {@link android.net.Uri#toString Uri.toString()}</td>
114 "android.media.effect.effects.BackDropperEffect";
129 "android.media.effect.effects.AutoFixEffect";
147 "android.media.effect.effects.BlackWhiteEffect";
174 "android
[all...]
/system/media/mca/filterfw/native/core/
H A Dgl_env.h33 namespace android { namespace
256 } // namespace android
H A Dgl_frame.h26 namespace android { namespace
215 } // namespace android
/system/media/mca/filterpacks/base/native/
H A Dgeometry.h22 namespace android { namespace
109 } // namespace android
/system/media/wilhelm/src/android/include/
H A DAacAdtsExtractor.h33 namespace android { namespace
99 } // namespace android
/system/media/wilhelm/tests/mimeUri/
H A DslesTestGetPositionUri.cpp40 android::Mutex eosLock;
41 android::Condition eosCondition;
59 android::Mutex::Autolock autoLock(eosLock);
295 android::Mutex::Autolock autoLock(eosLock);
/system/media/wilhelm/src/itf/
H A DIEngine.c255 (void) new (&thiz->mAudioTrack) android::sp<android::AudioTrackProxy>();
257 android::sp<android::CallbackProtector>();
258 (void) new (&thiz->mAuxEffect) android::sp<android::AudioEffect>();
259 (void) new (&thiz->mAPlayer) android::sp<android::GenericPlayer>();
1116 (void) new (&thiz->mAVPlayer) android::sp<android
[all...]
/system/core/libcutils/
H A DAndroid.mk107 LOCAL_SRC_FILES += memory.c atomic-android-sh.c
/system/core/libmincrypt/tools/
H A DDumpPublicKey.java17 package com.android.dumpkey;
/system/media/mca/filterfw/java/android/filterfw/io/
H A DPatternScanner.java18 package android.filterfw.io;
/system/media/mca/filterfw/jni/
H A Djni_vertex_frame.cpp22 using android::filterfw::VertexFrame;

Completed in 279 milliseconds

<<1112131415