HomeSort by relevance Sort by last modified time
    Searched full:onreset (Results 51 - 75 of 216) sorted by null

1 23 4 5 6 7 8 9

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationCursorLoader.java 87 public void onReset() {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 326 void SoftAVC::onReset() {
327 SoftVideoDecoderOMXComponent::onReset();
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CalendarInteractionsLoader.java 222 protected void onReset() {
223 super.onReset();
  /frameworks/base/core/java/android/content/
Loader.java 39 * {@link #onStopLoading()}, {@link #onForceLoad()}, and {@link #onReset()}.</p>
409 * an optional intermediate state prior to {@link #onReset()} -- it means that
413 * {@link #onReset()} happens. You can retrieve the current abandoned
433 * values, and then calls the implementation's {@link #onReset()}.
438 onReset();
452 protected void onReset() {
  /frameworks/support/core-utils/java/android/support/v4/content/
Loader.java 391 * an optional intermediate state prior to {@link #onReset()} -- it means that
395 * {@link #onReset()} happens. You can retrieve the current abandoned
415 * values, and then calls the implementation's {@link #onReset()}.
420 onReset();
434 protected void onReset() {
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 371 void SoftHEVC::onReset() {
372 ALOGV("onReset called");
373 SoftVideoDecoderOMXComponent::onReset();
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 386 void SoftMPEG4::onReset() {
387 SoftVideoDecoderOMXComponent::onReset();
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 99 onReset();
508 void SoftMPEG4Encoder::onReset() {
  /packages/apps/DocumentsUI/src/com/android/documentsui/
RecentsLoader.java 286 protected void onReset() {
287 super.onReset();
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java 228 @Override protected void onReset() {
229 super.onReset();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 70 virtual void OnReset() {}
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h 139 virtual void onReset();
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 96 virtual void onReset();
  /packages/apps/Contacts/src/com/android/contacts/list/
DirectoryListLoader.java 214 protected void onReset() {
  /packages/apps/Dialer/java/com/android/contacts/common/list/
DirectoryListLoader.java 187 protected void onReset() {
  /packages/apps/Dialer/java/com/android/dialer/app/dialpad/
SmartDialCursorLoader.java 152 protected void onReset() {
  /packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java 159 protected void onReset() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
TestActivity.java 317 public void onReset() {
320 mAccuracyListener.onReset();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 334 @Override protected void onReset() {
335 super.onReset();
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.cpp 96 this->onReset(gpu);
526 void GrVkPrimaryCommandBuffer::onReset(GrVkGpu* gpu) {
    [all...]
  /frameworks/av/cmds/stagefright/
SimplePlayer.cpp 237 err = onReset();
398 status_t SimplePlayer::onReset() {
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 65 onReset();
577 void SoftAACEncoder::onReset() {
SoftAACEncoder2.cpp 77 onReset();
721 void SoftAACEncoder2::onReset() {
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 333 void SoftAVC::onReset() {
334 SoftVideoDecoderOMXComponent::onReset();
  /frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 492 void SimpleSoftOMXComponent::onReset() {
644 onReset();

Completed in 457 milliseconds

1 23 4 5 6 7 8 9