Searched defs:wrapAs (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/omx/1.0/
H A DConversion.h169 * For types that contain file descriptors, `inTargetType()` and `wrapAs()` do
281 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { function in namespace:android::hardware::media::omx::V1_0::utils
331 inline bool wrapAs(omx_message* l, Message const& t) { function in namespace:android::hardware::media::omx::V1_0::utils
382 if (!wrapAs(l, t)) {
410 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, function in namespace:android::hardware::media::omx::V1_0::utils
427 inline void wrapAs(OMXFenceParcelable* l, hidl_handle const& t) { function in namespace:android::hardware::media::omx::V1_0::utils
558 inline void wrapAs(AnwBuffer* t, GraphicBuffer const& l) { function in namespace:android::hardware::media::omx::V1_0::utils
629 inline bool wrapAs(CodecBuffer* t, OMXBuffer const& l) { function in namespace:android::hardware::media::omx::V1_0::utils
/frameworks/av/media/libstagefright/omx/1.0/
H A DConversion.h175 * For types that contain file descriptors, `inTargetType()` and `wrapAs()` do
274 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { function in namespace:android::hardware::media::omx::V1_0::implementation
324 inline bool wrapAs(omx_message* l, Message const& t) { function in namespace:android::hardware::media::omx::V1_0::implementation
375 if (!wrapAs(l, t)) {
403 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, function in namespace:android::hardware::media::omx::V1_0::implementation
420 inline void wrapAs(OMXFenceParcelable* l, hidl_handle const& t) { function in namespace:android::hardware::media::omx::V1_0::implementation
551 inline void wrapAs(AnwBuffer* t, GraphicBuffer const& l) { function in namespace:android::hardware::media::omx::V1_0::implementation
621 inline CodecBuffer *wrapAs(CodecBuffer *t, sp<GraphicBuffer> const& graphicBuffer) { function in namespace:android::hardware::media::omx::V1_0::implementation
653 inline bool wrapAs(CodecBuffer* t, OMXBuffer const& l) { function in namespace:android::hardware::media::omx::V1_0::implementation
677 wrapAs(
1087 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, Fence const& l) { function in namespace:android::hardware::media::omx::V1_0::implementation
1610 inline bool wrapAs(HGraphicBufferProducer::FrameEventHistoryDelta* t, function in namespace:android::hardware::media::omx::V1_0::implementation
1988 inline bool wrapAs( function in namespace:android::hardware::media::omx::V1_0::implementation
2095 inline bool wrapAs(HGraphicBufferProducer::QueueBufferOutput* t, function in namespace:android::hardware::media::omx::V1_0::implementation
[all...]
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp122 inline void wrapAs(AnwBuffer* t, GraphicBuffer const& l) { function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils
301 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, Fence const& l) { function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils
528 inline bool wrapAs( function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils
1053 wrapAs(&tBuffer, *buffer);
1069 if (!wrapAs(&tInput, &nh, input)) {
1093 if ((fence == nullptr) || !wrapAs(&tFence, &nh, *fence)) {

Completed in 68 milliseconds