Searched refs:handleSetSurface (Results 1 – 4 of 4) sorted by relevance
410 status_t handleSetSurface(const sp<Surface> &surface);
312 status_t handleSetSurface(const sp<Surface> &surface);
2447 status_t err = handleSetSurface(static_cast<Surface *>(obj.get())); in onMessageReceived()2456 handleSetSurface(NULL); in onMessageReceived()3101 handleSetSurface(NULL); in setState()3473 status_t MediaCodec::handleSetSurface(const sp<Surface> &surface) { in handleSetSurface() function in android::MediaCodec
707 status_t ACodec::handleSetSurface(const sp<Surface> &surface) { in handleSetSurface() function in android::ACodec5678 status_t err = mCodec->handleSetSurface(static_cast<Surface *>(obj.get())); in onMessageReceived()