Searched refs:options (Results 101 - 125 of 316) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/
H A DAMRExtractor.cpp48 MediaBuffer **buffer, const ReadOptions *options = NULL);
257 MediaBuffer **out, const ReadOptions *options) {
262 if (mOffsetTableLength > 0 && options && options->getSeekTo(&seekTimeUs, &mode)) {
256 read( MediaBuffer **out, const ReadOptions *options) argument
H A DMidiExtractor.cpp48 MediaBuffer **buffer, const ReadOptions *options = NULL);
117 MediaBuffer **outBuffer, const ReadOptions *options)
124 if ((NULL != options) && options->getSeekTo(&seekTimeUs, &mode)) {
116 read( MediaBuffer **outBuffer, const ReadOptions *options) argument
H A DAudioPlayer.cpp103 MediaSource::ReadOptions options; local
105 options.setSeekTo(mSeekTimeUs);
109 mFirstBufferResult = mSource->read(&mFirstBuffer, &options);
475 MediaSource::ReadOptions options; local
490 options.setSeekTo(mSeekTimeUs);
512 err = mSource->read(&mInputBuffer, &options);
H A DSimpleDecodingSource.cpp178 MediaBuffer **buffer, const ReadOptions *options) {
187 status_t res = doRead(me, buffer, options);
199 Mutexed<ProtectedState>::Locked &me, MediaBuffer **buffer, const ReadOptions *options) {
210 if (options != NULL && options->getSeekTo(&out_pts, &mode)) {
249 res = mSource->read(&in_buf, options);
177 read( MediaBuffer **buffer, const ReadOptions *options) argument
198 doRead( Mutexed<ProtectedState>::Locked &me, MediaBuffer **buffer, const ReadOptions *options) argument
/frameworks/av/media/libstagefright/include/
H A DAACEncoder.h38 MediaBuffer **buffer, const ReadOptions *options);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.h23 MediaBuffer **buffer, const ReadOptions *options);
/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java132 final List<PersistableBundle> options; field in class:TrustAgentService.ConfigurationData
134 options = opts;
156 boolean result = onConfigure(data.options);
234 * Called when device policy admin wants to enable specific options for agent in response to
238 * <p>Agents that support configuration options should overload this method and return 'true'.
240 * @param options The aggregated list of options or an empty list if no restrictions apply.
241 * @return true if the {@link TrustAgentService} supports configuration options.
243 public boolean onConfigure(List<PersistableBundle> options) { argument
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
H A DSampleTrustAgent.java117 public boolean onConfigure(List<PersistableBundle> options) { argument
118 if (options != null) {
119 for (int i = 0; i < options.size(); i++) {
120 Log.v(TAG, "Policy options received: " + options.get(i));
123 Log.w(TAG, "onConfigure() called with no options");
125 // TODO: Handle options
/frameworks/base/telephony/java/com/android/ims/internal/uce/options/
H A DOptionsCapInfo.java16 package com.android.ims.internal.uce.options;
H A DOptionsSipResponse.java17 package com.android.ims.internal.uce.options;
/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.h60 const JavaClassGeneratorOptions& options);
/frameworks/base/tools/aapt2/link/
H A DTableMerger.h60 TableMerger(IAaptContext* context, ResourceTable* outTable, const TableMergerOptions& options);
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java84 String[] options, int defaultValue) {
93 return XmlUtils.convertValueToList(value, options, defaultValue);
176 String[] options, int defaultValue) {
178 getAttributeValue(index), options, defaultValue);
83 getAttributeListValue(String namespace, String attribute, String[] options, int defaultValue) argument
175 getAttributeListValue(int index, String[] options, int defaultValue) argument
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMEmulation.cpp36 if (pConfig.options().getScriptList().empty() &&
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A DHealing.java108 Script.LaunchOptions options = new Script.LaunchOptions();
109 options.setX(1, mRoiBounds.width() - 1);
110 options.setY(1, mRoiBounds.height() - 1);
111 healing.forEach_laplacian(laplace_f3, options);
/frameworks/support/compat/java/android/support/v4/content/
H A DContextCompat.java115 * @param options Additional options for how the Activity should be started.
120 Bundle options) {
123 ContextCompatJellybean.startActivities(context, intents, options);
135 * <p>In Android 4.1+ additional options were introduced to allow for more
143 * @param options Additional options for how the Activity should be started.
144 * May be null if there are no options. See
149 public static void startActivity(Context context, Intent intent, @Nullable Bundle options) { argument
151 ContextCompatJellybean.startActivity(context, intent, options);
119 startActivities(Context context, Intent[] intents, Bundle options) argument
[all...]
/frameworks/base/core/java/android/app/
H A DPendingIntent.java326 * @param options Additional options for how the Activity should be started.
327 * May be null if there are no options.
334 @NonNull Intent intent, @Flags int flags, @Nullable Bundle options) {
346 flags, options, UserHandle.myUserId());
359 @NonNull Intent intent, int flags, Bundle options, UserHandle user) {
371 flags, options, user.getIdentifier());
474 @NonNull Intent[] intents, @Flags int flags, @Nullable Bundle options) {
486 null, null, requestCode, intents, resolvedTypes, flags, options,
500 @NonNull Intent[] intents, int flags, Bundle options, UserHandl
333 getActivity(Context context, int requestCode, @NonNull Intent intent, @Flags int flags, @Nullable Bundle options) argument
358 getActivityAsUser(Context context, int requestCode, @NonNull Intent intent, int flags, Bundle options, UserHandle user) argument
473 getActivities(Context context, int requestCode, @NonNull Intent[] intents, @Flags int flags, @Nullable Bundle options) argument
499 getActivitiesAsUser(Context context, int requestCode, @NonNull Intent[] intents, int flags, Bundle options, UserHandle user) argument
828 send(Context context, int code, @Nullable Intent intent, @Nullable OnFinished onFinished, @Nullable Handler handler, @Nullable String requiredPermission, @Nullable Bundle options) argument
[all...]
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaBrowserServiceSupport.java250 final Bundle options) {
259 loadChildrenImpl(parentMediaId, result, options);
268 loadChildrenImpl(parentMediaId, result, options);
277 final Result<List<MediaItem>> result, final Bundle options) {
278 Log.d(TAG, "OnLoadChildren: parentMediaId=" + parentMediaId + ", options=" + options);
283 if (options != null && (options.containsKey(MediaBrowserCompat.EXTRA_PAGE)
284 || options.containsKey(MediaBrowserCompat.EXTRA_PAGE_SIZE))) {
285 page = options
249 onLoadChildren(final String parentMediaId, final Result<List<MediaItem>> result, final Bundle options) argument
276 loadChildrenImpl(final String parentMediaId, final Result<List<MediaItem>> result, final Bundle options) argument
[all...]
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaBrowserServiceSupport.java250 final Bundle options) {
259 loadChildrenImpl(parentMediaId, result, options);
268 loadChildrenImpl(parentMediaId, result, options);
277 final Result<List<MediaItem>> result, final Bundle options) {
278 Log.d(TAG, "OnLoadChildren: parentMediaId=" + parentMediaId + ", options=" + options);
283 if (options != null && (options.containsKey(MediaBrowserCompat.EXTRA_PAGE)
284 || options.containsKey(MediaBrowserCompat.EXTRA_PAGE_SIZE))) {
285 page = options
249 onLoadChildren(final String parentMediaId, final Result<List<MediaItem>> result, final Bundle options) argument
276 loadChildrenImpl(final String parentMediaId, final Result<List<MediaItem>> result, final Bundle options) argument
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DFlpHardwareProvider.java297 private native void nativeStartBatching(int requestId, FusedBatchOptions options); argument
377 public void startBatching(int requestId, FusedBatchOptions options) {
378 nativeStartBatching(requestId, options);
387 public void updateBatchingOptions(int requestId, FusedBatchOptions options) {
388 nativeUpdateBatchingOptions(requestId, options);
/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp205 m_Config.options().exportDynamic()) {
230 m_Config.options().isPIE()) {
240 if (!m_Config.options().exportDynamic()) {
271 m_Config.options().undef_sym_end();
272 for (usym = m_Config.options().undef_sym_begin(); usym != usymEnd; ++usym) {
/frameworks/data-binding/compiler/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/developmentPlugins/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/multidex/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/av/media/libmedia/
H A DIMediaSource.cpp116 virtual status_t read(MediaBuffer **buffer, const ReadOptions *options) { argument
118 status_t ret = readMultiple(&buffers, 1 /* maxNumBuffers */, options);
126 Vector<MediaBuffer *> *buffers, uint32_t maxNumBuffers, const ReadOptions *options) {
134 if (options != nullptr) {
135 data.writeByteArray(sizeof(*options), (uint8_t*) options);
332 // Get read options, if any.
348 opts.clearNonPersistent(); // Remove options that only apply to first buffer.
125 readMultiple( Vector<MediaBuffer *> *buffers, uint32_t maxNumBuffers, const ReadOptions *options) argument

Completed in 1744 milliseconds

1234567891011>>