Lines Matching refs:Signature
69 using Signature = decltype(&IGraphicBufferConsumer::acquireBuffer); in acquireBuffer() typedef
70 return callRemote<Signature>(Tag::ACQUIRE_BUFFER, buffer, presentWhen, maxFrameNumber); in acquireBuffer()
74 using Signature = decltype(&IGraphicBufferConsumer::detachBuffer); in detachBuffer() typedef
75 return callRemote<Signature>(Tag::DETACH_BUFFER, slot); in detachBuffer()
79 using Signature = decltype(&IGraphicBufferConsumer::attachBuffer); in attachBuffer() typedef
80 return callRemote<Signature>(Tag::ATTACH_BUFFER, slot, buffer); in attachBuffer()
91 using Signature = decltype(&IGraphicBufferConsumer::consumerConnect); in consumerConnect() typedef
92 return callRemote<Signature>(Tag::CONSUMER_CONNECT, consumer, controlledByApp); in consumerConnect()
101 using Signature = decltype(&IGraphicBufferConsumer::getReleasedBuffers); in getReleasedBuffers() typedef
102 return callRemote<Signature>(Tag::GET_RELEASED_BUFFERS, slotMask); in getReleasedBuffers()
106 using Signature = decltype(&IGraphicBufferConsumer::setDefaultBufferSize); in setDefaultBufferSize() typedef
107 return callRemote<Signature>(Tag::SET_DEFAULT_BUFFER_SIZE, width, height); in setDefaultBufferSize()
111 using Signature = decltype(&IGraphicBufferConsumer::setMaxBufferCount); in setMaxBufferCount() typedef
112 return callRemote<Signature>(Tag::SET_MAX_BUFFER_COUNT, bufferCount); in setMaxBufferCount()
116 using Signature = decltype(&IGraphicBufferConsumer::setMaxAcquiredBufferCount); in setMaxAcquiredBufferCount() typedef
117 return callRemote<Signature>(Tag::SET_MAX_ACQUIRED_BUFFER_COUNT, maxAcquiredBuffers); in setMaxAcquiredBufferCount()
121 using Signature = decltype(&IGraphicBufferConsumer::setConsumerName); in setConsumerName() typedef
122 return callRemote<Signature>(Tag::SET_CONSUMER_NAME, name); in setConsumerName()
126 using Signature = decltype(&IGraphicBufferConsumer::setDefaultBufferFormat); in setDefaultBufferFormat() typedef
127 return callRemote<Signature>(Tag::SET_DEFAULT_BUFFER_FORMAT, defaultFormat); in setDefaultBufferFormat()
131 using Signature = decltype(&IGraphicBufferConsumer::setDefaultBufferDataSpace); in setDefaultBufferDataSpace() typedef
132 return callRemote<Signature>(Tag::SET_DEFAULT_BUFFER_DATA_SPACE, defaultDataSpace); in setDefaultBufferDataSpace()
136 using Signature = decltype(&IGraphicBufferConsumer::setConsumerUsageBits); in setConsumerUsageBits() typedef
137 return callRemote<Signature>(Tag::SET_CONSUMER_USAGE_BITS, usage); in setConsumerUsageBits()
141 using Signature = decltype(&IGraphicBufferConsumer::setConsumerIsProtected); in setConsumerIsProtected() typedef
142 return callRemote<Signature>(Tag::SET_CONSUMER_IS_PROTECTED, isProtected); in setConsumerIsProtected()
146 using Signature = decltype(&IGraphicBufferConsumer::setTransformHint); in setTransformHint() typedef
147 return callRemote<Signature>(Tag::SET_TRANSFORM_HINT, hint); in setTransformHint()
151 using Signature = decltype(&IGraphicBufferConsumer::getSidebandStream); in getSidebandStream() typedef
152 return callRemote<Signature>(Tag::GET_SIDEBAND_STREAM, outStream); in getSidebandStream()
157 using Signature = decltype(&IGraphicBufferConsumer::getOccupancyHistory); in getOccupancyHistory() typedef
158 return callRemote<Signature>(Tag::GET_OCCUPANCY_HISTORY, forceFlush, outHistory); in getOccupancyHistory()
167 using Signature = status_t (IGraphicBufferConsumer::*)(const String8&, String8*) const; in dumpState() typedef
168 return callRemote<Signature>(Tag::DUMP_STATE, prefix, outResult); in dumpState()
224 using Signature = status_t (IGraphicBufferConsumer::*)(const String8&, String8*) const; in onTransact() typedef
225 return callLocal<Signature>(data, reply, &IGraphicBufferConsumer::dumpState); in onTransact()