OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hostHandle
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h
52
hostHandle
(0)
110
uint32_t
hostHandle
;
/device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp
324
cb->
hostHandle
= rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat);
325
D("Created host ColorBuffer 0x%x\n", cb->
hostHandle
);
328
if (!cb->
hostHandle
) {
368
if (cb->
hostHandle
!= 0) {
370
D("Closing host ColorBuffer 0x%x\n", cb->
hostHandle
);
371
rcEnc->rcCloseColorBuffer(rcEnc, cb->
hostHandle
);
459
rcEnc->rcFBPost(rcEnc, cb->
hostHandle
);
538
if (cb->
hostHandle
!= 0) {
540
D("Opening host ColorBuffer 0x%x\n", cb->
hostHandle
);
541
rcEnc->rcOpenColorBuffer2(rcEnc, cb->
hostHandle
);
[
all
...]
/device/generic/goldfish/opengl/system/GLESv1/
gl.cpp
77
((cb_handle_t *)(native_buffer->handle))->
hostHandle
);
109
((cb_handle_t *)(native_buffer->handle))->
hostHandle
);
/device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp
77
rcEnc->rcBindTexture(rcEnc, ((cb_handle_t *)(native_buffer->handle))->
hostHandle
);
107
rcEnc->rcBindRenderbuffer(rcEnc, ((cb_handle_t *)(native_buffer->handle))->
hostHandle
);
/packages/services/Telephony/src/com/android/services/telephony/
ImsConference.java
731
* @param
hostHandle
The handle of the connection hosting the conference.
736
private boolean isParticipantHost(Uri
hostHandle
, Uri handle) {
738
if (Objects.equals(
hostHandle
, handle)) {
744
if (
hostHandle
== null || handle == null) {
773
String hostNumber =
hostHandle
.getSchemeSpecificPart();
[
all
...]
/device/generic/goldfish/opengl/system/egl/
egl.cpp
279
((cb_handle_t*)(buffer->handle))->
hostHandle
);
326
((cb_handle_t *)(buffer->handle))->
hostHandle
);
[
all
...]
Completed in 168 milliseconds