Searched refs:ANeuralNetworksDevice_wait (Results 1 – 5 of 5) sorted by relevance
32 ANeuralNetworksDevice_wait; # introduced=30
717 int ANeuralNetworksDevice_wait(const ANeuralNetworksDevice* device) { in ANeuralNetworksDevice_wait() function1881 NNCL_FUNC(ANeuralNetworksDevice_wait),
473 int ANeuralNetworksDevice_wait(const ANeuralNetworksDevice* device) __NNAPI_INTRODUCED_IN(30);
476 int (*ANeuralNetworksDevice_wait)(const ANeuralNetworksDevice* device); member
2809 EXPECT_EQ(ANeuralNetworksDevice_wait(device), ANEURALNETWORKS_NO_ERROR); in TEST()2811 EXPECT_EQ(ANeuralNetworksDevice_wait(nullptr), ANEURALNETWORKS_UNEXPECTED_NULL); in TEST()