Home | History | Annotate | Download | only in api1

Lines Matching refs:msgType

54     virtual status_t        takePicture(int msgType);
97 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
98 static void dataCallback(int32_t msgType, const sp<IMemory>& dataPtr,
100 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
103 void handlePreviewData(int32_t msgType, const sp<IMemory>& mem,
108 void handleGenericNotify(int32_t msgType, int32_t ext1, int32_t ext2);
109 void handleGenericData(int32_t msgType, const sp<IMemory>& dataPtr,
111 void handleGenericDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
114 int32_t msgType,
153 void enableMsgType(int32_t msgType);
154 void disableMsgType(int32_t msgType);
159 bool lockIfMessageWanted(int32_t msgType);