Searched defs:create (Results 1 - 25 of 299) sorted by path

1234567891011>>

/frameworks/av/camera/
H A DCamera.cpp46 sp<Camera> Camera::create(const sp<::android::hardware::ICamera>& camera) function in class:android::Camera
48 ALOGV("create");
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp38 DrmManagerClientImpl* DrmManagerClientImpl::create( function in class:DrmManagerClientImpl
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp52 extern "C" IDrmEngine* create() { function
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp36 extern "C" IDrmEngine* create() { function
/frameworks/av/media/libaudiohal/
H A DDevicesFactoryHalHybrid.cpp29 sp<DevicesFactoryHalInterface> DevicesFactoryHalInterface::create() { function in class:android::DevicesFactoryHalInterface
H A DEffectsFactoryHalHidl.cpp35 sp<EffectsFactoryHalInterface> EffectsFactoryHalInterface::create() { function in class:android::EffectsFactoryHalInterface
H A DEffectsFactoryHalLocal.cpp25 sp<EffectsFactoryHalInterface> EffectsFactoryHalInterface::create() { function in class:android::EffectsFactoryHalInterface
/frameworks/av/media/libaudioprocessing/
H A DAudioResampler.cpp150 AudioResampler* AudioResampler::create(audio_format_t format, int inChannelCount, function in class:android::AudioResampler
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp74 int (* create)(preproc_effect_t *fx); member in struct:preproc_ops_s
712 status = effect->ops->create(effect);
1014 ALOGW("Session_SetConfig Cannot create speex resampler: %s",
1024 ALOGW("Session_SetConfig Cannot create speex resampler: %s",
1036 ALOGW("Session_SetConfig Cannot create speex resampler: %s",
/frameworks/av/media/libmedia/
H A DIMediaPlayerService.cpp66 virtual sp<IMediaPlayer> create( function in class:android::BpMediaPlayerService
147 sp<IMediaPlayer> player = create(client, audioSessionId);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp312 sp<IMediaPlayer> MediaPlayerService::create(const sp<IMediaPlayerClient>& client, function in class:android::MediaPlayerService
572 ALOGD("create Antagonizer");
710 // create the right type of player
864 // create the right type of player
1031 // TODO: create mPlayer on demand.
1914 // We don't attempt to create a new track if we are recycling an
1916 // are switching where one is offloaded and one isn't then we create
1971 ALOGE("Unable to create audio track");
2026 // the server or create shared memory state.
2585 if (index < 0) { // create
[all...]
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp42 sp<MediaSync> MediaSync::create() { function in class:android::MediaSync
102 // Check usage flags only when current output surface has been used to create input surface.
/frameworks/base/apct-tests/perftests/core/src/android/view/
H A DViewShowHidePerfTest.java61 abstract View create(Context context, int depth); method in class:ViewShowHidePerfTest.SubTreeFactory
97 public View create(Context context, int depth) {
105 public View create(Context context, int depth) {
135 mChild = subTreeFactory.create(getContext(), depth);
/frameworks/base/cmds/bootanimation/
H A Daudioplay.cpp90 // create the engine and output mix objects
94 // create engine
110 // get the engine interface, which is needed in order to create other objects
118 // create output mix
137 // create buffer queue audio player
173 // create audio player
310 bool create(const uint8_t* exampleClipBuf, int exampleClipBufSize) { function in namespace:audioplay
/frameworks/base/core/java/android/app/
H A DAlertDialog.java205 mAlert = AlertController.create(getContext(), this, getWindow());
232 * example, via {@link #show()} or {@link #create()}).
1084 * create and display the dialog.
1086 public AlertDialog create() { method in class:AlertDialog.Builder
1108 * AlertDialog dialog = builder.create();
1113 final AlertDialog dialog = create();
H A DDialog.java276 public void create() { method in class:Dialog
505 * or {@link #create()}).
H A DFragmentHostCallback.java244 mLoaderManager = getLoaderManager("(root)", mLoadersStarted, true /*create*/);
321 LoaderManagerImpl getLoaderManager(String who, boolean started, boolean create) { argument
326 if (lm == null && create) {
H A DTaskStackBuilder.java78 public static TaskStackBuilder create(Context context) { method in class:TaskStackBuilder
/frameworks/base/core/java/android/content/
H A DIntentFilter.java81 * <p>For information about how to create and resolve intents, read the
389 public static IntentFilter create(String action, String dataType) { method in class:IntentFilter
/frameworks/base/core/java/android/content/res/
H A DThemedResourceCache.java138 * @param create {@code true} to create an entry if one does not already
141 * empty and {@code create} was {@code false}
144 private LongSparseArray<WeakReference<T>> getThemedLocked(@Nullable Theme t, boolean create) { argument
146 if (mNullThemedEntries == null && create) {
153 if (create) {
162 if (cache == null && create) {
175 * @param create {@code true} to create an entry if one does not already
178 * empty and {@code create} wa
181 getUnthemedLocked(boolean create) argument
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java52 * SQLiteDatabase has methods to create, delete, execute SQL commands, and
231 * Open flag: Flag for {@link #openDatabase} to create the database file if it does not
663 * @param path to database file to open and/or create
684 * @param path to database file to open and/or create
828 public static SQLiteDatabase create(CursorFactory factory) { method in class:SQLiteDatabase
2206 * This can be used to create a function that can be called from
/frameworks/base/core/java/android/hardware/
H A DHardwareBuffer.java127 public static HardwareBuffer create(int width, int height, @Format int format, int layers, method in class:HardwareBuffer
146 throw new IllegalArgumentException("Unable to create a HardwareBuffer, either the " +
154 * Private use only. See {@link #create(int, int, int, int, long)}. May also be
321 * See {@link #create(int, int, int, int, long)}.
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiTvClient.java52 /* package */ static HdmiTvClient create(IHdmiControlService service) { method in class:HdmiTvClient
318 * // create timer info
322 * // create timer recording source.
/frameworks/base/core/java/android/net/
H A DLocalSocketImpl.java237 public void create(int sockType) throws IOException { method in class:LocalSocketImpl
/frameworks/base/core/java/android/os/
H A DCommonClock.java126 static public CommonClock create() { method in class:CommonClock
274 * restore functionality, clients should {@link #release()} their old visualizer and create

Completed in 449 milliseconds

1234567891011>>