Searched refs:ANeuralNetworksDevice_wait (Results 1 – 6 of 6) sorted by relevance
32 ANeuralNetworksDevice_wait; # introduced=30
757 int ANeuralNetworksDevice_wait(const ANeuralNetworksDevice* device) { in ANeuralNetworksDevice_wait() function1961 NNCL_FUNC(ANeuralNetworksDevice_wait),
738 int ANeuralNetworksDevice_wait(const ANeuralNetworksDevice* device) { in ANeuralNetworksDevice_wait() function
535 int ANeuralNetworksDevice_wait(const ANeuralNetworksDevice* device) __NNAPI_INTRODUCED_IN(30)
800 int (*ANeuralNetworksDevice_wait)(const ANeuralNetworksDevice* device); member
2883 EXPECT_EQ(ANeuralNetworksDevice_wait(device), ANEURALNETWORKS_NO_ERROR); in TEST()2885 EXPECT_EQ(ANeuralNetworksDevice_wait(nullptr), ANEURALNETWORKS_UNEXPECTED_NULL); in TEST()