/hardware/interfaces/neuralnetworks/utils/service/include/nnapi/hal/ |
D | Service.h | 36 std::vector<nn::SharedDevice> getDevices(nn::Version::Level maxFeatureLevelAllowed);
|
/hardware/interfaces/neuralnetworks/utils/service/src/ |
D | Service.cpp | 110 std::vector<nn::SharedDevice> getDevices(nn::Version::Level maxFeatureLevelAllowed) { in getDevices() function
|
/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
D | StreamIn.h | 92 Return<void> getDevices(getDevices_cb _hidl_cb) override;
|
D | StreamOut.h | 91 Return<void> getDevices(getDevices_cb _hidl_cb) override;
|
D | Stream.h | 99 Return<void> getDevices(getDevices_cb _hidl_cb) override;
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | StreamIn.cpp | 291 Return<void> StreamIn::getDevices(getDevices_cb _hidl_cb) { in getDevices() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn 292 return mStreamCommon->getDevices(_hidl_cb); in getDevices()
|
D | StreamOut.cpp | 299 Return<void> StreamOut::getDevices(getDevices_cb _hidl_cb) { in getDevices() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut 300 return mStreamCommon->getDevices(_hidl_cb); in getDevices()
|
D | Stream.cpp | 374 Return<void> Stream::getDevices(getDevices_cb _hidl_cb) { in getDevices() function in android::hardware::audio::CPP_VERSION::implementation::Stream
|
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/ |
D | AudioPrimaryHidlHalTest.cpp | 161 ASSERT_OK(stream->getDevices(returnIn(res, devices)));
|
/hardware/interfaces/audio/7.0/ |
D | IStream.hal | 119 getDevices() generates (Result retval, vec<DeviceAddress> devices);
|
/hardware/interfaces/audio/4.0/ |
D | IStream.hal | 184 getDevices() generates (Result retval, vec<DeviceAddress> devices);
|
/hardware/interfaces/audio/5.0/ |
D | IStream.hal | 184 getDevices() generates (Result retval, vec<DeviceAddress> devices);
|
/hardware/interfaces/audio/6.0/ |
D | IStream.hal | 186 getDevices() generates (Result retval, vec<DeviceAddress> devices);
|
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | opencl.hpp | 2616 cl_int getDevices( in getDevices() function in cl::Platform 2677 cl_int getDevices( in getDevices() function in cl::Platform 3026 error = platforms[i].getDevices(type, &devices); in Context()
|
D | cl.hpp | 2252 cl_int getDevices( in getDevices() function in cl::Platform 2303 cl_int getDevices( in getDevices() function in cl::Platform 2605 error = platforms[i].getDevices(type, &devices); in Context()
|