HomeSort by relevance Sort by last modified time
    Searched refs:m_client (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/amd/addrlib/core/
addrobject.cpp 47 m_client.handle = NULL;
48 m_client.callbacks.allocSysMem = NULL;
49 m_client.callbacks.freeSysMem = NULL;
50 m_client.callbacks.debugPrint = NULL;
63 m_client = *pClient;
118 return ClientAlloc(objSize, &m_client);
159 ClientFree(pObjMem, &m_client);
208 ClientFree(pObjMem, &pObj->m_client);
227 if (m_client.callbacks.debugPrint != NULL)
237 debugPrintInput.hClient = m_client.handle
    [all...]
addrobject.h 72 const AddrClient* GetClient() const {return &m_client;}
75 AddrClient m_client; member in class:AddrObject
  /external/skia/third_party/gif/
SkGifImageReader.h 107 , m_client(client)
136 SkGifCodec* const m_client; member in class:final
274 : m_client(nullptr)
289 void setClient(SkGifCodec* client) { m_client = client; }
373 SkGifCodec* m_client; member in class:final
SkGifImageReader.cpp 161 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin,
425 return currentFrame->decode(&m_streamBuffer, m_client, frameComplete);
    [all...]
  /external/skqp/third_party/gif/
SkGifImageReader.h 107 , m_client(client)
136 SkGifCodec* const m_client; member in class:final
274 : m_client(nullptr)
289 void setClient(SkGifCodec* client) { m_client = client; }
373 SkGifCodec* m_client; member in class:final
SkGifImageReader.cpp 161 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin,
425 return currentFrame->decode(&m_streamBuffer, m_client, frameComplete);
    [all...]
  /external/v8/src/inspector/
v8-inspector-impl.h 58 V8InspectorClient* client() { return m_client; }
135 V8InspectorClient* m_client; member in class:v8_inspector::V8InspectorImpl
v8-inspector-impl.cc 54 m_client(client),
327 m_client->currentTimeMS(), toString16(detailedMessage),
343 m_client->currentTimeMS(), toString16(message), exceptionId);

Completed in 526 milliseconds