Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrobject.cpp50 m_client.handle = NULL; in Object()
51 m_client.callbacks.allocSysMem = NULL; in Object()
52 m_client.callbacks.freeSysMem = NULL; in Object()
53 m_client.callbacks.debugPrint = NULL; in Object()
66 m_client = *pClient; in Object()
122 return ClientAlloc(objSize, &m_client); in Alloc()
164 ClientFree(pObjMem, &m_client); in Free()
197 ClientFree(pObjMem, &pObj->m_client); in operator delete()
217 if (m_client.callbacks.debugPrint != NULL) in DebugPrint()
223 debugPrintInput.hClient = m_client.handle; in DebugPrint()
[all …]
Daddrobject.h77 const Client* GetClient() const {return &m_client;} in GetClient()
80 Client m_client;
/external/skia/third_party/gif/
DSkGifImageReader.h107 , m_client(client) in SkGIFLZWContext()
136 SkGifCodec* const m_client; variable
274 : m_client(nullptr) in SkGifImageReader()
289 void setClient(SkGifCodec* client) { m_client = client; } in setClient()
373 SkGifCodec* m_client; variable
DSkGifImageReader.cpp162 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin, in outputRow()
426 return currentFrame->decode(&m_streamBuffer, m_client, frameComplete); in decode()
/external/skqp/third_party/gif/
DSkGifImageReader.h107 , m_client(client) in SkGIFLZWContext()
136 SkGifCodec* const m_client; variable
274 : m_client(nullptr) in SkGifImageReader()
289 void setClient(SkGifCodec* client) { m_client = client; } in setClient()
373 SkGifCodec* m_client; variable
DSkGifImageReader.cpp162 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin, in outputRow()
426 return currentFrame->decode(&m_streamBuffer, m_client, frameComplete); in decode()
/external/v8/src/inspector/
Dv8-inspector-impl.h62 V8InspectorClient* client() { return m_client; } in client()
144 V8InspectorClient* m_client; variable
Dv8-inspector-impl.cc60 m_client(client), in V8InspectorImpl()
272 m_client->currentTimeMS(), toString16(detailedMessage), in exceptionThrown()
288 m_client->currentTimeMS(), toString16(message), exceptionId); in exceptionRevoked()