Searched refs:handleSetSurface (Results 1 – 4 of 4) sorted by relevance
408 status_t handleSetSurface(const sp<Surface> &surface);
308 status_t handleSetSurface(const sp<Surface> &surface);
2397 status_t err = handleSetSurface(static_cast<Surface *>(obj.get())); in onMessageReceived()2403 handleSetSurface(NULL); in onMessageReceived()3046 handleSetSurface(NULL); in setState()3414 status_t MediaCodec::handleSetSurface(const sp<Surface> &surface) { in handleSetSurface() function in android::MediaCodec
710 status_t ACodec::handleSetSurface(const sp<Surface> &surface) { in handleSetSurface() function in android::ACodec5513 status_t err = mCodec->handleSetSurface(static_cast<Surface *>(obj.get())); in onMessageReceived()