Searched refs:photoCallback_ (Results 1 – 2 of 2) sorted by relevance
140 photoCallback_ = callback; in SetPhotoAvailableCallback()150 if (photoCallback_ != nullptr && callback != nullptr) { in UnregisterPhotoAvailableCallback()151 photoCallback_ = nullptr; in UnregisterPhotoAvailableCallback()184 if (photoCallback_ != nullptr && photoOutput_ != nullptr) { in ExecutePhoto()188 photoCallback_(photoOutput_, photoNative); in ExecutePhoto()
68 OH_PhotoOutput_PhotoAvailable photoCallback_ = nullptr; variable