Searched refs:getCameraIdList (Results 1 – 11 of 11) sorted by relevance
55 Return<void> getCameraIdList(getCameraIdList_cb _hidl_cb) override { in getCameraIdList() function56 return impl.getCameraIdList(_hidl_cb); in getCameraIdList()
69 Return<void> getCameraIdList(ICameraProvider::getCameraIdList_cb _hidl_cb);
118 Return<void> ExternalCameraProviderImpl_2_4::getCameraIdList( in getCameraIdList() function in android::hardware::camera::provider::V2_4::implementation::ExternalCameraProviderImpl_2_4
472 Return<void> LegacyCameraProviderImpl_2_4::getCameraIdList( in getCameraIdList() function in android::hardware::camera::provider::V2_4::implementation::LegacyCameraProviderImpl_2_4
58 Return<void> getCameraIdList(getCameraIdList_cb _hidl_cb) override { in getCameraIdList() function59 return impl.getCameraIdList(_hidl_cb); in getCameraIdList()
40 * not exposed via ICameraProvider::getCameraIdList(). Calling44 * ICameraProvider::getCameraIdList() must be queried via69 * of ICameraProvider::getCameraIdList().
46 * The device instance names enumerated by the provider in getCameraIdList() or102 * getCameraIdList:121 getCameraIdList()161 * getCameraIdList(), or via availability callbacks from
60 * instance names returned by getCameraIdList().139 * instance names returned by getCameraIdList().
130 * by ICameraProvider::getCameraIdList() are in the PRESENT state. The provider156 * ICameraProvider::getCameraIdList() are in this state.
1455 ret = provider->getCameraIdList( in getCameraDeviceNames()1551 TEST_F(CameraHidlTest, getCameraIdList) { in TEST_F() argument1553 ret = mProvider->getCameraIdList([&](auto status, const auto& idList) { in TEST_F()