commit | 19fa0feaef631f92ab812cd1640252ade5fae1a2 | [log] [tgz] |
---|---|---|
author | John Lin <jolin@mozilla.com> | Mon Feb 02 18:10:42 2015 +0800 |
committer | John Lin <jolin@mozilla.com> | Tue Feb 03 04:10:44 2015 +0000 |
tree | 1c42641374d9ec3af44b3a79ddcd71d5e7b803cf | |
parent | 434c80e54fb0dbf01941aa7560d5add5e69e0f1d [diff] |
camera2: fix various BpCameraDeviceUser methods to return correct result. - submitRequest*(): res is the request ID and not always equals to NO_ERROR. - cancelRequest() and flush(): the result of reading last frame number should be put in resFrameNumber, not in res. Change-Id: Ic81c58f4ac14c05b3db4bdc5c99f48d00665d3fc Signed-off-by: John Lin <jolin@mozilla.com>