OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appInstanceHandle
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/location/
ContextHubService.java
304
private int addAppInstance(int hubHandle, int
appInstanceHandle
, long appId, int appVersion) {
312
appInfo.setHandle(
appInstanceHandle
);
319
if (mNanoAppHash.containsKey(
appInstanceHandle
)) {
325
mNanoAppHash.put(
appInstanceHandle
, appInfo);
326
Log.d(TAG, action + " app instance " +
appInstanceHandle
+ " with id "
332
private int deleteAppInstance(int
appInstanceHandle
) {
333
if (mNanoAppHash.remove(
appInstanceHandle
) == null) {
/frameworks/base/services/core/jni/
com_android_server_location_ContextHubService.cpp
122
bool closeLoadTxn(bool success, jint *
appInstanceHandle
);
295
jint
appInstanceHandle
= INVALID_APP_ID;
297
if (!(closeLoadTxn(appRunningOnHub, &
appInstanceHandle
))) {
320
reinterpret_cast<int8_t *>(&
appInstanceHandle
),
321
sizeof(
appInstanceHandle
));
456
jint
appInstanceHandle
, JNIEnv *env) {
464
entry.instanceId =
appInstanceHandle
;
467
db.appInstances[
appInstanceHandle
] = entry;
476
const char *action = (db.appInstances.count(
appInstanceHandle
) == 0) ? "Added" : "Updated";
479
entry.hubHandle,
appInstanceHandle
);
[
all
...]
Completed in 108 milliseconds