Home
last modified time | relevance | path

Searched refs:m_client (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/amd/addrlib/core/
Daddrobject.cpp47 m_client.handle = NULL; in AddrObject()
48 m_client.callbacks.allocSysMem = NULL; in AddrObject()
49 m_client.callbacks.freeSysMem = NULL; in AddrObject()
50 m_client.callbacks.debugPrint = NULL; in AddrObject()
63 m_client = *pClient; in AddrObject()
118 return ClientAlloc(objSize, &m_client); in AddrMalloc()
159 ClientFree(pObjMem, &m_client); in AddrFree()
208 ClientFree(pObjMem, &pObj->m_client); in operator delete()
227 if (m_client.callbacks.debugPrint != NULL) in DebugPrint()
237 debugPrintInput.hClient = m_client.handle; in DebugPrint()
[all …]
Daddrobject.h72 const AddrClient* GetClient() const {return &m_client;} in GetClient()
75 AddrClient m_client;
/external/skia/third_party/gif/
DSkGifImageReader.h108 , m_client(client) in SkGIFLZWContext()
137 SkGifCodec* const m_client; variable
284 : m_client(nullptr) in SkGifImageReader()
299 void setClient(SkGifCodec* client) { m_client = client; } in setClient()
388 SkGifCodec* m_client; variable
DSkGifImageReader.cpp151 if (!m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin, in outputRow()
419 return currentFrame->decode(&m_streamBuffer, m_client, frameComplete); in decode()
/external/v8/src/inspector/
Dv8-inspector-impl.h58 V8InspectorClient* client() { return m_client; } in client()
135 V8InspectorClient* m_client; variable
Dv8-inspector-impl.cc54 m_client(client), in V8InspectorImpl()
327 m_client->currentTimeMS(), toString16(detailedMessage), in exceptionThrown()
343 m_client->currentTimeMS(), toString16(message), exceptionId); in exceptionRevoked()