Loading media/codec2/components/aac/C2SoftAacDec.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -1061,11 +1061,13 @@ private: } // namespace android } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); ALOGV("in %s", __func__); return new ::android::C2SoftAacDecFactory(); return new ::android::C2SoftAacDecFactory(); } } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); ALOGV("in %s", __func__); delete factory; delete factory; Loading media/codec2/components/aac/C2SoftAacEnc.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -692,11 +692,13 @@ private: } // namespace android } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); ALOGV("in %s", __func__); return new ::android::C2SoftAacEncFactory(); return new ::android::C2SoftAacEncFactory(); } } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); ALOGV("in %s", __func__); delete factory; delete factory; Loading media/codec2/components/amr_nb_wb/C2SoftAmrDec.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -420,11 +420,13 @@ private: } // namespace android } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); ALOGV("in %s", __func__); return new ::android::C2SoftAMRDecFactory(); return new ::android::C2SoftAMRDecFactory(); } } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); ALOGV("in %s", __func__); delete factory; delete factory; Loading media/codec2/components/amr_nb_wb/C2SoftAmrNbEnc.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -337,11 +337,13 @@ private: } // namespace android } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); ALOGV("in %s", __func__); return new ::android::C2SoftAmrNbEncFactory(); return new ::android::C2SoftAmrNbEncFactory(); } } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); ALOGV("in %s", __func__); delete factory; delete factory; Loading media/codec2/components/amr_nb_wb/C2SoftAmrWbEnc.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -411,11 +411,13 @@ private: } // namespace android } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); ALOGV("in %s", __func__); return new ::android::C2SoftAmrWbEncFactory(); return new ::android::C2SoftAmrWbEncFactory(); } } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); ALOGV("in %s", __func__); delete factory; delete factory; Loading Loading
media/codec2/components/aac/C2SoftAacDec.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -1061,11 +1061,13 @@ private: } // namespace android } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); ALOGV("in %s", __func__); return new ::android::C2SoftAacDecFactory(); return new ::android::C2SoftAacDecFactory(); } } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); ALOGV("in %s", __func__); delete factory; delete factory; Loading
media/codec2/components/aac/C2SoftAacEnc.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -692,11 +692,13 @@ private: } // namespace android } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); ALOGV("in %s", __func__); return new ::android::C2SoftAacEncFactory(); return new ::android::C2SoftAacEncFactory(); } } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); ALOGV("in %s", __func__); delete factory; delete factory; Loading
media/codec2/components/amr_nb_wb/C2SoftAmrDec.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -420,11 +420,13 @@ private: } // namespace android } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); ALOGV("in %s", __func__); return new ::android::C2SoftAMRDecFactory(); return new ::android::C2SoftAMRDecFactory(); } } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); ALOGV("in %s", __func__); delete factory; delete factory; Loading
media/codec2/components/amr_nb_wb/C2SoftAmrNbEnc.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -337,11 +337,13 @@ private: } // namespace android } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); ALOGV("in %s", __func__); return new ::android::C2SoftAmrNbEncFactory(); return new ::android::C2SoftAmrNbEncFactory(); } } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); ALOGV("in %s", __func__); delete factory; delete factory; Loading
media/codec2/components/amr_nb_wb/C2SoftAmrWbEnc.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -411,11 +411,13 @@ private: } // namespace android } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); ALOGV("in %s", __func__); return new ::android::C2SoftAmrWbEncFactory(); return new ::android::C2SoftAmrWbEncFactory(); } } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); ALOGV("in %s", __func__); delete factory; delete factory; Loading