Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_alsa_io.c523 static int has_handle(const struct alsa_io *aio) in has_handle() function
723 if (!has_handle(aio)) in set_alsa_volume_limits()
749 if (!has_handle(aio)) in set_alsa_volume()
777 if (!has_handle(aio)) in set_alsa_mute()
800 if (!has_handle(aio)) in set_alsa_capture_gain()
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc247 TF_RET_CHECK(response.has_handle()); in Compile()
/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.cc833 if (!arg->has_handle()) { in Execute()