Searched defs:id (Results 176 - 200 of 563) sorted by relevance

1234567891011>>

/frameworks/base/obex/javax/obex/
H A DClientSession.java167 public void setConnectionID(long id) { argument
168 if ((id < 0) || (id > 0xFFFFFFFFL)) {
171 mConnectionId = ObexHelper.convertToByteArray(id);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java46 public String id; field in class:BluetoothController.PairedDevice
/frameworks/base/rs/java/android/renderscript/
H A DAllocationAdapter.java24 AllocationAdapter(long id, RenderScript rs, Allocation alloc) { argument
25 super(id, rs, alloc.mType, alloc.mUsage);
H A DFileA3D.java59 EntryType(int id) { argument
60 mID = id;
154 IndexEntry(RenderScript rs, int index, long id, String name, EntryType type) { argument
157 mID = id;
167 FileA3D(long id, RenderScript rs, InputStream stream) { argument
168 super(id, rs);
279 * @param id resource to create FileA3D from
283 static public FileA3D createFromResource(RenderScript rs, Resources res, int id) { argument
288 is = res.openRawResource(id);
290 throw new RSRuntimeException("Unable to open resource " + id);
[all...]
H A DFont.java151 Font(long id, RenderScript rs) { argument
152 super(id, rs);
198 static public Font createFromResource(RenderScript rs, Resources res, int id, float pointSize) { argument
199 String name = "R." + Integer.toString(id);
204 is = res.openRawResource(id);
206 throw new RSRuntimeException("Unable to open resource " + id);
220 throw new RSRuntimeException("Unable to create font from resource " + id);
H A DProgramFragmentFixedFunction.java31 ProgramFragmentFixedFunction(long id, RenderScript rs) { argument
32 super(id, rs);
74 long id = mRS.nProgramFragmentCreate(mShader, texNames, tmp);
75 ProgramFragmentFixedFunction pf = new ProgramFragmentFixedFunction(id, mRS);
116 EnvMode(int id) { argument
117 mID = id;
146 Format(int id) { argument
147 mID = id;
H A DProgramVertexFixedFunction.java30 ProgramVertexFixedFunction(long id, RenderScript rs) { argument
31 super(id, rs);
100 long id = mRS.nProgramVertexCreate(mShader, texNames, tmp);
101 ProgramVertexFixedFunction pv = new ProgramVertexFixedFunction(id, mRS);
/frameworks/base/services/core/java/com/android/server/location/
H A DFusedLocationHardwareSecure.java70 public void startBatching(int id, FusedBatchOptions batchOptions) throws RemoteException { argument
72 mLocationHardware.startBatching(id, batchOptions);
76 public void stopBatching(int id) throws RemoteException { argument
78 mLocationHardware.stopBatching(id);
83 int id,
87 mLocationHardware.updateBatchingOptions(id, batchoOptions);
82 updateBatchingOptions( int id, FusedBatchOptions batchoOptions ) argument
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java25 String pkg, String tag, int id, int userId);
27 String pkg, String tag, int id,
24 onNotificationClear(int callingUid, int callingPid, String pkg, String tag, int id, int userId) argument
26 onNotificationError(int callingUid, int callingPid, String pkg, String tag, int id, int uid, int initialPid, String message, int userId) argument
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java214 private Bitmap loadAndPrintDpi(int id, boolean scale) { argument
217 bitmap = BitmapFactory.decodeResource(getResources(), id);
221 bitmap = BitmapFactory.decodeResource(getResources(), id, opts);
/frameworks/base/tests/MusicBrowserDemo/src/com/example/android/musicbrowserdemo/
H A DBrowserListFragment.java101 public void onListItemClick(ListView l, View v, int position, long id) { argument
115 .replace(android.R.id.content, fragment)
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSgTransform.java37 TransformType(int id) { argument
38 mID = id;
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DFillTest.java131 private Allocation loadTextureARGB(int id) { argument
132 Bitmap b = BitmapFactory.decodeResource(mRes, id, mOptionsARGB);
138 private Allocation loadTextureRGB(int id) { argument
139 return Allocation.createFromBitmapResource(mRS, mRes, id,
H A DMeshTest.java135 private Allocation loadTextureRGB(int id) { argument
136 return Allocation.createFromBitmapResource(mRS, mRes, id,
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java67 for (int id: new int[] {
68 R.id.clear_1,
69 R.id.clear_2,
70 R.id.clear_3,
71 R.id.clear_4,
72 R.id.clear_5,
73 R.id.clear_6,
74 R.id.clear_7,
75 R.id.clear_8,
76 R.id
197 sendNotification(final int id) argument
206 cancelNotification(final int id) argument
224 buildNotification(int id) argument
440 setChecked(int id) argument
445 getRadioChecked(int id) argument
450 getRadioTag(int id) argument
456 getRadioInt(int id, int def) argument
469 getRadioHex(int id, int def) argument
485 getChecked(int id) argument
490 loadBitmap(int id) argument
495 makeDeleteIntent(int id) argument
503 makeContentIntent(int id) argument
[all...]
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pServiceRequest.java92 * @param transId the transaction id
104 * Return transaction id.
106 * @return transaction id
114 * Set transaction id.
116 * @param id
119 public void setTransactionId(int id) { argument
120 mTransId = id;
226 * Not compare transaction id.
227 * Transaction id may be changed on each service discovery operation.
/frameworks/compile/mclinker/lib/LD/
H A DEhFrameHdr.cpp102 size_t id = 0; local
104 bst[id++] = (*entry).first - m_EhFrameHdr.addr();
105 bst[id++] = (*entry).second - m_EhFrameHdr.addr();
/frameworks/native/libs/input/
H A DInputDevice.cpp144 void InputDeviceInfo::initialize(int32_t id, int32_t generation, int32_t controllerNumber, argument
146 mId = id;
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DYearPickerView.java81 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DAudioGroup.java152 long id = nativeAdd(stream.getMode(), stream.getSocket(),
155 mStreams.put(stream, id);
167 Long id = mStreams.remove(stream);
168 if (id != null) {
169 nativeRemove(id);
173 private native void nativeRemove(long id); argument
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewCallbacks.java95 public Loader<BitmapResult> onCreateBitmapLoader(int id, Bundle args, String uri); argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHardwareConfig.java150 public void assignModem(String id, int state, int model, int ratBits, argument
154 uuid = id;
167 public void assignSim(String id, int state, String link) { argument
169 uuid = id;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DResponseData.java53 public SelectItemResponseData(int id) { argument
55 mId = id;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcSwitchStateMachine.java51 protected DcSwitchStateMachine(Phone phone, String name, int id) { argument
55 mId = id;
/frameworks/rs/cpp/
H A DType.cpp69 Type::Type(void *id, sp<RS> rs) : BaseObj(id, rs) { argument
103 void * id = RS::dispatch->TypeCreate(rs->getContext(), e->getID(), dimX, dimY, dimZ, false, false, 0); local
104 Type *t = new Type(id, rs);
203 void * id = RS::dispatch->TypeCreate(mRS->getContext(), mElement->getID(), mDimX, mDimY, mDimZ, local
205 Type *t = new Type(id, mRS);

Completed in 3549 milliseconds

1234567891011>>