diff options
| author | Dave Sparks <davidsparks@android.com> | 2009-07-08 17:26:05 -0700 |
|---|---|---|
| committer | Dave Sparks <davidsparks@android.com> | 2009-07-08 17:26:05 -0700 |
| commit | 6698d16b951370a0cc6aa87bcd2ca91122a57410 (patch) | |
| tree | 7a411a1832eec82df97587fddc64b93b9fe909ff /include/ui/ICameraClient.h | |
| parent | c3f60ddaeadb69c1e85198e609e575f55ecc28ac (diff) | |
| parent | 04c7d0f842ae1d3b52c426fccf7178861493431d (diff) | |
| download | frameworks_base-6698d16b951370a0cc6aa87bcd2ca91122a57410.zip frameworks_base-6698d16b951370a0cc6aa87bcd2ca91122a57410.tar.gz frameworks_base-6698d16b951370a0cc6aa87bcd2ca91122a57410.tar.bz2 | |
resolved conflicts for merge of 04c7d0f8 to master
Diffstat (limited to 'include/ui/ICameraClient.h')
| -rw-r--r-- | include/ui/ICameraClient.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ui/ICameraClient.h b/include/ui/ICameraClient.h index f38a6aa..236d0f6 100644 --- a/include/ui/ICameraClient.h +++ b/include/ui/ICameraClient.h @@ -21,6 +21,7 @@ #include <binder/IInterface.h> #include <binder/Parcel.h> #include <binder/IMemory.h> +#include <utils/Timers.h> namespace android { @@ -31,7 +32,7 @@ public: virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0; virtual void dataCallback(int32_t msgType, const sp<IMemory>& data) = 0; - + virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& data) = 0; }; // ---------------------------------------------------------------------------- |
