Home
last modified time | relevance | path

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

/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/
DGenericOperation.h76 auto state = write(WriteState(formattedMessageBuffer_), in init()
90 formattedMessageLength_ = state.data_ - formattedMessageBuffer_; in init()
168 result.setToExternal(formattedMessageBuffer_, formattedMessageLength_); in getMessage()
185 uint8_t formattedMessageBuffer_[uint32_t(MessageSize::MAX)]; variable