Searched refs:HandleOnStop (Results 1 – 4 of 4) sorted by relevance
35 int32_t HandleOnStop(MessageParcel& data, MessageParcel& reply);58 … [this](MessageParcel& data, MessageParcel& reply) { return HandleOnStop(data, reply); }},
83 int32_t AVSessionCallbackStub::HandleOnStop(MessageParcel& data, MessageParcel& reply) in HandleOnStop() function in OHOS::AVSession::AVSessionCallbackStub
283 void HandleOnStop(const AVControlCommand& cmd);313 [this](const AVControlCommand& cmd) { HandleOnStop(cmd); }},
1756 void AVSessionItem::HandleOnStop(const AVControlCommand& cmd) in HandleOnStop() function in OHOS::AVSession::AVSessionItem