HomeSort by relevance Sort by last modified time
    Searched defs:wrapAs (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
Conversion.h 133 * For types that contain file descriptors, `inTargetType()` and `wrapAs()` do
186 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) {
236 inline bool wrapAs(omx_message* l, Message const& t) {
287 if (!wrapAs(l, t)) {
315 inline bool wrapAs(hidl_handle* t, native_handle_t** nh,
332 inline void wrapAs(OMXFenceParcelable* l, hidl_handle const& t) {
411 inline CodecBuffer *wrapAs(CodecBuffer *t, sp<GraphicBuffer> const& graphicBuffer) {
443 inline bool wrapAs(CodecBuffer* t, OMXBuffer const& l) {
467 wrapAs(t, l.mGraphicBuffer);
  /frameworks/av/media/libmedia/include/media/omx/1.0/
Conversion.h 170 * For types that contain file descriptors, `inTargetType()` and `wrapAs()` do
328 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) {
378 inline bool wrapAs(omx_message* l, Message const& t) {
429 if (!wrapAs(l, t)) {
457 inline bool wrapAs(hidl_handle* t, native_handle_t** nh,
474 inline void wrapAs(OMXFenceParcelable* l, hidl_handle const& t) {
605 inline void wrapAs(AnwBuffer* t, GraphicBuffer const& l) {
686 inline bool wrapAs(CodecBuffer* t, OMXBuffer const& l) {

Completed in 77 milliseconds