OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mSessions
(Results
1 - 9
of
9
) sorted by null
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
SessionLibrary.h
52
mSessions
;
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
SessionLibrary.h
45
size_t numOpenSessions() const { return
mSessions
.size(); }
57
std::map<std::vector<uint8_t>, sp<Session> >
mSessions
;
/frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h
144
SortedVector<Vector<uint8_t> >
mSessions
;
/cts/tests/apppredictionservice/src/android/apppredictionservice/cts/
ServiceReporter.java
43
public HashMap<AppPredictionSessionId, AppPredictionContext>
mSessions
= new HashMap<>();
80
assertTrue(
mSessions
.containsKey(sessionId));
84
assertTrue(
mSessions
.containsKey(sessionId));
85
return
mSessions
.get(sessionId);
92
assertFalse(
mSessions
.containsKey(sessionId));
93
mSessions
.put(sessionId, context);
106
assertTrue(
mSessions
.containsKey(sessionId));
121
assertTrue(
mSessions
.containsKey(sessionId));
137
assertTrue(
mSessions
.containsKey(sessionId));
176
assertTrue(
mSessions
.containsKey(sessionId))
[
all
...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiAwareManagerFacade.java
95
private SparseArray<WifiAwareSession>
mSessions
= new SparseArray<>();
371
for (int i = 0; i <
mSessions
.size(); ++i) {
372
mSessions
.valueAt(i).close();
374
mSessions
.clear();
416
session =
mSessions
.get(clientId);
436
WifiAwareSession session =
mSessions
.get(clientId);
485
WifiAwareSession session =
mSessions
.get(clientId);
644
session =
mSessions
.get(clientId);
692
mSessions
.put(mSessionId, session);
[
all
...]
/cts/tests/tests/net/src/android/net/wifi/aware/cts/
SingleDeviceTest.java
81
private List<WifiAwareSession>
mSessions
= new ArrayList<>();
112
mSessions
.add(session);
397
for (WifiAwareSession session :
mSessions
) {
401
mSessions
.clear();
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
RichTvInputService.java
66
private List<RichTvInputSessionImpl>
mSessions
;
72
if (
mSessions
!= null) {
73
for (RichTvInputSessionImpl session :
mSessions
) {
90
mSessions
= new ArrayList<RichTvInputSessionImpl>();
110
mSessions
.add(session);
221
mSessions
.remove(this);
/device/google/contexthub/contexthubhal/
system_comms.h
434
}
mSessions
;
/cts/tests/camera/src/android/hardware/camera2/cts/
CameraDeviceTest.java
[
all
...]
Completed in 318 milliseconds