Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp453 const uint32_t tokenValue = token->get(); in allocate() local
457 buffer->token = tokenValue; in allocate()
/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriverAidl.cpp225 const uint32_t tokenValue = token->get(); in allocate() local
230 buffer->token = tokenValue; in allocate()
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriver.cpp303 const uint32_t tokenValue = token->get(); in allocate() local
306 cb(V1_3::ErrorStatus::NONE, std::move(sampleBuffer), tokenValue); in allocate()