/frameworks/av/media/libmedia/ |
IMediaRecorderClient.cpp | 38 virtual void notify(int msg, int ext1, int ext2) 43 data.writeInt32(ext1); 60 int ext1 = data.readInt32(); local 62 notify(msg, ext1, ext2);
|
IMediaPlayerClient.cpp | 38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) 43 data.writeInt32(ext1); 63 int ext1 = data.readInt32(); local 70 notify(msg, ext1, ext2, &obj);
|
IHDCP.cpp | 45 int msg, int ext1, int ext2, const Parcel *obj) { 49 data.writeInt32(ext1); 179 int ext1 = data.readInt32(); local 190 notify(msg, ext1, ext2, &obj);
|
/frameworks/av/camera/ |
ICameraClient.cpp | 42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) 48 data.writeInt32(ext1); 94 int32_t ext1 = data.readInt32(); local 96 notifyCallback(msgType, ext1, ext2);
|
IProCameraCallbacks.cpp | 50 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) 56 data.writeInt32(ext1); 94 int32_t ext1 = data.readInt32(); local 96 notifyCallback(msgType, ext1, ext2);
|
/external/chromium/chrome/browser/ |
background_application_list_model_unittest.cc | 113 scoped_refptr<Extension> ext1 = CreateExtension("alpha", false); local 122 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext1)); 123 service->AddExtension(ext1); 143 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext1)); 144 service->UninstallExtension(ext1->id(), false, NULL);
|
/external/chromium_org/chromeos/ime/ |
component_extension_ime_manager_unittest.cc | 28 ComponentExtensionIME ext1; local 29 ext1.id = "ext1_id"; 30 ext1.description = "ext1_description"; 31 ext1.options_page_url = 32 GURL("chrome-extension://" + ext1.id + "/options.html"); 33 ext1.path = base::FilePath("ext1_file_path"); 40 ext1.engines.push_back(ext1_engine1); 47 ext1.engines.push_back(ext1_engine2); 54 ext1.engines.push_back(ext1_engine3); 56 ime_list_.push_back(ext1); [all...] |
/external/chromium_org/chrome/browser/background/ |
background_application_list_model_unittest.cc | 179 scoped_refptr<Extension> ext1 = CreateExtension("alpha", false); local 189 ASSERT_FALSE(IsBackgroundApp(*ext1.get())); 190 service->AddExtension(ext1.get()); 211 ASSERT_FALSE(IsBackgroundApp(*ext1.get())); 212 service->UninstallExtension(ext1->id(), false, NULL); 247 scoped_refptr<Extension> ext1 = CreateExtension("alpha", false); local 261 ASSERT_FALSE(IsBackgroundApp(*ext1.get())); 262 service->AddExtension(ext1.get()); 288 ASSERT_FALSE(IsBackgroundApp(*ext1.get())); 289 service->UninstallExtension(ext1->id(), false, NULL) [all...] |
/external/chromium_org/chrome/browser/chromeos/input_method/ |
input_method_manager_impl_unittest.cc | 74 ComponentExtensionIME ext1; variable 75 ext1.id = "fpfbhcjppmaeaijcidgiibchfbnhbelj"; 76 ext1.description = "ext1_description"; 77 ext1.path = base::FilePath("ext1_file_path"); 84 ext1.engines.push_back(ext1_engine1); 91 ext1.engines.push_back(ext1_engine2); 93 ime_list_.push_back(ext1); [all...] |
/hardware/libhardware/tests/camera2/ |
camera2_utils.h | 118 status_t getNextNotification(int32_t *msg_type, int32_t *ext1, 121 status_t waitForNotification(int32_t *msg_type, int32_t *ext1, 129 int32_t *ext1, int32_t *ext2, int32_t *ext3); 134 ext1(e1), 140 int32_t ext1; member in struct:android::camera2::tests::NotifierListener::Notification 151 int32_t ext1, 156 int32_t ext1,
|
/external/chromium_org/chrome/browser/profile_resetter/ |
profile_resetter_unittest.cc | 537 scoped_refptr<Extension> ext1 = local 543 service_->FinishInstallationForTest(ext1.get()); 571 EXPECT_FALSE(service_->extensions()->Contains(ext1->id())); [all...] |
/device/asus/flo/camera/QCamera2/HAL/ |
QCamera2HWI.h | 91 int32_t ext1; member in struct:qcamera::__anon1581 119 int32_t ext1; // extended parameter member in struct:qcamera::__anon1583 299 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCamera2HWI.h | 91 int32_t ext1; member in struct:qcamera::__anon33913 119 int32_t ext1; // extended parameter member in struct:qcamera::__anon33915 299 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
WifiDisplaySource.cpp | 500 int32_t msgCode, ext1, ext2; local 502 CHECK(msg->findInt32("ext1", &ext1)); 505 ALOGI("Saw HDCP notification code %d, ext1 %d, ext2 %d", 506 msgCode, ext1, ext2); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtcsdp_unittest.cc | 682 const RtpHeaderExtension ext1 = cd1->rtp_header_extensions().at(i); local 684 EXPECT_EQ(ext1.uri, ext2.uri); 685 EXPECT_EQ(ext1.id, ext2.id); [all...] |
/device/lge/mako/camera/QCamera/HAL/core/inc/ |
QCameraHWI.h | 170 int32_t ext1; member in struct:__anon2036
|
/device/lge/mako/camera/ |
QCameraHWI.h | 170 int32_t ext1; member in struct:__anon2189
|
/external/chromium/chrome/browser/extensions/ |
extension_service_unittest.cc | 2725 FilePath ext1 = data_dir_ local [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_service_unittest.cc | 4447 base::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 | |