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

  /frameworks/av/include/media/omx/1.0/
Conversion.h 169 * For types that contain file descriptors, `inTargetType()` and `wrapAs()` do
281 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) {
331 inline bool wrapAs(omx_message* l, Message const& t) {
382 if (!wrapAs(l, t)) {
410 inline bool wrapAs(hidl_handle* t, native_handle_t** nh,
427 inline void wrapAs(OMXFenceParcelable* l, hidl_handle const& t) {
558 inline void wrapAs(AnwBuffer* t, GraphicBuffer const& l) {
629 inline bool wrapAs(CodecBuffer* t, OMXBuffer const& l) {
  /frameworks/av/media/libstagefright/omx/1.0/
Conversion.h 175 * For types that contain file descriptors, `inTargetType()` and `wrapAs()` do
274 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) {
324 inline bool wrapAs(omx_message* l, Message const& t) {
375 if (!wrapAs(l, t)) {
403 inline bool wrapAs(hidl_handle* t, native_handle_t** nh,
420 inline void wrapAs(OMXFenceParcelable* l, hidl_handle const& t) {
551 inline void wrapAs(AnwBuffer* t, GraphicBuffer const& l) {
621 inline CodecBuffer *wrapAs(CodecBuffer *t, sp<GraphicBuffer> const& graphicBuffer) {
653 inline bool wrapAs(CodecBuffer* t, OMXBuffer const& l) {
677 wrapAs(t, l.mGraphicBuffer)
    [all...]
  /frameworks/native/libs/gui/bufferqueue/1.0/
H2BGraphicBufferProducer.cpp 122 inline void wrapAs(AnwBuffer* t, GraphicBuffer const& l) {
301 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, Fence const& l) {
528 inline bool wrapAs(
    [all...]

Completed in 144 milliseconds