/hardware/libhardware/ |
hardware.c | 61 static int load(const char *id, 91 /* Check that the id matches */ 92 if (strcmp(id, hmi->id) != 0) { 93 ALOGE("load: id=%s != hmi->id=%s", id, hmi->id); 111 ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p", 112 id, path, *pHmi, handle) [all...] |
/hardware/libhardware/modules/camera/ |
Stream.h | 28 Stream(int id, camera3_stream_t *s); 32 bool isValidReuseStream(int id, camera3_stream_t *s); 52 // The camera device id this stream belongs to
|
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/audio/exynos5/srp/alp/include/ |
srp_api.h | 62 int SRP_SetParams(int id, unsigned long val); 63 int SRP_GetParams(int id, unsigned long *pval);
|
/ndk/sources/cxx-stl/gabi++/tests/ |
catch_class_01.cpp | 18 explicit A(int id) : id_(id) {count++;}
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
rtti.hpp | 34 static id_t id() { return reinterpret_cast<id_t>( &inst() ); } function in struct:boost::rtti::rtti_detail::rttid_holder 50 return rtti_detail::rttid_holder<T>::id();
|
/packages/apps/Browser/src/com/android/browser/ |
NavTabView.java | 58 mContent = (ViewGroup) findViewById(R.id.main); 59 mClose = (ImageView) findViewById(R.id.closetab); 60 mTitle = (TextView) findViewById(R.id.title); 61 mTitleBar = findViewById(R.id.titlebar); 62 mImage = (ImageView) findViewById(R.id.tab_view); 97 private void setTitleIcon(int id) { 98 if (id == 0) { 103 mTitle.setCompoundDrawablesWithIntrinsicBounds(id, 0, 0, 0);
|
/packages/apps/Calculator/src/com/android/calculator2/ |
EventListener.java | 37 int id = view.getId(); local 38 switch (id) { 39 case R.id.del: 43 case R.id.clear: 47 case R.id.equal: 68 int id = view.getId(); local 69 if (id == R.id.del) { 115 http://b/issue?id=1022478
|
/packages/apps/Camera/src/com/android/camera/ui/ |
AbstractSettingPopup.java | 39 mTitle = (TextView) findViewById(R.id.title); 40 mSettingList = (ViewGroup) findViewById(R.id.settingList);
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
AbstractSettingPopup.java | 39 mTitle = (TextView) findViewById(R.id.title); 40 mSettingList = (ViewGroup) findViewById(R.id.settingList);
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
Entry.java | 28 public static final String ID = "_id"; 33 public long id = 0; field in class:Entry 56 id = 0;
|
/packages/apps/InCallUI/src/com/android/incallui/ |
CallButtonFragment.java | 81 mExtraRowButton = parent.findViewById(R.id.extraButtonRow); 83 mManageConferenceButton = parent.findViewById(R.id.manageConferenceButton); 90 mGenericMergeButton = parent.findViewById(R.id.cdmaMergeButton); 98 mEndCallButton = parent.findViewById(R.id.endButton); 110 mMuteButton = (ImageButton) parent.findViewById(R.id.muteButton); 119 mAudioButton = (ImageButton) parent.findViewById(R.id.audioButton); 127 mHoldButton = (ImageButton) parent.findViewById(R.id.holdButton); 136 mShowDialpadButton = (ToggleButton) parent.findViewById(R.id.dialpadButton); 138 mAddCallButton = (ImageButton) parent.findViewById(R.id.addButton); 140 mMergeButton = (ImageButton) parent.findViewById(R.id.mergeButton) 170 int id = view.getId(); local [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
AbstractSettingPopup.java | 40 mTitle = (TextView) findViewById(R.id.title); 41 mSettingList = (ViewGroup) findViewById(R.id.settingList);
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
SingleThreadNamedTaskExecutorTest.java | 49 private MockTask addTask(String name, int id) { 50 MockTask task = new MockTask(name, id);
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
SpamWarningView.java | 39 mSpamWarningIcon = (ImageView) findViewById(R.id.spam_warning_icon); 40 mSpamWarningText = (TextView) findViewById(R.id.spam_warning_text); 41 mSpamWarningLink = (TextView) findViewById(R.id.spam_warning_link); 47 final int id = v.getId(); local 49 if (id == R.id.spam_warning) { 51 } else if (id == R.id.spam_warning_link) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ShortcutNameActivity.java | 59 mFolderText = (EditText) findViewById(R.id.folder_text); 68 findViewById(R.id.done).setOnClickListener(this); 69 findViewById(R.id.cancel).setOnClickListener(this); 78 final int id = v.getId(); local 79 if (R.id.done == id) { 81 } else if (R.id.cancel == id) {
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
WnnClause.java | 48 super(stem.id, 64 super(stem.id,
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
msm_hw3d.h | 25 #define HW3D_REGION_OFFSET(id) ((((uint32_t)(id)) & 0xf) << 28)
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
msm_hw3d.h | 25 #define HW3D_REGION_OFFSET(id) ((((uint32_t)(id)) & 0xf) << 28)
|
/sdk/testapps/buildConfigTest/app/src/com/android/tests/buildconfigtest/ |
Main.java | 19 TextView tv = (TextView) findViewById(R.id.app); 23 TextView tv = (TextView) findViewById(R.id.lib1);
|
/external/chromium/chrome/browser/sync/glue/ |
extension_sync.cc | 48 const std::string& extension_id = data.id(); 91 unsynced_extensions->insert(extension.id()); 144 int64 id = root.GetFirstChildId(); local 145 while (id != sync_api::kInvalidId) { 147 if (!sync_node.InitByIdLookup(id)) { 148 LOG(ERROR) << "Failed to fetch sync node for id " << id; 154 LOG(ERROR) << "Invalid extensions specifics for id " << id; 161 if (unsynced_extensions.find(server_data.id()) = 212 const std::string& id = specifics.id(); local 281 const std::string& id = extension.id(); local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/cdrom/win32/ |
SDL_syscdrom.c | 112 static int SDL_SYS_CDioctl(int id, UINT msg, DWORD flags, void *arg) 116 mci_error = mciSendCommand(SDL_mciID[id], msg, flags, (DWORD_PTR)arg); 173 if ( SDL_SYS_CDioctl(cdrom->id, MCI_STATUS, flags, &mci_status) == 0 ) { 181 cdrom->track[i].id = i+1; 182 mci_status.dwTrack = cdrom->track[i].id; 185 if ( SDL_SYS_CDioctl(cdrom->id, MCI_STATUS, flags, 198 if ( SDL_SYS_CDioctl(cdrom->id, MCI_STATUS, flags, 214 mci_status.dwTrack = cdrom->track[i - 1].id; 216 if ( SDL_SYS_CDioctl(cdrom->id, MCI_STATUS, flags, 242 if ( SDL_SYS_CDioctl(cdrom->id, MCI_STATUS, flags, &mci_status) < 0 ) [all...] |
/libcore/luni/src/test/java/tests/java/sql/ |
MultiThreadAccessTest.java | 161 + " WHERE id="; 202 int id = 1; local 206 + " WHERE id=" + id; 210 assertTrue("There is no records with id = " + id, result.next()); 212 // assertEquals("Wrong value of field " + field, BigDecimal.valueOf(id), 217 threadPool.runTask(createTask7(id, field)); 222 double expectedVal = id + numThreads; 224 assertTrue("There is no records with id = " + id, result.next()) [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
TabbedPane.js | 72 return this._currentTab ? this._currentTab.id : null; 134 * @param {string} id 140 appendTab: function(id, tabTitle, view, tabTooltip, userGesture) 142 var tab = new WebInspector.TabbedPaneTab(this, id, tabTitle, this._closeableTabs, view, tabTooltip); 144 this._tabsById[id] = tab; 150 this.selectTab(tab.id, userGesture); 156 * @param {string} id 159 closeTab: function(id, userGesture) 161 this.closeTabs([id], userGesture); 174 this.selectTab(this._tabsHistory[0].id, userGesture) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Canvas.py | 16 self.id = canvas._create(itemType, args, kw) 19 canvas.items[self.id] = self 21 return str(self.id) 23 return '<%s, id=%d>' % (self.__class__.__name__, self.id) 25 del self.canvas.items[self.id] 26 self.canvas.delete(self.id) 30 self.id, '-' + key)) 34 self.canvas.itemconfig(self.id, {key: value}) 42 (self.id,)))) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Canvas.py | 16 self.id = canvas._create(itemType, args, kw) 19 canvas.items[self.id] = self 21 return str(self.id) 23 return '<%s, id=%d>' % (self.__class__.__name__, self.id) 25 del self.canvas.items[self.id] 26 self.canvas.delete(self.id) 30 self.id, '-' + key)) 34 self.canvas.itemconfig(self.id, {key: value}) 42 (self.id,)))) [all...] |