Home
last modified time | relevance | path

Searched refs:allocateOneFrame (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DEvsCamera.h59 virtual ::android::status_t allocateOneFrame(buffer_handle_t* handle) = 0;
DEvsMockCamera.h79 ::android::status_t allocateOneFrame(buffer_handle_t* handle) override;
DEvsVideoEmulatedCamera.h108 ::android::status_t allocateOneFrame(buffer_handle_t* handle) override;
/hardware/interfaces/automotive/evs/aidl/impl/default/tests/
DEvsCameraStateTest.cpp39 ::android::status_t allocateOneFrame(buffer_handle_t* handle) override { in allocateOneFrame() function in aidl::android::hardware::automotive::evs::implementation::EvsCameraForTest
DEvsCameraBufferTest.cpp36 ::android::status_t allocateOneFrame(buffer_handle_t* handle) override { in allocateOneFrame() function in aidl::android::hardware::automotive::evs::implementation::EvsCameraForTest
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsMockCamera.cpp307 ::android::status_t EvsMockCamera::allocateOneFrame(buffer_handle_t* handle) { in allocateOneFrame() function in aidl::android::hardware::automotive::evs::implementation::EvsMockCamera
DEvsCamera.cpp242 const auto result = allocateOneFrame(&handle); in setAvailableFrames_unsafe()
DEvsVideoEmulatedCamera.cpp332 ::android::status_t EvsVideoEmulatedCamera::allocateOneFrame(buffer_handle_t* handle) { in allocateOneFrame() function in aidl::android::hardware::automotive::evs::implementation::EvsVideoEmulatedCamera