Searched refs:Result (Results 51 - 75 of 117) sorted by relevance

12345

/frameworks/support/media-compat/api23/android/support/v4/media/
H A DMediaBrowserServiceCompatApi23.java43 public void onLoadItem(String itemId, Result<MediaBrowser.MediaItem> result) {
/frameworks/support/media-compat/tests/src/android/support/v4/media/
H A DStubMediaBrowserServiceCompatWithDelayedMediaSession.java55 @NonNull Result<List<MediaBrowserCompat.MediaItem>> result) {
H A DStubRemoteMediaBrowserServiceCompat.java58 public void onLoadChildren(final String parentMediaId, final Result<List<MediaItem>> result) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocator.h33 enum Result { OK, BadReloc, Overflow, Unsupported, Unknown }; enum in class:mcld::Relocator
41 virtual Result applyRelocation(Relocation& pRelocation) = 0;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFunctions.h13 static X86Relocator::Result Name(Relocation& pEntry, \
80 static X86Relocator::Result Name(Relocation& pEntry, \
H A DX86Relocator.h67 virtual Result applyRelocation(Relocation& pRelocation) = 0;
129 Result applyRelocation(Relocation& pRelocation);
193 Result applyRelocation(Relocation& pRelocation);
H A DX86Relocator.cpp136 typedef Relocator::Result (*X86_32ApplyFunctionType)(Relocation& pReloc,
278 Relocator::Result X86_32Relocator::applyRelocation(Relocation& pRelocation) {
855 Relocator::Result none(Relocation& pReloc, X86_32Relocator& pParent) {
862 Relocator::Result abs(Relocation& pReloc, X86_32Relocator& pParent) {
899 Relocator::Result rel(Relocation& pReloc, X86_32Relocator& pParent) {
933 Relocator::Result gotoff32(Relocation& pReloc, X86_32Relocator& pParent) {
943 Relocator::Result gotpc32(Relocation& pReloc, X86_32Relocator& pParent) {
952 Relocator::Result got32(Relocation& pReloc, X86_32Relocator& pParent) {
973 Relocator::Result plt32(Relocation& pReloc, X86_32Relocator& pParent) {
987 Relocator::Result tls_g
[all...]
/frameworks/av/services/radio/
H A DHidlUtils.cpp33 int HidlUtils::convertHalResult(Result result)
36 case Result::OK:
38 case Result::INVALID_ARGUMENTS:
40 case Result::INVALID_STATE:
42 case Result::TIMEOUT:
44 case Result::NOT_INITIALIZED:
H A DRadioHalHidl.h33 using android::hardware::broadcastradio::V1_0::Result;
71 virtual Return<void> configChange(Result result, const BandConfig& config);
72 virtual Return<void> tuneComplete(Result result, const ProgramInfo& info);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java29 import com.android.ide.common.rendering.api.Result;
30 import com.android.ide.common.rendering.api.Result.Status;
103 import static com.android.ide.common.rendering.api.Result.Status.ERROR_ANIM_NOT_FOUND;
104 import static com.android.ide.common.rendering.api.Result.Status.ERROR_INFLATION;
105 import static com.android.ide.common.rendering.api.Result.Status.ERROR_NOT_INFLATED;
106 import static com.android.ide.common.rendering.api.Result.Status.ERROR_UNKNOWN;
107 import static com.android.ide.common.rendering.api.Result.Status.ERROR_VIEWGROUP_NO_CHILDREN;
108 import static com.android.ide.common.rendering.api.Result.Status.SUCCESS;
177 public Result init(long timeout) {
178 Result resul
[all...]
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java65 private enum Result { DISMISSED, UNWANTED, WANTED_AS_IS }; enum in class:CaptivePortalLoginActivity
88 done(Result.WANTED_AS_IS);
111 if (mNetwork.equals(lostNetwork)) done(Result.UNWANTED);
167 private void done(Result result) {
169 Log.d(TAG, String.format("Result %s for %s", result.name(), mUrl.toString()));
207 final Result result;
212 result = Result.WANTED_AS_IS;
216 result = Result.UNWANTED;
307 done(Result.DISMISSED);
334 done(Result
[all...]
/frameworks/compile/mclinker/unittests/
H A DNamePoolTest.cpp72 Resolver::Result result1;
85 Resolver::Result result2;
109 Resolver::Result result1;
122 Resolver::Result result2;
128 Resolver::Result result3;
/frameworks/support/media-compat/api21/android/support/v4/media/
H A DMediaBrowserServiceCompatApi21.java61 MediaBrowserService.Result mResultObj;
63 ResultWrapper(MediaBrowserService.Result result) {
127 public void onLoadChildren(String parentId, Result<List<MediaBrowser.MediaItem>> result) {
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DASensorManager.cpp30 using android::frameworks::sensorservice::V1_0::Result;
98 if (result != Result::OK) {
129 if (result != Result::OK) {
162 Result result;
167 if (result != Result::OK) {
174 if (!ret.isOk() || result != Result::OK) {
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DMainActivity.java183 private class Result { class in class:MainActivity
188 public Result(ArrayList<Pair<String,Long>> timingsOld, method in class:MainActivity.Result
197 private class RsAsyncTaskRunner extends AsyncTask<RsTaskParams, ImageView, Result> {
204 protected Result doInBackground(RsTaskParams... params) {
219 return new Result(renderScriptTask.timings, renderScriptTaskNew.timings, psnr);
222 protected void onPostExecute(Result result) {
/frameworks/av/media/libaudiohal/
H A DEffectHalHidl.h72 hardware::audio::effect::V2_0::Result, hardware::kSynchronizedReadWrite> StatusMQ;
82 static status_t analyzeResult(const hardware::audio::effect::V2_0::Result& result);
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsSession.java28 import android.support.customtabs.CustomTabsService.Result;
177 @Result
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp123 typedef Relocator::Result (*ApplyFunctionType)(MipsRelocationInfo&,
149 Relocator::Result MipsRelocator::applyRelocation(Relocation& pReloc) {
165 Result res = triple.func(info, *this);
837 static MipsRelocator::Result none(MipsRelocationInfo& pReloc,
843 static MipsRelocator::Result abs32(MipsRelocationInfo& pReloc,
874 static MipsRelocator::Result rel26(MipsRelocationInfo& pReloc,
897 static MipsRelocator::Result hi16(MipsRelocationInfo& pReloc,
919 static MipsRelocator::Result lo16(MipsRelocationInfo& pReloc,
943 static MipsRelocator::Result gprel16(MipsRelocationInfo& pReloc,
963 static MipsRelocator::Result got1
[all...]
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserServiceCompat.java353 final Result<List<MediaBrowserCompat.MediaItem>> result
354 = new Result<List<MediaBrowserCompat.MediaItem>>(parentId) {
391 final Result<MediaBrowserCompat.MediaItem> result
392 = new Result<MediaBrowserCompat.MediaItem>(itemId) {
437 final Result<List<MediaBrowserCompat.MediaItem>> result
438 = new Result<List<MediaBrowserCompat.MediaItem>>(parentId) {
585 public static class Result<T> { class in class:MediaBrowserServiceCompat
593 Result(Object debug) { method in class:MediaBrowserServiceCompat.Result
1029 * Implementations must call {@link Result#sendResult result.sendResult}
1032 * {@link Result#detac
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp41 using ::android::hardware::tv::input::V1_0::Result;
361 Result result = Result::UNKNOWN;
364 [&result, &list](Result res, hidl_vec<TvStreamConfig> configs) {
366 if (res == Result::OK) {
370 if (result != Result::OK) {
387 result = Result::UNKNOWN;
390 [&result, &sidebandStream](Result res, const native_handle_t* handle) {
392 if (res == Result::OK) {
396 if (result != Result
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h64 Result applyRelocation(Relocation& pRelocation);
H A DARMRelocator.cpp282 typedef Relocator::Result (*ApplyFunctionType)(Relocation& pReloc,
307 Relocator::Result ARMRelocator::applyRelocation(Relocation& pRelocation) {
782 ARMRelocator::Result none(Relocation& pReloc, ARMRelocator& pParent) {
787 ARMRelocator::Result abs32(Relocation& pReloc, ARMRelocator& pParent) {
824 ARMRelocator::Result rel32(Relocation& pReloc, ARMRelocator& pParent) {
848 ARMRelocator::Result base_prel(Relocation& pReloc, ARMRelocator& pParent) {
856 ARMRelocator::Result gotoff32(Relocation& pReloc, ARMRelocator& pParent) {
869 ARMRelocator::Result got_brel(Relocation& pReloc, ARMRelocator& pParent) {
887 ARMRelocator::Result got_prel(Relocation& pReloc, ARMRelocator& pParent) {
906 ARMRelocator::Result thm_jump
[all...]
/frameworks/native/services/sensorservice/
H A DSensorDevice.cpp40 static status_t StatusFromResult(Result result) {
42 case Result::OK:
44 case Result::BAD_VALUE:
46 case Result::PERMISSION_DENIED:
48 case Result::INVALID_OPERATION:
50 case Result::NO_MEMORY:
86 (checkReturn(mSensors->unregisterDirectChannel(-1)) != Result::INVALID_OPERATION);
192 if (result == Result::OK) {
500 if (result == Result::OK) {
544 if (result == Result
[all...]
/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java134 public class Result<T> { class in class:MediaBrowserService
140 Result(Object debug) { method in class:MediaBrowserService.Result
373 * Implementations must call {@link Result#sendResult result.sendResult}
376 * {@link Result#detach result.detach} may be called before returning from
377 * this function, and then {@link Result#sendResult result.sendResult}
380 * In case the media item does not have any children, call {@link Result#sendResult}
382 * call {@link Result#sendResult result.sendResult} with {@code null}, which will invoke
388 * @param result The Result to send the list of children to.
391 @NonNull Result<List<MediaBrowser.MediaItem>> result);
396 * Implementations must call {@link Result#sendResul
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java24 import com.android.ide.common.rendering.api.Result;
25 import com.android.ide.common.rendering.api.Result.Status;
64 import static com.android.ide.common.rendering.api.Result.Status.ERROR_UNKNOWN;
65 import static com.android.ide.common.rendering.api.Result.Status.SUCCESS;
425 Result lastResult = SUCCESS.createResult();
457 public Result renderDrawable(DrawableParams params) {
459 Result lastResult = SUCCESS.createResult();
492 public Result getViewParent(Object viewObject) {
501 public Result getViewIndex(Object viewObject) {

Completed in 1128 milliseconds

12345