Home
last modified time | relevance | path

Searched refs:onInit (Results 1 – 25 of 69) sorted by relevance

123

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DTestService.java333 mForegroundOp.onInit(TestService.this, true); in run()
334 mBackgroundOp.onInit(TestService.this, false); in run()
445 void onInit(Context context, boolean foreground) { in onInit() method in TestService.Op
576 void onInit(Context context, boolean foreground) { in onInit() method in TestService.IpcOp
601 void onInit(Context context, boolean foreground) { in onInit() method in TestService.OpenXmlResOp
621 void onInit(Context context, boolean foreground) { in onInit() method in TestService.ReadXmlAttrsOp
666 void onInit(Context context, boolean foreground) { in onInit() method in TestService.ParseXmlResOp
684 void onInit(Context context, boolean foreground) { in onInit() method in TestService.ParseLargeXmlResOp
702 void onInit(Context context, boolean foreground) { in onInit() method in TestService.LayoutInflaterOp
724 void onInit(Context context, boolean foreground) { in onInit() method in TestService.LayoutInflaterLargeOp
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
DToggleSlider.java21 void onInit(ToggleSlider control); in onInit() method
/frameworks/base/location/lib/java/com/android/location/provider/
DLocationProviderBase.java218 protected void onInit() { in onInit() method in LocationProviderBase
326 onInit(); in setLocationProviderManager()
/frameworks/av/media/codec2/components/raw/
DC2SoftRawDec.h33 c2_status_t onInit() override;
/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.h33 c2_status_t onInit() override;
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrDec.h33 c2_status_t onInit() override;
DC2SoftAmrNbEnc.h34 c2_status_t onInit() override;
DC2SoftAmrWbEnc.h34 c2_status_t onInit() override;
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.h34 c2_status_t onInit() override;
DC2SoftFlacEnc.h42 c2_status_t onInit() override;
/frameworks/av/media/codec2/components/gsm/
DC2SoftGsmDec.h40 c2_status_t onInit() override;
/frameworks/av/media/codec2/components/vorbis/
DC2SoftVorbisDec.h36 c2_status_t onInit() override;
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.h35 c2_status_t onInit() override;
DC2SoftOpusEnc.h36 c2_status_t onInit() override;
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.h41 c2_status_t onInit() override;
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.h37 c2_status_t onInit() override;
DC2SoftAacDec.h35 c2_status_t onInit() override;
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.h35 c2_status_t onInit() override;
DC2SoftMpeg4Enc.h36 c2_status_t onInit() override;
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.h39 c2_status_t onInit() override;
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.h36 c2_status_t onInit() override;
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.h55 c2_status_t onInit() override;
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.h39 c2_status_t onInit() override;
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h59 c2_status_t onInit() override;
DC2SoftHevcEnc.h52 c2_status_t onInit() override;

123