/hardware/libhardware/include/hardware/ |
camera.h | 56 int32_t ext2,
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraPostProc.h | 119 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3PostProc.h | 115 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test.h | 69 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
|
/device/generic/goldfish/camera/ |
EmulatedFakeCamera2.h | 126 int32_t ext2); 300 int32_t ext1, int32_t ext2);
|
/external/chromium_org/chrome/browser/profile_resetter/ |
profile_resetter_unittest.cc | 466 scoped_refptr<Extension> ext2 = CreateExtension( local 472 service_->AddExtension(ext2.get()); 493 EXPECT_FALSE(service_->extensions()->Contains(ext2->id())); 500 scoped_refptr<Extension> ext2 = CreateExtension( local 506 service_->AddExtension(ext2.get()); 546 scoped_refptr<Extension> ext2 = local 552 service_->AddExtension(ext2.get()); 567 EXPECT_FALSE(service_->extensions()->Contains(ext2->id()));
|
/external/protobuf/python/google/protobuf/internal/ |
text_format_test.py | 83 ext2 = unittest_mset_pb2.TestMessageSetExtension2.message_set_extension 85 message.message_set.Extensions[ext2].str = 'foo' 182 ext2 = unittest_mset_pb2.TestMessageSetExtension2.message_set_extension 184 self.assertEquals('foo', message.message_set.Extensions[ext2].str)
|
/frameworks/av/camera/ |
CameraBase.cpp | 158 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0); 172 int32_t ext2) 180 listener->notify(msgType, ext1, ext2);
|
Camera.cpp | 270 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) 272 return CameraBaseT::notifyCallback(msgType, ext1, ext2);
|
ProCamera.cpp | 60 void ProCamera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) 62 return CameraBaseT::notifyCallback(msgType, ext1, ext2);
|
/frameworks/av/media/libmedia/ |
mediarecorder.cpp | 680 void MediaRecorder::notify(int msg, int ext1, int ext2) 682 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2); 692 listener->notify(msg, ext1, ext2);
|
/frameworks/base/media/jni/ |
android_media_MediaRecorder.cpp | 65 void notify(int msg, int ext1, int ext2); 98 void JNIMediaRecorderListener::notify(int msg, int ext1, int ext2) 103 env->CallStaticVoidMethod(mClass, fields.post_event, mObject, msg, ext1, ext2, 0);
|
/external/e2fsprogs/debian/attic/libs/ |
rules | 142 ln -s e2fsck.8 $(maindir)/usr/man/man8/fsck.ext2.8 143 ln -s mke2fs.8 $(maindir)/usr/man/man8/mkfs.ext2.8
|
/external/kernel-headers/original/asm-x86/ |
bitops_32.h | 461 #include <asm-generic/bitops/ext2-non-atomic.h>
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayer.h | 164 void notifyListener(int msg, int ext1, int ext2, const Parcel *in = NULL);
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_err.et.in | 9 error_table ext2 57 "Wrong magic number for ext2 file structure" 60 "Wrong magic number for Ext2 Image Header" 117 "EXT2 directory corrupted" 192 "The ext2 superblock is corrupt" 225 "Invalid argument passed to ext2 library" 228 "Could not allocate block in ext2 filesystem" 231 "Could not allocate inode in ext2 filesystem" 234 "Ext2 inode is not a directory" 246 "Ext2 directory block not found [all...] |
/external/kernel-headers/original/asm-mips/ |
bitops.h | 666 #include <asm-generic/bitops/ext2-non-atomic.h> 667 #include <asm-generic/bitops/ext2-atomic.h>
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorPreviewController.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);
|
/frameworks/av/services/camera/libcameraservice/device1/ |
CameraHardwareInterface.h | 34 int32_t ext2, 438 int32_t ext2, void *user) 443 __this->mNotifyCb(msg_type, ext1, ext2, __this->mCbUser);
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
WifiDisplaySource.cpp | 500 int32_t msgCode, ext1, ext2; local 503 CHECK(msg->findInt32("ext2", &ext2)); 505 ALOGI("Saw HDCP notification code %d, ext1 %d, ext2 %d", 506 msgCode, ext1, ext2); [all...] |
/external/libsepol/tests/policies/test-deps/ |
base-notmetreq.conf | 484 fs_use_xattr ext2 gen_context(system_u:object_r:fs_t, s0);
|
/external/libsepol/tests/policies/test-expander/ |
alias-base.conf | 476 fs_use_xattr ext2 gen_context(system_u:object_r:fs_t, s0);
|
role-base.conf | 457 fs_use_xattr ext2 gen_context(system_u:object_r:fs_t, s0);
|
user-base.conf | 460 fs_use_xattr ext2 gen_context(system_u:object_r:fs_t, s0);
|