Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.h491 CameraHardwareInterface *__this = in __notify_cb() local
493 __this->mNotifyCb(msg_type, ext1, ext2, __this->mCbUser); in __notify_cb()
502 CameraHardwareInterface *__this = in __data_cb() local
510 __this->mDataCb(msg_type, mem->mBuffers[index], metadata, __this->mCbUser); in __data_cb()
518 CameraHardwareInterface *__this = in __data_cb_timestamp() local
529 __this->mDataCbTimestamp(timestamp, msg_type, mem->mBuffers[index], __this->mCbUser); in __data_cb_timestamp()
605 CameraHardwareInterface *__this = in __to_anw() local
607 return __this->mPreviewWindow.get(); in __to_anw()