Searched refs:needsSync (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/bufferpool/1.0/ |
D | BufferPoolClient.cpp | 82 BufferId bufferId, TransactionId transactionId, bool result, bool *needsSync); 421 bool needsSync = false; in receive() local 423 *buffer ? true : false, &needsSync); in receive() 429 if (needsSync && mRemoteConnection) { in receive() 455 bool needsSync = false; in postSend() local 464 needsSync = !mLocal && mReleasing.mStatusChannel->needsSync(); in postSend() 469 if (needsSync && mRemoteConnection) { in postSend() 502 BufferId bufferId, TransactionId transactionId, bool result, bool *needsSync) { in postReceiveResult() argument 510 *needsSync = !mLocal && mReleasing.mStatusChannel->needsSync(); in postReceiveResult() 516 bool needsSync = false; in trySyncFromRemote() local [all …]
|
D | BufferStatus.h | 98 bool needsSync();
|
D | BufferStatus.cpp | 109 bool BufferStatusChannel::needsSync() { in needsSync() function in android::hardware::media::bufferpool::V1_0::implementation::BufferStatusChannel
|
/frameworks/av/media/bufferpool/2.0/ |
D | BufferPoolClient.cpp | 86 BufferId bufferId, TransactionId transactionId, bool result, bool *needsSync); 470 bool needsSync = false; in receive() local 472 *buffer ? true : false, &needsSync); in receive() 478 if (needsSync && mRemoteConnection) { in receive() 509 bool needsSync = false; in postSend() local 518 needsSync = !mLocal && mReleasing.mStatusChannel->needsSync(); in postSend() 523 if (needsSync && mRemoteConnection) { in postSend() 556 BufferId bufferId, TransactionId transactionId, bool result, bool *needsSync) { in postReceiveResult() argument 564 *needsSync = !mLocal && mReleasing.mStatusChannel->needsSync(); in postReceiveResult() 570 bool needsSync = false; in trySyncFromRemote() local [all …]
|
D | BufferStatus.h | 105 bool needsSync();
|
D | BufferStatus.cpp | 122 bool BufferStatusChannel::needsSync() { in needsSync() function in android::hardware::media::bufferpool::V2_0::implementation::BufferStatusChannel
|