HomeSort by relevance Sort by last modified time
    Searched refs:ext1 (Results 26 - 50 of 50) sorted by null

12

  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 66 void notify(int msg, int ext1, int ext2);
99 void JNIMediaRecorderListener::notify(int msg, int ext1, int ext2)
104 env->CallStaticVoidMethod(mClass, fields.post_event, mObject, msg, ext1, ext2, 0);
android_media_MediaPlayer.cpp 70 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj = NULL);
108 void JNIMediaPlayerListener::notify(int msg, int ext1, int ext2, const Parcel *obj)
116 msg, ext1, ext2, mParcel);
120 msg, ext1, ext2, NULL);
    [all...]
  /frameworks/av/include/camera/
Camera.h 61 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
  /frameworks/av/media/libaah_rtp/
aah_tx_player.h 107 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0);
aah_tx_player.cpp 843 void AAH_TXPlayer::notifyListener_l(int msg, int ext1, int ext2) {
844 sendEvent(msg, ext1, ext2);
    [all...]
  /frameworks/av/camera/
Camera.cpp 351 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
359 listener->notify(msgType, ext1, ext2);
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp     [all...]
PreviewPlayer.h 250 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0);
PreviewPlayer.cpp     [all...]
  /frameworks/av/media/libstagefright/
CameraSource.cpp 41 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
65 void CameraSourceListener::notify(int32_t msgType, int32_t ext1, int32_t ext2) {
66 ALOGV("notify(%d, %d, %d)", msgType, ext1, ext2);
AwesomePlayer.cpp 586 void AwesomePlayer::notifyListener_l(int msg, int ext1, int ext2) {
591 listener->sendEvent(msg, ext1, ext2);
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareInterface.h 33 int32_t ext1,
442 static void __notify_cb(int32_t msg_type, int32_t ext1,
448 __this->mNotifyCb(msg_type, ext1, ext2, __this->mCbUser);
CameraService.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]
MediaPlayerService.h 215 int ext1, int ext2, const Parcel *obj);
350 int ext1, int ext2, const Parcel *obj);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 264 'openid.ns.ext1': 'http://openid.net/srv/ax/1.0',
265 'openid.ext1.mode': 'fetch_request',
266 'openid.ext1.type.email': 'http://axschema.org/contact/email',
267 'openid.ext1.type.first': 'http://axschema.org/namePerson/first',
268 'openid.ext1.type.last': 'http://axschema.org/namePerson/last',
269 'openid.ext1.required': 'email,first,last',
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 651 void CameraHandler::notify(int32_t msgType, int32_t ext1, int32_t ext2) {
653 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2);
656 printf("AutoFocus %s in %llu us\n", (ext1) ? "OK" : "FAIL", timeval_delay(&autofocus_start));
661 if ( msgType & CAMERA_MSG_ERROR && (ext1 == 1))
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 873 void NuPlayer::notifyListener(int msg, int ext1, int ext2) {
884 driver->notifyListener(msg, ext1, ext2);
  /frameworks/av/cmds/stagefright/
stream.cpp 265 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) {
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 266 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0);
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 61 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
169 void JNICameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2)
191 mCameraJObjectWeak, msgType, ext1, ext2, NULL);
    [all...]
  /frameworks/av/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 169 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2);
242 void MCameraClient::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) {
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 2725 FilePath ext1 = data_dir_ local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 6166 milliseconds

12