Home
last modified time | relevance | path

Searched defs:OnInfo (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libwebm/webm_parser/src/
H A Dcallback.cc53 Status Callback::OnInfo(const ElementMetadata& /* metadata */, in OnInfo() function in webm::Callback
/aosp_15_r20/external/libwebm/webm_parser/tests/
H A Dcallback_test.cc104 TEST_F(CallbackTest, OnInfo) { TestCompletedOk(&Callback::OnInfo); } in TEST_F() argument
/aosp_15_r20/external/libwebm/webm_parser/demo/
H A Ddemo.cc950 Status OnInfo(const ElementMetadata& metadata, const Info& info) override { in OnInfo() function in DemoCallback