Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp452 const uint32_t tokenValue = token->get(); in allocate() local
456 buffer->token = tokenValue; in allocate()
/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriver.cpp208 const uint32_t tokenValue = token->get(); in allocate() local
213 buffer->token = tokenValue; in allocate()
/packages/modules/NeuralNetworks/driver/sample/
DSampleDriver.cpp303 const uint32_t tokenValue = token->get(); in allocate() local
306 cb(V1_3::ErrorStatus::NONE, std::move(sampleBuffer), tokenValue); in allocate()