HomeSort by relevance Sort by last modified time
    Searched refs:bpMessage (Results 1 - 2 of 2) sorted by null

  /hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
types.h 145 * \param[out] bpMessage BufferStatusMessage of the transaction. Information
146 * inside \p bpMessage should be passed to the receiving process by some
154 BufferStatusMessage* bpMessage) = 0;
183 BufferStatusMessage* bpMessage) override;
  /hardware/google/av/codec2/hidl/1.0/utils/
types.cpp 880 BufferStatusMessage* bpMessage) {
921 if (!bpMessage) {
925 bpMessage->connectionId = mReceiverConnectionId;
926 bpMessage->bufferId = bpData->mId;
927 bpMessage->transactionId = transactionId;
928 bpMessage->timestampUs = timestampUs;
    [all...]

Completed in 171 milliseconds