/hardware/interfaces/media/bufferpool/aidl/default/ |
D | BufferStatus.cpp | 92 message.connectionId = it->first; in getBufferStatusChanges() 123 ConnectionId connectionId, in postBufferRelease() argument 133 message.connectionId = connectionId; in postBufferRelease() 138 ALOGW("FMQ message cannot be sent from %lld", (long long)connectionId); in postBufferRelease() 148 ConnectionId connectionId, in postBufferInvalidateAck() argument 157 message.connectionId = connectionId; in postBufferInvalidateAck() 162 ALOGW("FMQ message cannot be sent from %lld", (long long)connectionId); in postBufferInvalidateAck() 172 BufferStatus status, ConnectionId connectionId, ConnectionId targetId, in postBufferStatusMessage() argument 183 release.connectionId = connectionId; in postBufferStatusMessage() 188 ALOGW("FMQ message cannot be sent from %lld", (long long)connectionId); in postBufferStatusMessage() [all …]
|
D | ClientManager.cpp | 61 BufferPoolStatus close(ConnectionId connectionId); 63 BufferPoolStatus flush(ConnectionId connectionId); 65 BufferPoolStatus allocate(ConnectionId connectionId, 70 BufferPoolStatus receive(ConnectionId connectionId, 82 BufferPoolStatus getAccessor(ConnectionId connectionId, 130 pRegistration->connectionId = client->getConnectionId(); in registerSender() 131 if (mActive.mClients.find(pRegistration->connectionId) in registerSender() 134 (long long)pRegistration->connectionId); in registerSender() 165 pRegistration->connectionId = conId; in registerSender() 211 *receiverId = registration.connectionId; in registerSender() [all …]
|
D | Accessor.cpp | 88 int64_t connectionId, in add() argument 91 if (mAccessors.find(connectionId) == mAccessors.end()) { in add() 92 mAccessors.insert(std::make_pair(connectionId, accessor)); in add() 96 void ConnectionDeathRecipient::remove(int64_t connectionId) { in remove() argument 98 mAccessors.erase(connectionId); in remove() 99 auto it = mConnectionToCookie.find(connectionId); in remove() 105 cit->second.erase(connectionId); in remove() 115 int64_t connectionId) { in addCookieToConnection() argument 117 if (mAccessors.find(connectionId) == mAccessors.end()) { in addCookieToConnection() 120 mConnectionToCookie.insert(std::make_pair(connectionId, cookie)); in addCookieToConnection() [all …]
|
D | Observer.cpp | 43 void Observer::addClient(ConnectionId connectionId, in addClient() argument 47 if (!it->second.lock() || it->first == connectionId) { in addClient() 53 mClients.insert(std::make_pair(connectionId, wclient)); in addClient() 57 void Observer::delClient(ConnectionId connectionId) { in delClient() argument 59 mClients.erase(connectionId); in delClient()
|
D | BufferPool.cpp | 180 ConnectionId connectionId, BufferId bufferId) { in handleOwnBuffer() argument 182 bool added = insert(&mUsingBuffers, connectionId, bufferId); in handleOwnBuffer() 187 insert(&mUsingConnections, bufferId, connectionId); in handleOwnBuffer() 192 ConnectionId connectionId, BufferId bufferId) { in handleReleaseBuffer() argument 193 bool deleted = erase(&mUsingBuffers, connectionId, bufferId); in handleReleaseBuffer() 210 erase(&mUsingConnections, bufferId, connectionId); in handleReleaseBuffer() 226 !contains(&mUsingBuffers, message.connectionId, FromAidl(message.bufferId))) { in handleTransferTo() 232 found->second->mSender = message.connectionId; in handleTransferTo() 260 insert(&mPendingTransactions, message.connectionId, in handleTransferFrom() 265 if (message.connectionId == found->second->mReceiver) { in handleTransferFrom() [all …]
|
D | Accessor.h | 46 void add(int64_t connectionId, const std::shared_ptr<Accessor> &accessor); 51 void remove(int64_t connectionId); 53 void addCookieToConnection(void *cookie, int64_t connectionId); 105 ConnectionId connectionId, 123 ConnectionId connectionId, 164 BufferPoolStatus close(ConnectionId connectionId);
|
D | BufferStatus.h | 103 ConnectionId connectionId, 126 ConnectionId connectionId, 141 ConnectionId connectionId,
|
D | Observer.h | 34 void addClient(ConnectionId connectionId, 37 void delClient(ConnectionId connectionId);
|
D | BufferPool.h | 227 bool handleOwnBuffer(ConnectionId connectionId, BufferId bufferId); 238 bool handleReleaseBuffer(ConnectionId connectionId, BufferId bufferId); 280 bool handleClose(ConnectionId connectionId);
|
D | Connection.cpp | 84 const std::shared_ptr<Accessor>& accessor, ConnectionId connectionId) { in initialize() argument 87 mConnectionId = connectionId; in initialize()
|
/hardware/interfaces/media/bufferpool/aidl/default/include/bufferpool2/ |
D | ClientManager.h | 88 BufferPoolStatus close(ConnectionId connectionId); 100 BufferPoolStatus flush(ConnectionId connectionId); 118 BufferPoolStatus allocate(ConnectionId connectionId, 141 BufferPoolStatus receive(ConnectionId connectionId,
|
D | BufferPoolTypes.h | 37 int64_t connectionId, uint32_t id) in BufferPoolData() 38 : mConnectionId(connectionId), mId(id) {} in BufferPoolData()
|
/hardware/interfaces/media/bufferpool/aidl/default/tests/ |
D | multi.cpp | 64 ConnectionId connectionId; member 165 message.data.connectionId, message.data.transactionId, in doReceiver() 167 mManager->close(message.data.connectionId); in doReceiver() 227 message.data.connectionId = receiverId; in TEST_F()
|
D | cond.cpp | 65 ConnectionId connectionId; member 172 message.data.connectionId, message.data.transactionId, in doReceiver() 174 mManager->close(message.data.connectionId); in doReceiver() 250 message.data.connectionId = receiverId; in TEST_F()
|
/hardware/interfaces/media/bufferpool/aidl/aidl_api/android.hardware.media.bufferpool2/1/android/hardware/media/bufferpool2/ |
D | IObserver.aidl | 37 oneway void onMessage(in long connectionId, in int msgId); in onMessage() argument
|
D | BufferStatusMessage.aidl | 40 long connectionId;
|
D | IClientManager.aidl | 40 long connectionId;
|
/hardware/interfaces/media/bufferpool/aidl/aidl_api/android.hardware.media.bufferpool2/current/android/hardware/media/bufferpool2/ |
D | IObserver.aidl | 37 oneway void onMessage(in long connectionId, in int msgId); in onMessage() argument
|
D | BufferStatusMessage.aidl | 40 long connectionId;
|
/hardware/interfaces/media/bufferpool/aidl/aidl_api/android.hardware.media.bufferpool2/2/android/hardware/media/bufferpool2/ |
D | IObserver.aidl | 37 oneway void onMessage(in long connectionId, in int msgId); in onMessage() argument
|
D | BufferStatusMessage.aidl | 40 long connectionId;
|
/hardware/interfaces/media/bufferpool/aidl/android/hardware/media/bufferpool2/ |
D | IObserver.aidl | 34 oneway void onMessage(in long connectionId, in int msgId); in onMessage() argument
|
D | BufferStatusMessage.aidl | 39 long connectionId;
|
D | IClientManager.aidl | 36 long connectionId;
|
/hardware/interfaces/media/bufferpool/2.0/ |
D | IObserver.hal | 31 * @param connectionId the connection Id of the specific buffer pool client 34 oneway onMessage(int64_t connectionId, uint32_t msgId);
|