HomeSort by relevance Sort by last modified time
    Searched defs:ext2 (Results 1 - 10 of 10) sorted by null

  /frameworks/av/media/libmedia/
IMediaRecorderClient.cpp 38 virtual void notify(int msg, int ext1, int ext2)
44 data.writeInt32(ext2);
61 int ext2 = data.readInt32(); local
62 notify(msg, ext1, ext2);
IMediaPlayerClient.cpp 38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj)
44 data.writeInt32(ext2);
64 int ext2 = data.readInt32(); local
70 notify(msg, ext1, ext2, &obj);
IHDCP.cpp 42 int msg, int ext1, int ext2, const Parcel *obj) {
47 data.writeInt32(ext2);
122 int ext2 = data.readInt32(); local
132 notify(msg, ext1, ext2, &obj);
  /frameworks/base/tools/aapt/
FileFinder.cpp 89 String8 ext2 = extensions[i].getPathExtension(); local
90 ext2.toLower();
92 if (ext == ext2) {
  /frameworks/av/camera/
ICameraClient.cpp 42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
49 data.writeInt32(ext2);
95 int32_t ext2 = data.readInt32(); local
96 notifyCallback(msgType, ext1, ext2);
  /external/e2fsprogs/misc/
findsuper.c 2 * findsuper --- quick hacked up program to find ext2 superblocks.
64 * copies of ext2 superblocks (by checking for the ext2 signature).
67 * offset in 1024-byte blocks, the size of the ext2 partition in fs
69 * (always 0 for older ext2 systems), and a timestamp (s_mtime).
123 struct ext2_super_block ext2; local
189 read(fd, &ext2, 512) == 512; sk += skiprate) {
214 if (ext2.s_magic != EXT2_SUPER_MAGIC)
216 if (ext2.s_log_block_size > 6)
217 WHY("log block size > 6 (%u)\n", ext2.s_log_block_size)
    [all...]
  /external/chromium/chrome/browser/
background_application_list_model_unittest.cc 114 scoped_refptr<Extension> ext2 = CreateExtension("bravo", false); local
130 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext2));
131 service->AddExtension(ext2);
151 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext2));
152 service->UninstallExtension(ext2->id(), false, NULL);
  /hardware/libhardware/tests/camera2/
camera2_utils.h 114 int32_t *ext2, int32_t *ext3);
117 int32_t *ext2, int32_t *ext3);
124 int32_t *ext1, int32_t *ext2, int32_t *ext3);
130 ext2(e2),
136 int32_t ext2; member in struct:android::NotifierListener::Notification
147 int32_t ext2,
152 int32_t ext2,
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp 387 int32_t msgCode, ext1, ext2; local
390 CHECK(msg->findInt32("ext2", &ext2));
392 ALOGI("Saw HDCP notification code %d, ext1 %d, ext2 %d",
393 msgCode, ext1, ext2);
    [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 1650 milliseconds