/hardware/google/av/media/codecs/raw/ |
D | C2SoftRawDec.cpp | 129 c2_status_t C2SoftRawDec::onStop() { in onStop() function in android::C2SoftRawDec 135 (void)onStop(); in onReset() 142 return onStop(); in onFlush_sm()
|
D | C2SoftRawDec.h | 34 c2_status_t onStop() override;
|
/hardware/google/av/media/codecs/gsm/ |
D | C2SoftGsmDec.h | 44 c2_status_t onStop() override;
|
D | C2SoftGsmDec.cpp | 120 c2_status_t C2SoftGsmDec::onStop() { in onStop() function in android::C2SoftGsmDec 135 (void)onStop(); in onReset() 146 return onStop(); in onFlush_sm()
|
/hardware/google/av/media/codecs/amr_nb_wb/ |
D | C2SoftAmrDec.h | 34 c2_status_t onStop() override;
|
D | C2SoftAmrNbEnc.h | 35 c2_status_t onStop() override;
|
D | C2SoftAmrWbEnc.h | 35 c2_status_t onStop() override;
|
D | C2SoftAmrNbEnc.cpp | 160 c2_status_t C2SoftAmrNbEnc::onStop() { in onStop() function in android::C2SoftAmrNbEnc 174 (void) onStop(); in onReset() 178 return onStop(); in onFlush_sm()
|
D | C2SoftAmrWbEnc.cpp | 170 c2_status_t C2SoftAmrWbEnc::onStop() { in onStop() function in android::C2SoftAmrWbEnc 187 (void) onStop(); in onReset() 191 return onStop(); in onFlush_sm()
|
D | C2SoftAmrDec.cpp | 148 c2_status_t C2SoftAmrDec::onStop() { in onStop() function in android::C2SoftAmrDec 161 (void)onStop(); in onReset() 181 return onStop(); in onFlush_sm()
|
/hardware/google/av/media/codecs/flac/ |
D | C2SoftFlacDec.h | 35 c2_status_t onStop() override;
|
D | C2SoftFlacEnc.h | 43 c2_status_t onStop() override;
|
D | C2SoftFlacDec.cpp | 117 c2_status_t C2SoftFlacDec::onStop() { in onStop() function in android::C2SoftFlacDec 128 (void)onStop(); in onReset() 138 return onStop(); in onFlush_sm()
|
D | C2SoftFlacEnc.cpp | 144 (void) onStop(); in onReset() 147 c2_status_t C2SoftFlacEnc::onStop() { in onStop() function in android::C2SoftFlacEnc 167 return onStop(); in onFlush_sm()
|
/hardware/google/av/media/codecs/vorbis/ |
D | C2SoftVorbisDec.h | 37 c2_status_t onStop() override;
|
/hardware/google/av/media/codecs/g711/ |
D | C2SoftG711Dec.h | 34 c2_status_t onStop() override;
|
D | C2SoftG711Dec.cpp | 124 c2_status_t C2SoftG711Dec::onStop() { in onStop() function in android::C2SoftG711Dec 130 (void)onStop(); in onReset() 137 return onStop(); in onFlush_sm()
|
/hardware/google/av/media/codecs/opus/ |
D | C2SoftOpusDec.h | 46 c2_status_t onStop() override;
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacEnc.h | 37 c2_status_t onStop() override;
|
D | C2SoftAacDec.h | 36 c2_status_t onStop() override;
|
/hardware/google/av/media/codecs/mp3/ |
D | C2SoftMp3Dec.h | 42 c2_status_t onStop() override;
|
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Enc.h | 37 c2_status_t onStop() override;
|
D | C2SoftMpeg4Dec.h | 36 c2_status_t onStop() override;
|
/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVpxDec.h | 37 c2_status_t onStop() override;
|
/hardware/interfaces/wifi/1.0/ |
D | IWifi.hal | 72 * succeeds then onStop must be called. After calling this all IWifiChip 74 * Must trigger |IWifiEventCallback.onStop| on success.
|