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

  /frameworks/av/drm/common/
IDrmServiceListener.cpp 48 int uniqueId = data.readInt32();
52 status_t status = notify(DrmInfoEvent(uniqueId, type, message));
IDrmManagerService.cpp 114 ALOGV("add uniqueid");
122 void BpDrmManagerService::removeUniqueId(int uniqueId) {
123 ALOGV("remove uniqueid");
126 data.writeInt32(uniqueId);
130 void BpDrmManagerService::addClient(int uniqueId) {
133 data.writeInt32(uniqueId);
137 void BpDrmManagerService::removeClient(int uniqueId) {
140 data.writeInt32(uniqueId);
145 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener) {
150 data.writeInt32(uniqueId);
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h 48 * @param uniqueId Unique identifier for a session
57 DrmConstraints* onGetConstraints(int uniqueId, const String8* path, int action);
62 * @param uniqueId Unique identifier for a session
69 DrmMetadata* onGetMetadata(int uniqueId, const String8* path);
74 * @param uniqueId Unique identifier for a session
78 status_t onInitialize(int uniqueId);
84 * @param uniqueId Unique identifier for a session
89 status_t onSetOnInfoListener(int uniqueId, const IDrmEngine::OnInfoListener* infoListener);
94 * @param uniqueId Unique identifier for a session
98 status_t onTerminate(int uniqueId);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
AndroidAnimation.h 58 int uniqueId() { return m_uniqueId; }
LayerAndroid.h 214 const LayerAndroid* findById(int uniqueID) const
216 return const_cast<LayerAndroid*>(this)->findById(uniqueID);
218 LayerAndroid* findById(int uniqueID);
223 int uniqueId() const { return m_uniqueId; }
418 int uniqueId() const { return m_uniqueId; }
  /frameworks/base/include/androidfw/
InputDevice.h 36 String8 uniqueId;
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
SymbolTable.h 50 void setUniqueId(int id) { uniqueId = id; }
51 int getUniqueId() const { return uniqueId; }
58 unsigned int uniqueId; // For real comparing during code generation
242 TSymbolTable() : uniqueId(0)
281 symbol.setUniqueId(++uniqueId);
311 int getMaxSymbolId() { return uniqueId; }
345 int uniqueId; // for unique identification in code generation
  /frameworks/av/drm/drmserver/
DrmManager.cpp 90 void DrmManager::removeUniqueId(int uniqueId) {
93 if (uniqueId == mUniqueIdVector.itemAt(i)) {
137 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener) {
140 mServiceListeners.add(uniqueId, drmServiceListener);
142 mServiceListeners.removeItem(uniqueId);
147 void DrmManager::addClient(int uniqueId) {
153 rDrmEngine.initialize(uniqueId);
154 rDrmEngine.setOnInfoListener(uniqueId, this);
159 void DrmManager::removeClient(int uniqueId) {
164 rDrmEngine.terminate(uniqueId);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BookmarkUtils.java 131 long uniqueId = (urlHash << 32) | shortcutIntent.hashCode();
132 shortcutIntent.putExtra(Browser.EXTRA_APPLICATION_ID, Long.toString(uniqueId));
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 166 jint uniqueId = event.getUniqueId();
170 ALOGV("JNIOnInfoListener::onInfo => %d | %d | %s", uniqueId, type, event.getMessage().string());
175 mObject, uniqueId, type, message);
210 int uniqueId = 0;
211 sp<DrmManagerClientImpl> drmManager = DrmManagerClientImpl::create(&uniqueId, false);
212 drmManager->addClient(uniqueId);
216 return uniqueId;
220 JNIEnv* env, jobject thiz, jint uniqueId, jobject weak_thiz) {
225 getDrmManagerClientImpl(env, thiz)->setOnInfoListener(uniqueId, listener);
231 JNIEnv* env, jobject thiz, jint uniqueId) {
    [all...]
  /frameworks/base/drm/java/android/drm/
DrmManagerClient.java 173 Object thisReference, int uniqueId, int infoType, String message) {
178 InfoHandler.INFO_EVENT_TYPE, uniqueId, infoType, message);
196 int uniqueId = msg.arg1;
207 info = new DrmInfoEvent(uniqueId, infoType, message);
215 info = new DrmInfoEvent(uniqueId, infoType, message);
219 error = new DrmErrorEvent(uniqueId, infoType, message);
830 private native void _setListeners(int uniqueId, Object weak_this);
832 private native void _release(int uniqueId);
834 private native void _installDrmEngine(int uniqueId, String engineFilepath);
836 private native ContentValues _getConstraints(int uniqueId, String path, int usage)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/sdk/11/
android.jar 

Completed in 468 milliseconds